From be14b557ce73cabb388c77c1e2bcb9936779f7c2 Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Sun, 24 Jul 2011 19:34:28 +0200 Subject: Update windows build and test scripts to include PostgreSQL --- test/windows/odb/all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/windows/odb/all') diff --git a/test/windows/odb/all b/test/windows/odb/all index f81218d..e727929 100755 --- a/test/windows/odb/all +++ b/test/windows/odb/all @@ -27,7 +27,7 @@ if [ "$2" = "" ]; then exit 1 else if [ "$2" = "all" ]; then - databases="sqlite mysql" + databases="pgsql sqlite mysql" else databases=$2 fi -- cgit v1.1