aboutsummaryrefslogtreecommitdiff
path: root/odb/pgsql/container-statements.txx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-08-30 06:05:32 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-08-30 06:05:32 +0200
commitb5ed13549a87dccb56f756d6fbc5f7bf537e9640 (patch)
treefbd04a8212da865758db44b6f41c2d4818eea359 /odb/pgsql/container-statements.txx
parent0745f84e2d5c7133f6ee6608487089d69d7ad519 (diff)
Statement processing/optimization base work
Diffstat (limited to 'odb/pgsql/container-statements.txx')
-rw-r--r--odb/pgsql/container-statements.txx2
1 files changed, 2 insertions, 0 deletions
diff --git a/odb/pgsql/container-statements.txx b/odb/pgsql/container-statements.txx
index 2fd4d15..1af19bb 100644
--- a/odb/pgsql/container-statements.txx
+++ b/odb/pgsql/container-statements.txx
@@ -106,6 +106,8 @@ namespace odb
this->delete_name_ = traits::delete_name;
this->delete_text_ = traits::delete_statement;
+
+ this->versioned_ = traits::versioned;
}
// smart_container_statements_impl