aboutsummaryrefslogtreecommitdiff
path: root/mssql/custom/driver.cxx
AgeCommit message (Collapse)AuthorFilesLines
2013-03-29Add test for custom-mapping SQL Server SQL_VARIANT typeBoris Kolpackov1-0/+11
2013-02-09Update copyright yearBoris Kolpackov1-1/+1
2012-10-08Ground work for multi-database supportBoris Kolpackov1-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-07-10Add support for custom database type mappingBoris Kolpackov1-0/+124
New pragma qualifier, map, and specifiers: as, to, from. New tests: <database>/custom.