Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-02-13 | Drop copyright notice from source code | Karen Arutyunov | 4 | -4/+0 | |
2019-01-17 | Update copyright year | Karen Arutyunov | 4 | -4/+4 | |
2018-05-24 | Update copyright year | Karen Arutyunov | 4 | -4/+4 | |
2017-01-03 | Update copyright year | Boris Kolpackov | 4 | -4/+4 | |
2016-06-15 | Get rid of C++11 deprecation warnings for auto_ptr, exception specs | Boris Kolpackov | 1 | -0/+6 | |
In particular, std::auto_ptr is no longer mapped in C++11. | |||||
2015-10-29 | Fix UUID char[16] query_type alias | Boris Kolpackov | 1 | -2/+34 | |
Instead of pre-decaying it to const char*, let the normal decay do it for us. This fixes a compilation issue when used with dynamic multi- database support. | |||||
2015-02-08 | Recode strcpy as memcpy | Boris Kolpackov | 1 | -4/+4 | |
VC12 deprecated those hard, as in, it is now an error. | |||||
2015-02-08 | Recode strncpy as memcpy | Boris Kolpackov | 1 | -6/+6 | |
VC12 deprecated those hard, as in, it is now an error. | |||||
2015-02-06 | Update copyright | Boris Kolpackov | 4 | -4/+4 | |
2014-11-25 | Implement bulk database operation support for Oracle and SQL Server | Boris Kolpackov | 2 | -9/+69 | |
2014-06-03 | Support for VC12 (2013), initial work | Boris Kolpackov | 1 | -1/+4 | |
2013-07-08 | Add support for Visual Studio 2005 | Boris Kolpackov | 1 | -1/+4 | |
2013-06-21 | Add support for running tests in dynamic multi-database mode | Boris Kolpackov | 1 | -16/+5 | |
Only possible in the development build system at this stage. | |||||
2013-06-06 | Use fixed options file names in database-specific tests | Boris Kolpackov | 1 | -1/+1 | |
2013-06-03 | Use database name in options and driver files (build part) | Boris Kolpackov | 1 | -1/+1 | |
This way we will be able to have several databases configured at the same time, which is needed for multi-database support testing. | |||||
2013-05-21 | Handle no rows case in returning UPDATE statement | Boris Kolpackov | 1 | -0/+10 | |
2013-02-09 | Update copyright year | Boris Kolpackov | 4 | -4/+4 | |
2013-01-24 | Add support for mapping char[N] to CHAR/VARCHAR database types | Boris Kolpackov | 2 | -1/+149 | |
Also improve query support for arrays (decaying). | |||||
2013-01-14 | Add support for MSSQL ROWVERSION | Boris Kolpackov | 2 | -0/+46 | |
ODB can now use ROWVERSION column as an optimistic concurrency version. | |||||
2012-10-29 | Don't make database default in database-specific tests | Boris Kolpackov | 1 | -3/+3 | |
2012-10-08 | Ground work for multi-database support | Boris Kolpackov | 1 | -3/+4 | |
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-10-05 | Fix bug in short national char data querying | Boris Kolpackov | 1 | -0/+31 | |
2012-09-16 | Add support for Visual Studio 2012 | Boris Kolpackov | 1 | -1/+4 | |
2012-09-11 | Add support for mapping std::array to BLOB and char[16] to UUID types | Boris Kolpackov | 2 | -1/+6 | |
2012-07-10 | Remove unneeded third argument to create_database() | Boris Kolpackov | 1 | -1/+1 | |
2012-02-24 | C++11 support (pass --std ODB compiler option in build makefiles) | Boris Kolpackov | 1 | -0/+5 | |
2012-01-29 | Update copyright year | Boris Kolpackov | 4 | -4/+4 | |
2012-01-29 | Remove author field from file header | Boris Kolpackov | 4 | -4/+0 | |
Too much effort to maintain. | |||||
2012-01-20 | Add support for configuring test suite with additional macros | Boris Kolpackov | 2 | -13/+29 | |
2012-01-20 | Don't use 'D' suffix (for double) since it is not portable | Boris Kolpackov | 1 | -4/+4 | |
2012-01-20 | Enable query support in SQL Server types test | Boris Kolpackov | 1 | -1/+2 | |
2012-01-20 | Change short data max and default string sizes for SQL Server | Boris Kolpackov | 2 | -6/+6 | |
Now the default short data max is 1024, non-key string size is 512 characters, and key string size is 256 characters. Also add default mapping for std::wstring. | |||||
2012-01-20 | Test SQL Server long data in container | Boris Kolpackov | 2 | -1/+65 | |
2012-01-20 | ODB compiler implementation, traits, and types test for SQL Server | Boris Kolpackov | 5 | -0/+815 | |