]> err.no Git - sope/commitdiff
removed sql3types.h from compilation in PostgreSQL adaptor
authorhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Sun, 18 Mar 2007 09:55:16 +0000 (09:55 +0000)
committerhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Sun, 18 Mar 2007 09:55:16 +0000 (09:55 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1464 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

sope-gdl1/PostgreSQL/ChangeLog
sope-gdl1/PostgreSQL/EOAttribute+PostgreSQL72.m
sope-gdl1/PostgreSQL/Version
sope-gdl1/PostgreSQL/postgres_types.h

index 603a9ad4d37a055f754d0cc88c9f3db287f9a706..70af34a8fcfce364e2068f103c53e940b3e1cedb 100644 (file)
@@ -1,6 +1,12 @@
+2007-03-22  Helge Hess  <helge.hess@opengroupware.org>
+
+       * 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  <helge.hess@opengroupware.org>
 
-       * 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
index 2489775b47becb3dfe69f6128b6302ddadc23307..9f8cab7816b356b170cee76c60f93e5b18899c62 100644 (file)
 */
 
 #include "common.h"
-#import "EOAttribute+PostgreSQL72.h"
+#include "EOAttribute+PostgreSQL72.h"
 
 #if 0
 #include <pg_type.h>
 #else
 #include <postgres_types.h>
 #endif
-#include <sql3types.h>
+//#include <sql3types.h>
 
 // Sybase dateformat: (need to be corrected for PostgreSQL)
 static NSString *PGSQL_DATETIME_FORMAT  = @"%b %d %Y %I:%M:%S:000%p";
index 17168ee54a02f1d780d9c08f2f90eba814924ee0..1d3fc25a479f943ff9fc9742022dcfddfb3168cb 100644 (file)
@@ -1,5 +1,5 @@
 # version file
 
-SUBMINOR_VERSION:=48
+SUBMINOR_VERSION:=49
 
 # v4.5.41 requires libGDLAccess v4.5.50
index 76c1727efb57160a02f2f4fe48fce360f6152072..038404d7f519e0e7bf195ac8d5ed14d97a04f009 100644 (file)
@@ -1,3 +1,4 @@
+/* TBD: explain this! */
 #define BOOLOID                        16
 #define BYTEAOID               17
 #define CHAROID                        18