summaryrefslogtreecommitdiff
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-16Use MIT license instead of the perl artistic/GPLYorhel4-8/+22
2009-07-15Tiny improvements in the tests, and added new test for basic queriesYorhel4-5/+109
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 interfaceYorhel2-22/+68
Completely untested, though
2009-05-17Added test files to the MANIFESTYorhel1-0/+3
I could also use the manifest creation feature of Module::Build, but that one doesn't exactly do what I want, either.
2009-05-17Wrote another test file to test the connection processYorhel1-0/+90
2009-05-17Added two basic testsYorhel3-1/+101
2009-05-17Added MANIFEST and README, moved TODO list and fixed typoYorhel5-10/+52
2009-05-17Initial commitYorhel3-0/+289