aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/PostgresKit/Source/FLXPostgresTypes.h
Commit message (Collapse)AuthorAgeFilesLines
* Change project prefix.stuconnolly2012-09-261-119/+0
|
* Fix the handling of numeric values.stuconnolly2012-09-241-1/+1
|
* Add support for network address types.stuconnolly2012-09-091-2/+5
|
* Add MAC address type support.stuconnolly2012-09-091-7/+7
|
* Test data script tweaks.stuconnolly2012-09-091-0/+1
|
* Additional type support.stuconnolly2012-09-091-5/+5
|
* Rename some classes.stuconnolly2012-09-091-3/+3
|
* Add a time interval wrapper.stuconnolly2012-09-091-23/+23
|
* Handle numeric type as string data.stuconnolly2012-09-071-1/+1
|
* Remove object quoting and keep track of data type support.stuconnolly2012-09-071-47/+82
|
* Initial commit of PostgresKit, our new Postgres framework as a start towards ↵stuconnolly2012-09-031-0/+80
adding PostgreSQL support to Sequel Pro. Note, that the framerwork is by no means feature complete and in it's current state has quite a few limitations: - No support for Postgres' asynchronous query API - Only supports the very basic data types (char/text and numerics) - No support (outide of libpq) for re-establishing dropped connections Current feature support includes: - Basic connection handling - Query execution - Prepared statement execution - Encoding support similar to SPMySQL's