aboutsummaryrefslogtreecommitdiff
path: root/common/query/basics/makefile
AgeCommit message (Collapse)AuthorFilesLines
2013-06-03Use database name in options and driver files (build part)Boris Kolpackov1-1/+1
This way we will be able to have several databases configured at the same time, which is needed for multi-database support testing.
2013-02-09Update copyright yearBoris Kolpackov1-1/+1
2013-01-24Add support for mapping char[N] to CHAR/VARCHAR database typesBoris Kolpackov1-0/+115
Also improve query support for arrays (decaying).