From d710fb34d676d111ae230bac16dc37e2e6e052ee Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Thu, 19 May 2011 17:09:46 +0200 Subject: Add version data member to native_binding --- odb/pgsql/binding.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'odb') diff --git a/odb/pgsql/binding.hxx b/odb/pgsql/binding.hxx index d6c61a8..50c655e 100644 --- a/odb/pgsql/binding.hxx +++ b/odb/pgsql/binding.hxx @@ -27,13 +27,14 @@ namespace odb const int* l, const int* f, std::size_t n) - : values (v), lengths (l), formats (f), count (n) + : values (v), lengths (l), formats (f), version (0), count (n) { } const char* const* values; const int* lengths; const int* formats; + std::size_t version; std::size_t count; private: -- cgit v1.1