aboutsummaryrefslogtreecommitdiff
path: root/odb/pgsql/statement.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-11-01 12:41:02 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-11-01 12:41:02 +0200
commitb820128512133c443799b27265e28a27622497e6 (patch)
treeb17cfca63277072f100455e43164acd74c1bc5dd /odb/pgsql/statement.hxx
parent1adbed32a10e327bc1ab108133fcd2961ea1e07e (diff)
Implement support for optimistic concurrency
New pragmas: optimistic, version. New test: optimistic. New database function: reload().
Diffstat (limited to 'odb/pgsql/statement.hxx')
-rw-r--r--odb/pgsql/statement.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/pgsql/statement.hxx b/odb/pgsql/statement.hxx
index 0432920..8beb01f 100644
--- a/odb/pgsql/statement.hxx
+++ b/odb/pgsql/statement.hxx
@@ -221,7 +221,7 @@ namespace odb
binding& param,
native_binding& native_param);
- void
+ unsigned long long
execute ();
private: