Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-02-06 | Update copyright | Boris Kolpackov | 1 | -1/+1 | |
2013-09-10 | Schema versioning support | Boris Kolpackov | 1 | -1/+8 | |
2013-04-25 | Add support for schema version table | Boris Kolpackov | 1 | -21/+103 | |
2013-02-09 | Update copyright year | Boris Kolpackov | 1 | -1/+1 | |
2013-01-15 | Add support for setting SQL Server transaction isolation level | Boris Kolpackov | 1 | -0/+10 | |
2012-10-08 | Ground work for multi-database support | Boris Kolpackov | 1 | -5/+10 | |
All generated code now includes database id. The database-specific database class interface has been updated to include all the database operations. The database-specific tests now use this interface. | |||||
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 | |