Commit Graph

56 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 806a1e1702 Try gitlab ci setup again 2017-02-28 16:43:09 -05:00
Timothy Warren a5eb0795c9 Fix reference to Helpers, other updates 2017-02-28 16:11:34 -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 b54e69570f Make 'navtive' a connection option to use a driver with native bindings 2016-11-22 18:26:43 -05:00
Timothy Warren 499e15ff81 Update test setup 2016-11-18 22:07:50 -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 c034604c94 Remove getArgs dependency 2016-11-14 21:22:29 -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 e7d4f64889 Remove gulp in favor of npm scripts 2016-03-28 14:11:05 -04:00
Timothy Warren 24dd5c057e Version 4 2016-03-16 09:27:19 -04:00
Timothy Warren 23fe7b19bc Remove travis ci integration. Resolves #4 2016-03-16 08:51:05 -04:00
Timothy Warren 2b80fcfc62 Update dependencies to latest versions 2016-03-14 16:07:39 -04: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 763a29d733 Update pacakge.json to point to gitlab repo 2016-02-10 12:54:07 -05:00
Timothy Warren da8b473bc7 Add promise interface to database execution methods 2016-01-26 19:29:12 -05:00
Timothy Warren c4256766ea Fix package.json to point to correct starting file 2015-12-08 10:53:02 -05:00
Timothy Warren 77725b894f v3.0.0 2015-12-08 10:45:21 -05:00
Timothy Warren 577700ed10 More style fixes 2015-12-07 17:03:36 -05:00
Timothy Warren 816911b54d Increase code coverage 2015-12-07 12:03:42 -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 002d21b25f Update some metadata config files 2015-11-19 14:17:01 -05:00
Timothy Warren 80c62b7986 Remove node_modules from repo, add travis tests for more recent versions of node 2015-11-19 11:46:58 -05:00
Timothy Warren 2b2be8310a Fix package.json 2015-01-28 16:16:42 -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 16f86e9a92 Update package.json to have more accurate dependency information 2015-01-28 15:34:48 -05:00
Timothy Warren 5dffbc5ef5 Move sqlite and firebird adapters to optional dependencies 2015-01-27 10:48:27 -05:00
Timothy Warren fb187f4ad6 Add bundled dependencies to dependencies list 2015-01-27 10:27:30 -05:00
Timothy Warren 0ef04df6b7 Fix dependencies in package.json 2015-01-27 10:17:19 -05:00
Timothy Warren 897ab85fc3 Update version to 2.0 2015-01-23 16:03:29 -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 d6059b87d6 Update package.json and docs 2014-11-03 11:12:27 -05:00
Timothy Warren 5d90c176a4 Add dblite to peerDependencies 2014-10-31 12:33:45 -04:00
Timothy Warren a14119d0b9 Add sqlite driver, with dblite adapter 2014-10-31 11:57:44 -04:00
Timothy Warren 9c1d7e09b3 Update docs 2014-10-30 11:10:47 -04:00
Timothy Warren 439630cdda Update docs and npm version 2014-10-30 09:48:55 -04:00
Timothy Warren d1e1d64912 Update docs and version 2014-10-28 16:47:30 -04:00
Timothy Warren 7a3c5b7e79 Streamline some dependencies, and add tests for query parser 2014-10-28 14:40:03 -04:00
Timothy Warren 46eabf2342 Update npm 2014-10-28 10:29:29 -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