From 9fce9a7250f63a2a3cceeb0aac7b22d5dd7e6915 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 30 Aug 2011 16:10:02 +0200 Subject: 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. --- odb/pgsql/makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'odb/pgsql/makefile') 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 \ -- cgit v1.1