Commit Graph

26 Commits

Author SHA1 Message Date
Timothy Warren 4064a99419 Add updateBatch method to query builder 2018-02-09 17:29:26 -05:00
Timothy Warren a94038cd47 Update dependencies, and fix linting issues 2018-02-02 11:50:29 -05:00
Timothy Warren 26febfd7ab Merge branch 'develop' of git.timshomepage.net:timw4mail/node-query into develop 2017-02-28 15:55:30 -05:00
Timothy Warren cdc5dcfa17 From mocha to jest 2017-02-28 15:47:29 -05:00
Timothy Warren 7f22eee84d Make helpers a class of static functions, add helper methods to run a full file of sql queries 2016-11-22 16:03:46 -05:00
Timothy Warren d4a8231947 No more callbacks in the public interface/New implementation to allow multiple adapters for a database type 2016-11-18 21:59:22 -05:00
Timothy Warren 7fbbff41c8 Really ugly progress commit
Start work of using promises to wrap connections and removing old callback api.
2016-11-10 22:10:45 -05:00
Timothy Warren 8d7e4aaa8c Update dependencies and switch to Happiness code style 2016-09-14 16:50:32 -04:00
Timothy Warren d3e5da66c4 Remove truncation from test setup 2016-07-20 17:58:34 -04:00
Timothy Warren 2a4fedf03c Tweak mysql test setup 2016-07-20 17:19:59 -04:00
Timothy Warren 5a7d0b9934 Fix setup for gitlab ci 2016-07-20 16:32:32 -04:00
Timothy Warren dc750c5cdb Tweak mysql2 adapter test suite setup method 2016-03-16 09:11:18 -04:00
Timothy Warren b19dff4142 Fix typo in test, remove test config file from source repo 2016-03-16 09:02:19 -04:00
Timothy Warren 23fe7b19bc Remove travis ci integration. Resolves #4 2016-03-16 08:51:05 -04:00
Timothy Warren 0350a165c7 Create standard result object. Resolves #3 2016-03-15 15:37:24 -04:00
Timothy Warren 58008b46c0 Code and test tweaks 2016-03-11 16:32:38 -05:00
Timothy Warren 5ecd9d523a First version with library-managed connections 2016-03-11 10:41:04 -05:00
Timothy Warren 26e3bdbf50 Remove mysql adapter, use mysql2 instead 2016-03-10 14:41:37 -05:00
Timothy Warren 7f982a4c2b Fix some code-style issues and fix jenkins build 2016-03-09 15:05:38 -05:00
Timothy Warren 0ccd692267 Remove bluebird dependency, add public query method, and re-add tests for node-firebird 2016-02-12 11:40:21 -05:00
Timothy Warren 383d632bb0 Fix mysql insert batch tests 2016-02-10 13:09:06 -05:00
Timothy Warren da8b473bc7 Add promise interface to database execution methods 2016-01-26 19:29:12 -05:00
Timothy Warren dd4d7e2db0 Even more code coverage 2015-12-08 10:06:29 -05:00
Timothy Warren 577700ed10 More style fixes 2015-12-07 17:03:36 -05:00
Timothy Warren 2cc48b56f8 95+% code coverage 2015-12-07 14:33:48 -05:00
Timothy Warren 816911b54d Increase code coverage 2015-12-07 12:03:42 -05:00