Commit Graph

8 Commits

Author SHA1 Message Date
Sergey Tsalkov
620c607f61 remove array_map with inline functions for PHP 5.2 compatability
thanks to Adam for pointing this out!
2011-03-02 12:46:07 -05:00
Sergey Tsalkov
78c8192fdd increase "error output" level and fix various minor bugs
none of these seem to affect functionality, it's just a matter of clean code
thanks to ++ for pointing this out!
2011-03-01 00:12:31 -05:00
Sergey Tsalkov
2828a85656 * queryAllRows is the default mode for release
* add a few more query() tests
2011-03-01 00:12:17 -05:00
Sergey Tsalkov
2e07278d35 fix minor db bugs, add preliminary unit testing 2011-03-01 00:12:10 -05:00
Sergey Tsalkov
db0feccfd4 query() can default to buffered, unbuffered, or queryAllRows 2011-03-01 00:12:02 -05:00
Sergey Tsalkov
91e5f3db4f use unbuffered queries internally -- slightly fater processing 2011-03-01 00:11:56 -05:00
Sergey Tsalkov
9c8243f996 free all results after use 2011-03-01 00:11:49 -05:00
Sergey Tsalkov
bfb9170c12 add initial version -- should be working 2011-03-01 00:11:34 -05:00