Commit Graph

76 Commits

Author SHA1 Message Date
Timothy Warren 6d1e21b0a5 A little more cleanup, and redo-docs 2015-01-23 16:02:38 -05:00
Timothy Warren 26e3e97475 Improve query parser to handle functions in where clauses 2015-01-23 15:33:41 -05:00
Timothy Warren da085f9e14 Make third init argument optional in some cases 2014-12-01 14:08:10 -05:00
Timothy Warren 1a0ff7ff15 Add whereIsNull, whereIsNotNull, orWhereIsNull, orWhereIsNotNull methods 2014-11-18 13:42:19 -05:00
Timothy Warren 5f8c4ad9b0 Fix issue with using where method with an object with multiple keys 2014-11-05 17:08:56 -05:00
Timothy Warren d20769170c Add firebird adapter, and quote the table name in all the methods 2014-11-04 12:34:05 -05:00
Timothy Warren c43e902525 Add sqlite3 adapter, and change initialization slightly 2014-11-03 10:59:18 -05:00
Timothy Warren a14119d0b9 Add sqlite driver, with dblite adapter 2014-10-31 11:57:44 -04:00
Timothy Warren e4c62ef3e7 Fix issue with a where object with more than one member 2014-10-30 11:08:00 -04:00
Timothy Warren e9da74f819 Add insertBatch method with tests 2014-10-30 09:48:03 -04:00
Timothy Warren 711cc0c4f8 Nearly 100% code coverage, and lots of miscellaneous fixes 2014-10-28 16:46:48 -04:00
Timothy Warren 7a3c5b7e79 Streamline some dependencies, and add tests for query parser 2014-10-28 14:40:03 -04:00
Timothy Warren 3f40708637 Update docs 2014-10-28 09:07:04 -04:00
Timothy Warren a1ad4caea4 Fix an issue with multiple group by columns 2014-10-28 09:05:27 -04:00
Timothy Warren 64b480c8e1 Fix pg adapter 2014-10-27 15:46:54 -04:00
Timothy Warren 707b10d3ca Update docs with additional argument to qb.delete 2014-10-27 13:37:43 -04:00
Timothy Warren 83af1d3946 Fix inserting, updating, and deleting methods 2014-10-27 13:36:10 -04:00
Timothy Warren 06ea44ac8f Fix joining methods 2014-10-27 10:35:16 -04:00
Timothy Warren 3b1284ec95 A lot more tests 2014-10-24 10:30:54 -04:00
Timothy Warren 41ef3ebeec Fix quoting identifiers with comma-seperated values 2014-10-23 15:49:17 -04:00
Timothy Warren 1f03c8c0dd Fix having and where methods 2014-10-23 15:33:20 -04:00
Timothy Warren b52f0762e4 Re-organize test to use main node-query method 2014-10-23 13:50:11 -04:00
Timothy Warren 873bfbc9eb Fix handling of functions in a select clause 2014-10-23 11:59:42 -04:00
Timothy Warren 490ec86bf7 First basic working state 2014-10-23 10:53:16 -04:00
Timothy Warren 6542c8f674 A bunch of random progress 2014-10-20 16:56:45 -04:00
Timothy Warren b2d214d288 first commit 2014-10-08 19:44:14 -04:00