aboutsummaryrefslogtreecommitdiff
path: root/libcommon/common/common.cxx
AgeCommit message (Collapse)AuthorFilesLines
2012-01-29Update copyright yearBoris Kolpackov1-1/+1
2012-01-29Remove author field from file headerBoris Kolpackov1-1/+0
Too much effort to maintain.
2012-01-20Rewrite size() function to not rely in DATABSE_* macros in headerBoris Kolpackov1-0/+12
Those are not defined for some tests (e.g., database-specific tests built with VC++ project).
2012-01-20Fix mssql::database constructor callBoris Kolpackov1-1/+1
2012-01-20Add initial support for SQL Server test infrastructureBoris Kolpackov1-0/+13
2011-10-21Correct create_database implementation for OracleConstantin Michael1-9/+4
2011-10-21Add Oracle create_database code allowing for specification of character setsConstantin Michael1-1/+9
2011-10-21Add infrastructure for oracle development testing and implement native testConstantin Michael1-0/+14
2011-08-26Add support for specifying client character set for MySQL databaseBoris Kolpackov1-1/+1
2011-08-22Enable foreign key constraints checking in SQLiteBoris Kolpackov1-3/+12
Due to bugs in SQLite DDL foreign key support, we have to temporarily disable foreign keys when re-creating the schema. New manual section: 12.5.3, "Foreign Key Constraints".
2011-07-06Add pgsql section to create_databaseConstantin Michael1-0/+14
2011-03-28Add schema creation flag to create_database()Boris Kolpackov1-1/+9
2011-03-28Recode tests to work with implementations lacking result::size()Boris Kolpackov1-0/+2
2011-03-27Build infrastructure for SQLiteBoris Kolpackov1-6/+40
2011-02-18Add odb::core namespace to be used in using-directivesBoris Kolpackov1-9/+9
Port all the examples and tests.
2011-01-04Copyright updateBoris Kolpackov1-1/+1
2010-12-13Detect TR1 <memory> availabilityBoris Kolpackov1-3/+1
Also use the wrapper header from libodb.
2010-09-14Rename DB_ID_MYSQL to DATABASE_MYSQLBoris Kolpackov1-3/+3
2010-09-14Use options parsing from database instead of our ownBoris Kolpackov1-37/+18
2010-09-13Handle option parsing exceptionBoris Kolpackov1-24/+34
2010-09-13Make test options consistent with MySQLBoris Kolpackov1-2/+2
2010-09-10Allow the test to specify max number of connectionsBoris Kolpackov1-2/+10
Use this in common/threads.
2010-09-08Add suppor for VC++ buildBoris Kolpackov1-0/+49