aboutsummaryrefslogtreecommitdiff
path: root/boost/mysql
AgeCommit message (Collapse)AuthorFilesLines
2015-02-08Clean test templates of old cruftBoris Kolpackov2-4/+0
Most tests don't print anything
2015-02-08Add _SCL_SECURE_NO_WARNINGS to VC12 projects for Boost testsBoris Kolpackov1-4/+4
There doesn't seem to be any other way since this is now an error, not a warning.
2015-02-06Update copyrightBoris Kolpackov10-10/+10
2014-06-15Use single template set of templates for .sln filesBoris Kolpackov6-82/+5
2014-06-03Support for VC12 (2013), initial workBoris Kolpackov6-3/+241
2013-07-08Fix incorrect ODB_MSC_VER version in VC11 projectsBoris Kolpackov1-1/+1
2013-07-08Add support for Visual Studio 2005Boris Kolpackov5-3/+381
2013-07-03Test MySQL sub-second precision supportBoris Kolpackov3-7/+61
2013-06-21Add support for running tests in dynamic multi-database modeBoris Kolpackov3-37/+10
Only possible in the development build system at this stage.
2013-06-03Use database name in options and driver files (build part)Boris Kolpackov2-2/+2
This way we will be able to have several databases configured at the same time, which is needed for multi-database support testing.
2013-02-09Update copyright yearBoris Kolpackov10-10/+10
2012-09-16Add support for Visual Studio 2012Boris Kolpackov6-3/+235
2012-07-17Use __ifelse__ instead of m4_ifelse2.1.0.a1Boris Kolpackov4-8/+8
2012-03-02C++11 support in automake and VC++ projects, portability fixesBoris Kolpackov3-2/+6
2012-02-24C++11 support (pass --std ODB compiler option in build makefiles)Boris Kolpackov2-0/+10
2012-01-29Update copyright yearBoris Kolpackov10-10/+10
2012-01-29Remove author field from file headerBoris Kolpackov10-10/+0
Too much effort to maintain.
2011-11-11Shorten table prefixes to help OracleBoris Kolpackov1-1/+1
2011-09-22Remove NDEBUG macro from VC project; tests always need enabled assert()1.6.0.a2Boris Kolpackov2-4/+4
2011-08-24Make tests use unique table prefixesBoris Kolpackov2-2/+2
2011-07-19New design for NULL semanticsBoris Kolpackov1-4/+4
Now, instead of being specified as part of the SQL type with the type pragma, there are separate null and not_null pragmas. The not_null pragma was used to control NULL-ness of object pointers. Now the two pragmas are used consistently for object pointers and simple values (and in the future will work for composite values and containers).
2011-03-30Autotools support for SQLiteBoris Kolpackov1-0/+1
2011-03-27Fix issues preventing building outside source directoryBoris Kolpackov2-6/+6
2011-03-02Fix for tests in subdirectories supportBoris Kolpackov1-1/+1
2011-03-02Add support for boost date, ptime, and time_durationConstantin Michael5-0/+354
2011-02-25Add support for tests in subdirectoriesBoris Kolpackov6-20/+20
2011-02-18Add odb::core namespace to be used in using-directivesBoris Kolpackov1-1/+1
Port all the examples and tests.
2011-02-17Add test infrastructure for boost profileBoris Kolpackov13-0/+927