aboutsummaryrefslogtreecommitdiff
path: root/pgsql/custom
AgeCommit message (Collapse)AuthorFilesLines
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-11Fix array regex to match arrays without boundsBoris Kolpackov1-1/+1
2012-07-10Add support for custom database type mappingBoris Kolpackov6-0/+648
New pragma qualifier, map, and specifiers: as, to, from. New tests: <database>/custom.