aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/PostgresKit/Source/FLXPostgresTypeDateTimeHandler.m
Commit message (Expand)AuthorAgeFilesLines
* Fix release build warnings.stuconnolly2012-09-121-12/+13
* Rework type handling; reducing the number of paremeters being passed around a...stuconnolly2012-09-101-42/+27
* Tidy up data types.stuconnolly2012-09-101-1/+1
* Return NSNull instead of nil during error checking.stuconnolly2012-09-101-4/+4
* Add support for network address types.stuconnolly2012-09-091-4/+4
* Hook up time interval support.stuconnolly2012-09-091-0/+25
* Rename some classes.stuconnolly2012-09-091-4/+4
* Add native timezone type support.stuconnolly2012-09-081-17/+31
* Rework data type handling.stuconnolly2012-09-081-84/+63
* Remove native object to binary conversion.stuconnolly2012-09-071-5/+0
* Remove object quoting and keep track of data type support.stuconnolly2012-09-071-10/+0
* Add date/time handling.stuconnolly2012-09-061-26/+164
* Initial commit of PostgresKit, our new Postgres framework as a start towards ...stuconnolly2012-09-031-0/+86