aboutsummaryrefslogtreecommitdiff
path: root/odb/oracle/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
commit1d287936950aa96a7b4a12b0d05633f257ab2c90 (patch)
tree08bd263cffb771dedcb016b5c6aa2ac7d5ea1471 /odb/oracle/simple-object-statements.txx
parenta786d2278d538cf8d2e7f91f7c55b3c6e091b015 (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/oracle/simple-object-statements.txx')
-rw-r--r--odb/oracle/simple-object-statements.txx1
1 files changed, 0 insertions, 1 deletions
diff --git a/odb/oracle/simple-object-statements.txx b/odb/oracle/simple-object-statements.txx
index da5dee6..6723b1c 100644
--- a/odb/oracle/simple-object-statements.txx
+++ b/odb/oracle/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;
}
//