Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix filename typo. | stuconnolly | 2012-09-27 | 1 | -4/+4 |
| | |||||
* | Add a binary data handler. | stuconnolly | 2012-09-27 | 1 | -2/+18 |
| | |||||
* | Add data type tests. | stuconnolly | 2012-09-27 | 1 | -1/+13 |
| | |||||
* | Change project prefix. | stuconnolly | 2012-09-26 | 1 | -160/+168 |
| | |||||
* | Fix release build warnings. | stuconnolly | 2012-09-12 | 1 | -3/+6 |
| | |||||
* | Rework type handling; reducing the number of paremeters being passed around ↵ | stuconnolly | 2012-09-10 | 1 | -1/+1 |
| | | | | as well as libpq calls. | ||||
* | Add support for network address types. | stuconnolly | 2012-09-09 | 1 | -1/+1 |
| | |||||
* | Additional type support. | stuconnolly | 2012-09-09 | 1 | -1/+1 |
| | |||||
* | Rename some classes. | stuconnolly | 2012-09-09 | 1 | -16/+16 |
| | |||||
* | Missing from previous commit. | stuconnolly | 2012-09-09 | 1 | -4/+4 |
| | |||||
* | Add a time interval wrapper. | stuconnolly | 2012-09-09 | 1 | -0/+8 |
| | |||||
* | Add tests target and test script. | stuconnolly | 2012-09-08 | 1 | -2/+165 |
| | |||||
* | Add native timezone type support. | stuconnolly | 2012-09-08 | 1 | -0/+16 |
| | |||||
* | Headers shouldn't be public. | stuconnolly | 2012-09-07 | 1 | -2/+2 |
| | |||||
* | Add libpqtypes static library so we don't have to reverse engineer Postgres' ↵ | stuconnolly | 2012-09-07 | 1 | -18/+50 |
| | | | | binary formats. | ||||
* | Header should be public. | stuconnolly | 2012-09-06 | 1 | -1/+1 |
| | |||||
* | Initial commit of PostgresKit, our new Postgres framework as a start towards ↵ | stuconnolly | 2012-09-03 | 1 | -0/+637 |
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 |