Commit Graph

76 Commits

Author SHA1 Message Date
Timothy Warren 00c193a22a Remove unused variable, update docblock 2018-02-12 14:57:58 -05:00
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 a5eb0795c9 Fix reference to Helpers, other updates 2017-02-28 16:11:34 -05:00
Timothy Warren b54e69570f Make 'navtive' a connection option to use a driver with native bindings 2016-11-22 18:26:43 -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 3460abdd96 Documentation updates 2016-11-21 19:48:00 -05:00
Timothy Warren ad91099706 Fix pg test and use default parameters in Result object 2016-11-21 16:39:56 -05:00
Timothy Warren 31b0aedc9e More documentation updates 2016-11-18 22:35:21 -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 2e661e24ff Start of mssql driver 2016-11-17 21:30:41 -05:00
Timothy Warren c034604c94 Remove getArgs dependency 2016-11-14 21:22:29 -05:00
Timothy Warren c90b1b1ba0 Remove callbacks and getArgs from QueryBuilder 2016-11-14 21:10:37 -05:00
Timothy Warren b13ad2a23d Update QueryBuilder 2016-11-14 20:24:33 -05:00
Timothy Warren 0ee092abd9 Completely promisify firebird driver 2016-11-14 20:23:27 -05:00
Timothy Warren 5dd42e07a7 Completely promisify pg driver 2016-11-14 20:21:02 -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 7b2482ad99 Revert "Remove Firebird."
This reverts commit 8f0b394d3c.
2016-11-10 20:15:16 -05:00
Timothy Warren 692c07ba74 Make docs a little less confusing by removing an internal class 2016-09-14 21:59:18 -04:00
Timothy Warren 8d7e4aaa8c Update dependencies and switch to Happiness code style 2016-09-14 16:50:32 -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 8f0a392505 another attempt at getting travis to build 2016-03-14 14:37:46 -04:00
Timothy Warren 58008b46c0 Code and test tweaks 2016-03-11 16:32:38 -05:00
Timothy Warren 8f0b394d3c Remove Firebird. 2016-03-11 16:15:23 -05:00
Timothy Warren 29bc4d4574 Try to gum up the works on connection errors 2016-03-11 13:41:33 -05:00
Timothy Warren 6dba16ac24 Move eslint settings to .eslintrc, and fix minor code style issues 2016-03-11 13:29:01 -05:00
Timothy Warren f431463c9a Stab in the dark at fixing broken mysql tests 2016-03-11 13:12:22 -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 508b1b0d88 Update docs again 2016-02-12 12:50:59 -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 ea15044d13 Update some documentation 2016-01-26 20:23:52 -05:00
Timothy Warren da8b473bc7 Add promise interface to database execution methods 2016-01-26 19:29:12 -05:00
Timothy Warren c3bb687321 More style fixes 2015-12-08 10:40:52 -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 e1a9aa48ec Start of some code style cleanup 2015-12-07 15:58:31 -05:00
Timothy Warren 816911b54d Increase code coverage 2015-12-07 12:03:42 -05:00
Timothy Warren 104e439230 Revert to old driver setup, because it works 2015-12-07 11:16:04 -05:00
Timothy Warren f84bbaa477 Update travis build and simplify a nested if statement 2015-12-04 09:13:26 -05:00
Timothy Warren 6b0be21782 Remove transpiling, drop node < 4, start moving tests to mocha/chai 2015-12-03 20:43:42 -05:00
Timothy Warren 6a9c67b924 Start of coversion to ES6-style code with transpiling 2015-12-02 13:01:31 -05:00
Timothy Warren 5f20e0adb4 Add back ES6 shim for older node versions 2015-11-20 09:21:46 -05:00
Timothy Warren f85358aff0 Move from grunt to gulp 2015-11-20 09:14:09 -05:00
Timothy Warren 512a31ba95 Remove troublesome/unstable sqlite3 adapter. Dblite supports sqlite3, and actually installs reliably 2015-01-28 16:10:10 -05:00
Timothy Warren ba6b3c311d Update included modules 2015-01-28 15:33:44 -05:00
Timothy Warren 0ef04df6b7 Fix dependencies in package.json 2015-01-27 10:17:19 -05:00