commit b4eb090228e615301e28ae64d9c3bc584f0b2832 Author: Karsten Loesing karsten.loesing@gmx.net Date: Thu May 23 08:30:17 2013 +0200
Upgrade JDBC library to PostgreSQL 9.1.
Fixes #8938. --- build.xml | 2 +- lib/postgresql-8.4-702.jdbc3.jar | Bin 502118 -> 0 bytes lib/postgresql-9.1-903.jdbc3.jar | Bin 0 -> 507454 bytes 3 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.xml b/build.xml index 292a262..cc3aa58 100644 --- a/build.xml +++ b/build.xml @@ -14,7 +14,7 @@ <pathelement path="${classes}"/> <pathelement location="lib/commons-codec-1.4.jar"/> <pathelement location="lib/commons-compress-1.3.jar"/> - <pathelement location="lib/postgresql-8.4-702.jdbc3.jar"/> + <pathelement location="lib/postgresql-9.1-903.jdbc3.jar"/> <pathelement location="lib/junit-4.8.2.jar"/> <pathelement location="lib/descriptor.jar"/> </path> diff --git a/lib/postgresql-8.4-702.jdbc3.jar b/lib/postgresql-8.4-702.jdbc3.jar deleted file mode 100644 index bf01aee..0000000 Binary files a/lib/postgresql-8.4-702.jdbc3.jar and /dev/null differ diff --git a/lib/postgresql-9.1-903.jdbc3.jar b/lib/postgresql-9.1-903.jdbc3.jar new file mode 100644 index 0000000..b3cf8f3 Binary files /dev/null and b/lib/postgresql-9.1-903.jdbc3.jar differ