Commit Graph

19 Commits

Author SHA1 Message Date
4c546ed3e9 Fix issue with Query_Builder->where_in() method 2012-08-24 16:17:08 +00:00
a4f730b081 Fixed issue with multiple fields in order_by, removed extranious spaces in SQL generation 2012-08-23 01:17:27 +00:00
90c6760196 Parsed join conditions fixes #2 2012-08-09 16:15:36 +00:00
6a89b48fe8 Beginning of query parser 2012-08-02 15:59:11 +00:00
091484785f Fix new test 2012-07-27 16:08:55 +00:00
9d8d07958f Minor tweaks to exceptions 2012-07-27 16:05:29 +00:00
d9a4b5fbe5 Added exception for invalid drivers 2012-07-26 17:21:24 +00:00
7649f75cac switch from pdo_drivers to PDO::getAvailableDrivers 2012-07-03 13:00:17 -04:00
121dfd1401 Remove unrelated classes and tests 2012-05-31 09:48:17 -04:00
3da9cd9c19 Added more meta-information methods, with tests 2012-05-09 13:54:38 -04:00
38aadabc9b Test formatting cleanup 2012-04-24 14:00:44 -04:00
8fc9a7295d Firebird fixes, moved num_rows() method to db_pdo class 2012-04-20 16:33:40 -04:00
62a7eaf73d Add package docblock options 2012-04-20 13:17:39 -04:00
5d5588c909 Various tweaks 2012-04-18 16:28:12 -04:00
bf162323f0 Implemented 'having' and 'or_having' methods 2012-04-17 14:22:51 -04:00
902b6b7cb3 Implemented count_all_results method in Query Builder 2012-04-17 11:37:39 -04:00
f7d18b19fd Added count_all method to query_builder 2012-04-17 08:29:28 -04:00
9b9ea5aeed Added 'distinct' method to query builder 2012-04-13 16:50:05 -04:00
ebe1b1a647 Rearrange tests, add Settings class tests 2012-04-13 13:48:38 -04:00