aboutsummaryrefslogtreecommitdiff
path: root/odb/mssql/query-const-expr.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-10-08 16:09:07 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-10-08 16:09:07 +0200
commitd3261c7ed4ac622c8807ba88b39bd41632577c4f (patch)
tree5b21da2657756b553d70526c18ea30c387d2b25b /odb/mssql/query-const-expr.cxx
parentf301e6ae8a836dff7face65e24e2de29e077166b (diff)
Ground work for multi-database support
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.
Diffstat (limited to 'odb/mssql/query-const-expr.cxx')
-rw-r--r--odb/mssql/query-const-expr.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/mssql/query-const-expr.cxx b/odb/mssql/query-const-expr.cxx
index ea35dba..5413704 100644
--- a/odb/mssql/query-const-expr.cxx
+++ b/odb/mssql/query-const-expr.cxx
@@ -10,6 +10,6 @@ namespace odb
{
// Sun CC cannot handle this in query.cxx.
//
- const query query::true_expr (true);
+ const query_base query_base::true_expr (true);
}
}