aboutsummaryrefslogtreecommitdiff
path: root/libcommon/common/common.hxx
AgeCommit message (Collapse)AuthorFilesLines
2018-05-24Update copyright yearKaren Arutyunov1-1/+1
2017-01-03Update copyright yearBoris Kolpackov1-1/+1
2015-02-06Update copyrightBoris Kolpackov1-1/+1
2013-06-21Add support for running tests in dynamic multi-database modeBoris Kolpackov1-4/+9
Only possible in the development build system at this stage.
2013-02-09Update copyright yearBoris Kolpackov1-1/+1
2013-01-24Add support for mapping char[N] to CHAR/VARCHAR database typesBoris Kolpackov1-2/+2
Also improve query support for arrays (decaying).
2012-10-08Ground work for multi-database supportBoris Kolpackov1-0/+12
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-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-14/+3
Those are not defined for some tests (e.g., database-specific tests built with VC++ project).
2012-01-20Query support for SQL ServerBoris Kolpackov1-1/+3
2011-11-08Add common/transaction test (port from tracer)Boris Kolpackov1-1/+1
2011-10-26Disable use of result::size for Oracle testsConstantin Michael1-1/+1
2011-10-21Correct create_database implementation for OracleConstantin Michael1-2/+0
2011-10-21Add Oracle create_database code allowing for specification of character setsConstantin Michael1-0/+2
2011-09-22Make sure NDEBUG is not definedBoris Kolpackov1-0/+6
2011-03-28Add schema creation flag to create_database()Boris Kolpackov1-1/+4
2011-03-28Recode tests to work with implementations lacking result::size()Boris Kolpackov1-1/+20
2011-01-04Copyright updateBoris Kolpackov1-1/+1
2010-09-14Use options parsing from database instead of our ownBoris Kolpackov1-1/+1
2010-09-10Allow the test to specify max number of connectionsBoris Kolpackov1-2/+3
Use this in common/threads.
2010-09-08Add suppor for VC++ buildBoris Kolpackov1-0/+18