From 5a300f2de33d1b03b42eece5a5744f187b9e86f6 Mon Sep 17 00:00:00 2001 From: helge Date: Sun, 18 Mar 2007 09:55:16 +0000 Subject: [PATCH] removed sql3types.h from compilation in PostgreSQL adaptor git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1464 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- sope-gdl1/PostgreSQL/ChangeLog | 8 +++++++- sope-gdl1/PostgreSQL/EOAttribute+PostgreSQL72.m | 4 ++-- sope-gdl1/PostgreSQL/Version | 2 +- sope-gdl1/PostgreSQL/postgres_types.h | 1 + 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/sope-gdl1/PostgreSQL/ChangeLog b/sope-gdl1/PostgreSQL/ChangeLog index 603a9ad4..70af34a8 100644 --- a/sope-gdl1/PostgreSQL/ChangeLog +++ b/sope-gdl1/PostgreSQL/ChangeLog @@ -1,6 +1,12 @@ +2007-03-22 Helge Hess + + * EOAttribute+PostgreSQL72.m: removed sql3types.h from inclusion (which + was not available on Ubuntu/PG 8.1.4), hopefully it still compiles + with all relevant PG versions (v4.5.49) + 2006-09-30 Helge Hess - * v.4.5.48 + * v4.5.48 * always use UTF-8 as the transport encoding (was Latin1 before), enforce that by setting the connection client encoding (when diff --git a/sope-gdl1/PostgreSQL/EOAttribute+PostgreSQL72.m b/sope-gdl1/PostgreSQL/EOAttribute+PostgreSQL72.m index 2489775b..9f8cab78 100644 --- a/sope-gdl1/PostgreSQL/EOAttribute+PostgreSQL72.m +++ b/sope-gdl1/PostgreSQL/EOAttribute+PostgreSQL72.m @@ -25,14 +25,14 @@ */ #include "common.h" -#import "EOAttribute+PostgreSQL72.h" +#include "EOAttribute+PostgreSQL72.h" #if 0 #include #else #include #endif -#include +//#include // Sybase dateformat: (need to be corrected for PostgreSQL) static NSString *PGSQL_DATETIME_FORMAT = @"%b %d %Y %I:%M:%S:000%p"; diff --git a/sope-gdl1/PostgreSQL/Version b/sope-gdl1/PostgreSQL/Version index 17168ee5..1d3fc25a 100644 --- a/sope-gdl1/PostgreSQL/Version +++ b/sope-gdl1/PostgreSQL/Version @@ -1,5 +1,5 @@ # version file -SUBMINOR_VERSION:=48 +SUBMINOR_VERSION:=49 # v4.5.41 requires libGDLAccess v4.5.50 diff --git a/sope-gdl1/PostgreSQL/postgres_types.h b/sope-gdl1/PostgreSQL/postgres_types.h index 76c1727e..038404d7 100644 --- a/sope-gdl1/PostgreSQL/postgres_types.h +++ b/sope-gdl1/PostgreSQL/postgres_types.h @@ -1,3 +1,4 @@ +/* TBD: explain this! */ #define BOOLOID 16 #define BYTEAOID 17 #define CHAROID 18 -- 2.39.5