Commit Graph

11 Commits

Author SHA1 Message Date
Sergey Tsalkov
0a7b323e81 you can now specify your own error handling function by changing DB::$error_handler 2011-03-04 16:49:17 -05:00
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!
v1.1
2011-03-01 00:12:31 -05:00
Sergey Tsalkov
d01a8be627 more basic tests 2011-03-01 00:12:25 -05:00
Sergey Tsalkov
2828a85656 * queryAllRows is the default mode for release
* add a few more query() tests
v1.0
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
Sergey Tsalkov
c87b06f64b initial commit 2011-03-01 00:08:23 -05:00