From f7b2bea429417fe99ef46f815f82c1323c8f0e1e Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Thu, 24 Nov 2011 10:32:03 +0200 Subject: Add Oracle to dist --- 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 e727929..8d50a29 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="pgsql sqlite mysql" + databases="oracle pgsql sqlite mysql" else databases=$2 fi -- cgit v1.1