aboutsummaryrefslogtreecommitdiff
path: root/odb/sqlite/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
commit534da0d899b11f6ca1fac161ea8901a62e5c07dc (patch)
tree5f8b002659f3d428bc14fc058557200870c3454c /odb/sqlite/simple-object-statements.txx
parent3b683eaa935356ac960fca68c7173e1c9b1b3c1e (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/sqlite/simple-object-statements.txx')
-rw-r--r--odb/sqlite/simple-object-statements.txx1
1 files changed, 0 insertions, 1 deletions
diff --git a/odb/sqlite/simple-object-statements.txx b/odb/sqlite/simple-object-statements.txx
index f0e6138..15689c6 100644
--- a/odb/sqlite/simple-object-statements.txx
+++ b/odb/sqlite/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;
}
//