aboutsummaryrefslogtreecommitdiff
path: root/mysql/native/driver.cxx
AgeCommit message (Collapse)AuthorFilesLines
2013-02-09Update copyright yearBoris Kolpackov1-1/+1
2012-10-08Ground work for multi-database supportBoris Kolpackov1-2/+3
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-07-10Remove unneeded third argument to create_database()Boris Kolpackov1-1/+1
2012-01-29Update copyright yearBoris Kolpackov1-1/+1
2012-01-29Remove author field from file headerBoris Kolpackov1-1/+0
Too much effort to maintain.
2011-08-24Make tests use unique table prefixesBoris Kolpackov1-6/+14
2011-03-28Add schema creation flag to create_database()Boris Kolpackov1-1/+1
2011-02-18Add odb::core namespace to be used in using-directivesBoris Kolpackov1-1/+1
Port all the examples and tests.
2011-01-18Add support for native SQL statement executionBoris Kolpackov1-0/+66
New test: mysql/native. New manual section: 3.9, "Executing Native SQL Statements".