Commit Graph

178 Commits

Author SHA1 Message Date
Timothy Warren 9fa2ddefa1 Version 5.0.0
* Remove callback interface
* Add updateBatch command
2018-02-12 15:37:33 -05:00
Timothy Warren 16da54cb63 update gitlab tests to run on newer node versions 2018-02-12 15:11:59 -05:00
Timothy Warren 960d7f5051 Update documentation 2018-02-12 14:58:50 -05:00
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 806a1e1702 Try gitlab ci setup again 2017-02-28 16:43:09 -05:00
Timothy Warren 15371e49e8 Attempt to create test config file 2017-02-28 16:28:30 -05:00
Timothy Warren 5479a71614 Use packages that actually exist 2017-02-28 16:25:31 -05:00
Timothy Warren 22f047b5ed Remove bashism 2017-02-28 16:20:04 -05:00
Timothy Warren 32b2a68b51 Remove reference to bash 2017-02-28 16:16:12 -05:00
Timothy Warren 7edb5f1df0 Fix ci yaml file 2017-02-28 16:14:17 -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 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 cc6a3bb80b Merge branch 'develop' 2016-11-21 16:40:20 -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 b6d9faf008 Update docs, changelog, and readme 2016-11-18 22:15:56 -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 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 17dfebad4e Update gitignore 2016-11-14 20:26:26 -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 3ffe111df1 Revert "Remove Firebird test database"
This reverts commit 137f8ec693.
2016-11-10 20:15:39 -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 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 a8d7daf02a Install sqlite3 for gitlab ci 2016-07-20 16:46:02 -04:00
Timothy Warren 5576737caf Update docs 2016-07-20 16:33:09 -04:00
Timothy Warren 5a7d0b9934 Fix setup for gitlab ci 2016-07-20 16:32:32 -04:00
Timothy Warren 961a026868 Attempt 2 for gitlab ci 2016-07-20 15:23:26 -04:00
Timothy Warren fd512894e4 Merge branch 'develop' of github.com:timw4mail/node-query into develop 2016-07-20 15:00:29 -04:00
Timothy Warren 189b02e60f Set up initial config for gitlab ci 2016-07-20 14:59:25 -04:00
Timothy Warren 14e7aaf5eb Increase test timeout 2016-03-29 11:52:38 -04:00
Timothy Warren e7d4f64889 Remove gulp in favor of npm scripts 2016-03-28 14:11:05 -04:00
Timothy Warren 9326992f8b Merge branch 'develop' into 'master'
Version 4



See merge request !1
2016-03-16 09:35:52 -04:00
Timothy Warren 43cc0a451e Update README with reference to old version docs 2016-03-16 09:31:55 -04:00
Timothy Warren 24dd5c057e Version 4 2016-03-16 09:27:19 -04:00
Timothy Warren dc750c5cdb Tweak mysql2 adapter test suite setup method 2016-03-16 09:11:18 -04:00