aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/PostgresKit/Source/FLXPostgresTypes.h
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2012-09-09 00:51:43 +0000
committerstuconnolly <stuart02@gmail.com>2012-09-09 00:51:43 +0000
commit44ca403e94e748cbf1db6941aece22029c77c542 (patch)
tree6f6273a8ea5a335af89c34edc49012330d5ccd5e /Frameworks/PostgresKit/Source/FLXPostgresTypes.h
parente7a80d32707951967ba59c89e3f91d43573995b4 (diff)
downloadsequelpro-44ca403e94e748cbf1db6941aece22029c77c542.tar.gz
sequelpro-44ca403e94e748cbf1db6941aece22029c77c542.tar.bz2
sequelpro-44ca403e94e748cbf1db6941aece22029c77c542.zip
Rename some classes.
Diffstat (limited to 'Frameworks/PostgresKit/Source/FLXPostgresTypes.h')
-rw-r--r--Frameworks/PostgresKit/Source/FLXPostgresTypes.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Frameworks/PostgresKit/Source/FLXPostgresTypes.h b/Frameworks/PostgresKit/Source/FLXPostgresTypes.h
index 0f57daae..3216ad98 100644
--- a/Frameworks/PostgresKit/Source/FLXPostgresTypes.h
+++ b/Frameworks/PostgresKit/Source/FLXPostgresTypes.h
@@ -101,9 +101,9 @@ enum
FLXPostgresOidDate = 1082, // DateHandler => NSDate
FLXPostgresOidTime = 1083, // DateHandler => NSDate
FLXPostgresOidTimestamp = 1114, // DateHandler => NSDate
- FLXPostgresOidTimestampTZ = 1184, // DateHandler => FLXTimeTZ
- FLXPostgresOidInterval = 1186, // DateHandler => FLXTimeInterval
- FLXPostgresOidTimeTZ = 1266, // DateHandler => FLXTimeTZ
+ FLXPostgresOidTimestampTZ = 1184, // DateHandler => FLXPostgresTimeTZ
+ FLXPostgresOidInterval = 1186, // DateHandler => FLXPostgresTimeInterval
+ FLXPostgresOidTimeTZ = 1266, // DateHandler => FLXPostgresTimeTZ
// Binary
FLXPostgresOidBit = 1560, // Currently not supported