Commit Graph

21 Commits

Author SHA1 Message Date
Timothy Warren d4e99aa5cd Test and doc updates 2014-02-07 16:53:01 -05:00
Timothy Warren 1e31196dee Add another test and try again 2014-02-06 17:07:29 -05:00
Timothy Warren 8dc2079d43 Add `explain` method to query builder 2014-02-04 20:59:30 -05:00
Timothy Warren 7397b95e8b Fix broken tests 2013-12-06 23:37:43 -05:00
Timothy Warren c53024ae6a Fix some issues with the grouping commands, and greatly expand test coverage 2013-12-06 23:00:32 -05:00
Timothy Warren f6bfe414e6 Add insert batch as a function to overwrite in drivers 2013-05-03 13:07:34 -04:00
Timothy Warren 40c76b2653 Changed invalid methods to return NULL instead of FALSE, added insert_batch 2013-05-01 15:59:23 -04:00
Timothy Warren 0e44bbaf0d Update year 2013-01-02 14:26:42 -05:00
Timothy Warren 6875de3e7c Create query() method to handle database connections instead of Query_Builder class 2012-11-08 14:28:49 -05:00
Timothy Warren 5ca46798ca Misc typo fixes, fixes #4' 2012-11-07 08:42:34 -05:00
Timothy Warren eb5d30ab21 Improve 'type_list' methods 2012-05-08 15:37:36 -04:00
Timothy Warren dc0a8b7bc1 More method simplification 2012-04-30 16:06:06 -04:00
Timothy Warren 38aadabc9b Test formatting cleanup 2012-04-24 14:00:44 -04:00
Timothy Warren 8fc9a7295d Firebird fixes, moved num_rows() method to db_pdo class 2012-04-20 16:33:40 -04:00
Timothy Warren 62a7eaf73d Add package docblock options 2012-04-20 13:17:39 -04:00
Timothy Warren f03afaa98b Made Firebird_Result class Extend PDOStatement 2012-04-17 16:57:28 -04:00
Timothy Warren bf162323f0 Implemented 'having' and 'or_having' methods 2012-04-17 14:22:51 -04:00
Timothy Warren 9b9ea5aeed Added 'distinct' method to query builder 2012-04-13 16:50:05 -04:00
Timothy Warren 272dfd62d4 Implement select_max, select_min, select_avg, and select_sum methods in query builder 2012-04-13 12:49:13 -04:00
Timothy Warren 15e7ef0832 Added 'get_where' method to query builder
Also added prep work for select_* methods
2012-04-13 11:53:11 -04:00
Timothy Warren de34e24325 rearranged tests 2012-04-11 11:48:56 -04:00