Commit Graph

109 Commits

Author SHA1 Message Date
Timothy Warren 5f974da5d9 update docs for new methods 2014-11-18 13:41:32 -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 139fdcbac8 Update docs 2014-11-05 17:08:17 -05:00
Timothy Warren 456d68c016 Make travis skip firebird tests 2014-11-04 13:07:43 -05:00
Timothy Warren 7ef2385da9 Fix conditional loading of firebird test for travis-ci 2014-11-04 12:52:02 -05:00
Timothy Warren d554372912 Update docs 2014-11-04 12:34:26 -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 9264cc3438 Simplify grunt file and update .gitignore 2014-11-03 16:50:40 -05:00
Timothy Warren d6059b87d6 Update package.json and docs 2014-11-03 11:12:27 -05:00
Timothy Warren 1c449eced0 Add sqlite3 modules for tests 2014-11-03 10:59:34 -05:00
Timothy Warren c43e902525 Add sqlite3 adapter, and change initialization slightly 2014-11-03 10:59:18 -05:00
Timothy Warren df9dfcdebc Adaptive loading of dblite test based on whether the module exists 2014-10-31 13:15:31 -04:00
Timothy Warren 5f1ec50e0b Update node modules 2014-10-31 13:15:00 -04:00
Timothy Warren 5d90c176a4 Add dblite to peerDependencies 2014-10-31 12:33:45 -04:00
Timothy Warren be2f9dc138 Update docs 2014-10-31 11:58:12 -04:00
Timothy Warren a14119d0b9 Add sqlite driver, with dblite adapter 2014-10-31 11:57:44 -04:00
Timothy Warren fb6bf25062 Add modules for sqlite and firebird 2014-10-31 11:55:26 -04:00
Timothy Warren 9c1d7e09b3 Update docs 2014-10-30 11:10:47 -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 439630cdda Update docs and npm version 2014-10-30 09:48:55 -04:00
Timothy Warren e9da74f819 Add insertBatch method with tests 2014-10-30 09:48:03 -04:00
Timothy Warren d1e1d64912 Update docs and version 2014-10-28 16:47:30 -04:00
Timothy Warren 711cc0c4f8 Nearly 100% code coverage, and lots of miscellaneous fixes 2014-10-28 16:46:48 -04:00
Timothy Warren 062273e411 Update docs 2014-10-28 14:43: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 0b9d4bf7c1 Remove async, and add es6-shim 2014-10-28 14:36:39 -04:00
Timothy Warren 46eabf2342 Update npm 2014-10-28 10:29:29 -04:00
Timothy Warren c6607f24aa Update README with additional help 2014-10-28 10:18:39 -04:00
Timothy Warren aaf80a08db Update README with npm information 2014-10-28 10:13:15 -04:00
Timothy Warren 7b8797c920 Update some metadata to publish to npm 2014-10-28 09:46:27 -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 3c5ed1e58a Fix mysql table creation sql 2014-10-27 17:08:18 -04:00
Timothy Warren afff5dc157 Add the tables to test into the sql import files 2014-10-27 16:58:47 -04:00
Timothy Warren 9afa89cee8 Add a verbose flag to mysql import to see where it is failing 2014-10-27 16:41:32 -04:00
Timothy Warren 511c41adbd Fix mysql import for travis 2014-10-27 16:31:37 -04:00
Timothy Warren dbbbc58b24 Fix pg sql import command for travis 2014-10-27 16:19:42 -04:00
Timothy Warren dae1d11530 First attempt at getting travis ci working 2014-10-27 16:07:07 -04:00
Timothy Warren 145007797b Update docs 2014-10-27 15:47:22 -04:00
Timothy Warren 64b480c8e1 Fix pg adapter 2014-10-27 15:46:54 -04:00
Timothy Warren 2f5a927e99 Update pg module 2014-10-27 15:45:42 -04:00
Timothy Warren 707b10d3ca Update docs with additional argument to qb.delete 2014-10-27 13:37:43 -04:00
Timothy Warren 16cab60352 Update docs 2014-10-27 13:36:32 -04:00
Timothy Warren 83af1d3946 Fix inserting, updating, and deleting methods 2014-10-27 13:36:10 -04:00
Timothy Warren 81c7526bc6 Update docs 2014-10-27 10:35:44 -04:00
Timothy Warren 06ea44ac8f Fix joining methods 2014-10-27 10:35:16 -04:00
Timothy Warren 7fa78ace67 Fix test setup to actually run an assertion for each generated query 2014-10-24 14:26:31 -04:00
Timothy Warren 3b1284ec95 A lot more tests 2014-10-24 10:30:54 -04:00
Timothy Warren 48f3597b19 Add code coverage modules 2014-10-24 10:28:45 -04:00
Timothy Warren 41ef3ebeec Fix quoting identifiers with comma-seperated values 2014-10-23 15:49:17 -04:00