+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
*/
#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";