|
From: Neil T. <nt...@us...> - 2007-02-19 20:40:20
|
Update of /cvsroot/pgsqlformac/pgCocoaDB In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31478 Modified Files: Schema.m Log Message: Bug Fixes. Index: Schema.m =================================================================== RCS file: /cvsroot/pgsqlformac/pgCocoaDB/Schema.m,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** Schema.m 30 Oct 2006 19:30:32 -0000 1.24 --- Schema.m 19 Feb 2007 20:40:16 -0000 1.25 *************** *** 40,44 **** // TODO add user default to bypass versions check //PostgreSQL 8.1.2 on powerpc-apple-darwin8.5.0, compiled by GCC powerpc-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build 5250) ! if ([pgVersionFound rangeOfString:@"PostgreSQL 8.1"].location == NSNotFound) { // TODO not found raise error? --- 40,44 ---- // TODO add user default to bypass versions check //PostgreSQL 8.1.2 on powerpc-apple-darwin8.5.0, compiled by GCC powerpc-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build 5250) ! if ([pgVersionFound rangeOfString:@"PostgreSQL 8.2"].location == NSNotFound) { // TODO not found raise error? |