aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/PostgresKit/Source/PGPostgresConnectionQueryExecution.m
Commit message (Collapse)AuthorAgeFilesLines
* Suppress warnings.Stuart Connolly2014-01-261-0/+2
|
* Fix PostgresKit memory leaks.Stuart Connolly2014-01-261-1/+5
|
* PostgresKit: Add a new property to return the number of rows affected by the ↵stuconnolly2013-06-181-18/+22
| | | | last executed query.
* PostgresKit: Fix the integration tests as well as some issues that they ↵stuconnolly2013-01-161-2/+2
| | | | highlighted.
* - When requesting the server vesion with no current connection, return -1 ↵stuconnolly2013-01-151-1/+7
| | | | | | | instead of zero. - When executing a query, perform the query checks before the connection check to avoid performing unnecessary library calls.
* Change project prefix.stuconnolly2012-09-261-0/+314