|
8f0a392505
|
another attempt at getting travis to build
|
2016-03-14 14:37:46 -04:00 |
|
|
58008b46c0
|
Code and test tweaks
|
2016-03-11 16:32:38 -05:00 |
|
|
8f0b394d3c
|
Remove Firebird.
|
2016-03-11 16:15:23 -05:00 |
|
|
29bc4d4574
|
Try to gum up the works on connection errors
|
2016-03-11 13:41:33 -05:00 |
|
|
6dba16ac24
|
Move eslint settings to .eslintrc, and fix minor code style issues
|
2016-03-11 13:29:01 -05:00 |
|
|
f431463c9a
|
Stab in the dark at fixing broken mysql tests
|
2016-03-11 13:12:22 -05:00 |
|
|
5ecd9d523a
|
First version with library-managed connections
|
2016-03-11 10:41:04 -05:00 |
|
|
26e3bdbf50
|
Remove mysql adapter, use mysql2 instead
|
2016-03-10 14:41:37 -05:00 |
|
|
7f982a4c2b
|
Fix some code-style issues and fix jenkins build
|
2016-03-09 15:05:38 -05:00 |
|
|
508b1b0d88
|
Update docs again
|
2016-02-12 12:50:59 -05:00 |
|
|
0ccd692267
|
Remove bluebird dependency, add public query method, and re-add tests for node-firebird
|
2016-02-12 11:40:21 -05:00 |
|
|
383d632bb0
|
Fix mysql insert batch tests
|
2016-02-10 13:09:06 -05:00 |
|
|
ea15044d13
|
Update some documentation
|
2016-01-26 20:23:52 -05:00 |
|
|
da8b473bc7
|
Add promise interface to database execution methods
|
2016-01-26 19:29:12 -05:00 |
|
|
c3bb687321
|
More style fixes
|
2015-12-08 10:40:52 -05:00 |
|
|
dd4d7e2db0
|
Even more code coverage
|
2015-12-08 10:06:29 -05:00 |
|
|
577700ed10
|
More style fixes
|
2015-12-07 17:03:36 -05:00 |
|
|
e1a9aa48ec
|
Start of some code style cleanup
|
2015-12-07 15:58:31 -05:00 |
|
|
816911b54d
|
Increase code coverage
|
2015-12-07 12:03:42 -05:00 |
|
|
104e439230
|
Revert to old driver setup, because it works
|
2015-12-07 11:16:04 -05:00 |
|
|
f84bbaa477
|
Update travis build and simplify a nested if statement
|
2015-12-04 09:13:26 -05:00 |
|
|
6b0be21782
|
Remove transpiling, drop node < 4, start moving tests to mocha/chai
|
2015-12-03 20:43:42 -05:00 |
|
|
6a9c67b924
|
Start of coversion to ES6-style code with transpiling
|
2015-12-02 13:01:31 -05:00 |
|
|
5f20e0adb4
|
Add back ES6 shim for older node versions
|
2015-11-20 09:21:46 -05:00 |
|
|
f85358aff0
|
Move from grunt to gulp
|
2015-11-20 09:14:09 -05:00 |
|
|
512a31ba95
|
Remove troublesome/unstable sqlite3 adapter. Dblite supports sqlite3, and actually installs reliably
|
2015-01-28 16:10:10 -05:00 |
|
|
ba6b3c311d
|
Update included modules
|
2015-01-28 15:33:44 -05:00 |
|
|
0ef04df6b7
|
Fix dependencies in package.json
|
2015-01-27 10:17:19 -05:00 |
|
|
6d1e21b0a5
|
A little more cleanup, and redo-docs
|
2015-01-23 16:02:38 -05:00 |
|
|
26e3e97475
|
Improve query parser to handle functions in where clauses
|
2015-01-23 15:33:41 -05:00 |
|
|
da085f9e14
|
Make third init argument optional in some cases
|
2014-12-01 14:08:10 -05:00 |
|
|
1a0ff7ff15
|
Add whereIsNull, whereIsNotNull, orWhereIsNull, orWhereIsNotNull methods
|
2014-11-18 13:42:19 -05:00 |
|
|
5f8c4ad9b0
|
Fix issue with using where method with an object with multiple keys
|
2014-11-05 17:08:56 -05:00 |
|
|
d20769170c
|
Add firebird adapter, and quote the table name in all the methods
|
2014-11-04 12:34:05 -05:00 |
|
|
c43e902525
|
Add sqlite3 adapter, and change initialization slightly
|
2014-11-03 10:59:18 -05:00 |
|
|
a14119d0b9
|
Add sqlite driver, with dblite adapter
|
2014-10-31 11:57:44 -04:00 |
|
|
e4c62ef3e7
|
Fix issue with a where object with more than one member
|
2014-10-30 11:08:00 -04:00 |
|
|
e9da74f819
|
Add insertBatch method with tests
|
2014-10-30 09:48:03 -04:00 |
|
|
711cc0c4f8
|
Nearly 100% code coverage, and lots of miscellaneous fixes
|
2014-10-28 16:46:48 -04:00 |
|
|
7a3c5b7e79
|
Streamline some dependencies, and add tests for query parser
|
2014-10-28 14:40:03 -04:00 |
|
|
3f40708637
|
Update docs
|
2014-10-28 09:07:04 -04:00 |
|
|
a1ad4caea4
|
Fix an issue with multiple group by columns
|
2014-10-28 09:05:27 -04:00 |
|
|
64b480c8e1
|
Fix pg adapter
|
2014-10-27 15:46:54 -04:00 |
|
|
707b10d3ca
|
Update docs with additional argument to qb.delete
|
2014-10-27 13:37:43 -04:00 |
|
|
83af1d3946
|
Fix inserting, updating, and deleting methods
|
2014-10-27 13:36:10 -04:00 |
|
|
06ea44ac8f
|
Fix joining methods
|
2014-10-27 10:35:16 -04:00 |
|
|
3b1284ec95
|
A lot more tests
|
2014-10-24 10:30:54 -04:00 |
|
|
41ef3ebeec
|
Fix quoting identifiers with comma-seperated values
|
2014-10-23 15:49:17 -04:00 |
|
|
1f03c8c0dd
|
Fix having and where methods
|
2014-10-23 15:33:20 -04:00 |
|
|
b52f0762e4
|
Re-organize test to use main node-query method
|
2014-10-23 13:50:11 -04:00 |
|