aboutsummaryrefslogtreecommitdiff
path: root/odb/mysql/simple-object-statements.txx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-08-14 15:16:09 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-08-14 15:16:09 +0200
commit075f64ca84e4e1be22bad30e4974e9b675d12ec8 (patch)
treeec157ade131adf217d9c2dcd47228bc8c7b53cb9 /odb/mysql/simple-object-statements.txx
parent7f55357c16a981ae2d2d4b1ea2d1cfdcff1bdf74 (diff)
Add support for object sections
Sections are an optimization mechanism that allows the partitioning of data members of a persistent class into groups that can be separately loaded and/or updated.
Diffstat (limited to 'odb/mysql/simple-object-statements.txx')
-rw-r--r--odb/mysql/simple-object-statements.txx1
1 files changed, 0 insertions, 1 deletions
diff --git a/odb/mysql/simple-object-statements.txx b/odb/mysql/simple-object-statements.txx
index a9b2051..082d9db 100644
--- a/odb/mysql/simple-object-statements.txx
+++ b/odb/mysql/simple-object-statements.txx
@@ -25,7 +25,6 @@ namespace odb
object_traits::id_column_count +
object_traits::managed_optimistic_column_count)
{
- id_image_version_ = 0;
}
//