aboutsummaryrefslogtreecommitdiff
path: root/mssql/custom
AgeCommit message (Collapse)AuthorFilesLines
2013-02-09Update copyright yearBoris Kolpackov5-5/+5
2012-10-29Don't make database default in database-specific testsBoris Kolpackov1-3/+4
2012-10-08Ground work for multi-database supportBoris Kolpackov2-20/+21
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-09-16Add support for Visual Studio 2012Boris Kolpackov1-1/+4
2012-07-10Add support for custom database type mappingBoris Kolpackov6-0/+588
New pragma qualifier, map, and specifiers: as, to, from. New tests: <database>/custom.