summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)AuthorFilesLines
2009-07-17Check for notifications -before- query resultsYorhel1-7/+7
It took me an entire day just to find out why the heck PoCo::Pg wouldn't always receive a dbi_canread event when the query result is available. Found out it was because pg_notifies does, apparently, read something from the socket. (But apparently not in a blocking way... so it was hard to detect...)
2009-07-17Updated the listen and unlisten events to use the new 'do' argumentsYorhel1-4/+4
2009-07-17Check for the existance of QARG instead of it's valueYorhel1-1/+1
2009-07-15Changed arguments of the query and do events to be shorterYorhel1-10/+8
No need to for named arguments if they aren't likely to change and you'll often need to specify all arguments, anyway.
2009-07-15Don't use pg_enable_utf8 in connectYorhel1-1/+1
This is something that should be specified in the dsn argument, as it's application-specific.
2009-07-15Added a minimal object interfaceYorhel1-20/+67
Completely untested, though
2009-05-17Added two basic testsYorhel1-1/+0
2009-05-17Added MANIFEST and README, moved TODO list and fixed typoYorhel1-9/+1
2009-05-17Initial commitYorhel1-0/+273