diff options
author | stuconnolly <stuart02@gmail.com> | 2013-01-31 21:45:24 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2013-01-31 21:45:24 +0000 |
commit | ba5a0d6b416971b386896088e227e2ec4110b2a3 (patch) | |
tree | f62c11d8044a6d648dbb689fcecd1007cc609aa5 /Frameworks/PostgresKit/Source/PostgresKit.h | |
parent | 4d09d6c010fac04e9b589ae53e6b272d369ad62b (diff) | |
download | sequelpro-ba5a0d6b416971b386896088e227e2ec4110b2a3.tar.gz sequelpro-ba5a0d6b416971b386896088e227e2ec4110b2a3.tar.bz2 sequelpro-ba5a0d6b416971b386896088e227e2ec4110b2a3.zip |
PostgresKit: Update test data and fix not retaining timestamp properties.
Diffstat (limited to 'Frameworks/PostgresKit/Source/PostgresKit.h')
-rw-r--r-- | Frameworks/PostgresKit/Source/PostgresKit.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Frameworks/PostgresKit/Source/PostgresKit.h b/Frameworks/PostgresKit/Source/PostgresKit.h index 4189fffe..49d15b09 100644 --- a/Frameworks/PostgresKit/Source/PostgresKit.h +++ b/Frameworks/PostgresKit/Source/PostgresKit.h @@ -20,6 +20,7 @@ #import "PGPostgresError.h" #import "PGPostgresResult.h" +#import "PGPostgresTimeTZ.h" #import "PGPostgresStatement.h" #import "PGPostgresException.h" #import "PGPostgresConnection.h" |