aboutsummaryrefslogtreecommitdiff
path: root/odb/common-query.hxx
AgeCommit message (Collapse)AuthorFilesLines
2014-09-19Avoid clashes between nested composites in query columnsBoris Kolpackov1-0/+4
2014-01-22Only generate inner export macro if we are explicitly instantiatingBoris Kolpackov1-3/+3
2014-01-17Handle query column exporting for composite value typesBoris Kolpackov1-4/+14
A composite value is represented in query_columns as a nested struct. Even though the query_columns template instantiation is exported, VC++ for some reason doesn't appear to also export the nested structs. To work around this, nested structs have to have the export macro in the declaration. But that's not it: we also have to declare the nested structs extern, just like the outer template instantiation itself.
2013-06-21Various bug fixes for dynamic multi-database supportBoris Kolpackov1-3/+7
2013-02-09Update copyright yearBoris Kolpackov1-1/+1
2012-11-28Add support for DLL exporting of generated codeBoris Kolpackov1-3/+22
New options: --export-symbol, --extern-symbol.
2012-11-21Add dynamic multi-database query supportBoris Kolpackov1-0/+239