summaryrefslogtreecommitdiff
path: root/odb/semantics/relational/changelog.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-04-03 11:22:42 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-04-10 18:46:44 +0200
commitb0391e168b489811708ca7ba5f71a0eb67b46ffe (patch)
treece15fb5ce0998ec27696152054609bb5dd4f45c3 /odb/semantics/relational/changelog.hxx
parente356a9112750e836197a8545bcf6cedad0c1ebe1 (diff)
Generate add/drop table migration statements
Diffstat (limited to 'odb/semantics/relational/changelog.hxx')
-rw-r--r--odb/semantics/relational/changelog.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/odb/semantics/relational/changelog.hxx b/odb/semantics/relational/changelog.hxx
index 93b327d..d9e220c 100644
--- a/odb/semantics/relational/changelog.hxx
+++ b/odb/semantics/relational/changelog.hxx
@@ -88,6 +88,12 @@ namespace semantics
return *contains_changeset_.back ();
}
+ contains_changeset const&
+ contains_changeset_at (contains_changeset_list::size_type i) const
+ {
+ return *contains_changeset_[i];
+ }
+
contains_changeset_iterator
contains_changeset_begin () const
{