Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-03-02 | Reimplement C++11 support to be header-only | Boris Kolpackov | 1 | -1/+1 | |
This way, the same build of the runtime libraries can be used in both C++98 and C++11 modes. This is important for when runtimes are installed or packaged. | |||||
2012-03-01 | Add support for using C++11 std::unique_ptr to pass connection factory | Boris Kolpackov | 1 | -10/+12 | |
2012-01-29 | Update copyright year | Boris Kolpackov | 1 | -1/+1 | |
2012-01-29 | Remove author field from file header | Boris Kolpackov | 1 | -1/+0 | |
Too much effort to maintain. | |||||
2012-01-17 | Use ANSI versions of ODBC functions, get rid of warnings | Boris Kolpackov | 1 | -8/+8 | |
We have to use ANSI versions explicitly because VC++ build defaults to Unicode. | |||||
2011-11-20 | Handle error conditions that are indicated via return code | Boris Kolpackov | 1 | -2/+2 | |
2011-11-18 | Implement remaining database constructors, update options | Boris Kolpackov | 1 | -132/+362 | |
2011-11-17 | Translate certain SQLSTATE codes to special exceptions | Boris Kolpackov | 1 | -9/+9 | |
2011-11-17 | Rename odbc.hxx to mssql.hxx for consistency | Boris Kolpackov | 1 | -1/+1 | |
2011-11-17 | Add connection, connection-factory implementations | Boris Kolpackov | 1 | -2/+0 | |
2011-11-17 | Add initial database class implementation | Boris Kolpackov | 1 | -0/+246 | |