aboutsummaryrefslogtreecommitdiff
path: root/odb/pgsql/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-08-30 16:10:02 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-08-30 16:10:30 +0200
commit9fce9a7250f63a2a3cceeb0aac7b22d5dd7e6915 (patch)
treedd20f89ddd286f663aaf881835970c03cc628855 /odb/pgsql/makefile
parent44a26d189e186ac10c4a80c4dbb68d65927b12a9 (diff)
Implement uniform handle management across all databases
Also use the auto_handle template instead of the raw handle in connection, statement, and result classes. This removes a lot of brittle "exception safety guarantee" code that we had in those classes.
Diffstat (limited to 'odb/pgsql/makefile')
-rw-r--r--odb/pgsql/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/odb/pgsql/makefile b/odb/pgsql/makefile
index 7e95f24..8203235 100644
--- a/odb/pgsql/makefile
+++ b/odb/pgsql/makefile
@@ -7,6 +7,7 @@
include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make
cxx := \
+auto-handle.cxx \
connection.cxx \
connection-factory.cxx \
database.cxx \