aboutsummaryrefslogtreecommitdiff
path: root/odb/mssql/view-result.txx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-02-22 12:28:04 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-02-22 12:28:04 +0200
commitae434e2dcc4d86063601a46c96c6ccf9ac267bad (patch)
treeeeaa3b621a73af098a67cfa0ad8caa0b5fe0bd12 /odb/mssql/view-result.txx
parent3c62b4b218aedfe66cef51ce68c48b8e7e823328 (diff)
Add support for composite object ids
New pragma id_type (member). New test: common/composite-id. The composite example has also been updated.
Diffstat (limited to 'odb/mssql/view-result.txx')
-rw-r--r--odb/mssql/view-result.txx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/mssql/view-result.txx b/odb/mssql/view-result.txx
index 0d16241..de64438 100644
--- a/odb/mssql/view-result.txx
+++ b/odb/mssql/view-result.txx
@@ -53,7 +53,7 @@ namespace odb
view_traits::init (view,
use_copy_ ? *image_copy_ : statements_.image (),
- db);
+ &db);
// If we are using a copy, make sure the callback information for
// long data also comes from the copy.