Rich Harris
e6a878cbb5
compare prepared statement text with previous to prevent incorrect queries ( #1814 )
...
* compare prepared statement text with previous to prevent incorrect queries - fixes #1813
* make suggested changes to error message
2019-03-06 09:35:30 -06:00
Charmander
0b80abacaf
Specify collation when relied on in tests
...
Fixes #189 .
2017-11-17 14:12:16 -06:00
Brian C
8798e50ad3
Re-enable eslint with standard format ( #1367 )
...
* Work on converting lib to standard
* Finish updating lib
* Finish linting lib
* Format test files
* Add .eslintrc with standard format
* Supply full path to eslint bin
* Move lint command to package.json
* Add eslint as dev dependency
2017-07-15 12:05:58 -05:00
Brian M. Carlson
0f1f8626cf
Add use strict to every file
2017-06-18 16:48:14 -05:00
Brian M. Carlson
132861f43f
Test cleanup
2017-06-15 10:32:38 -05:00
Brian M. Carlson
b8c2bebcac
Fix more tests to use query instance
2017-06-15 10:32:38 -05:00
brianc
7568f84553
Patch failing test until I have time to investigate
2015-03-01 19:22:18 -05:00
Marek
4e37b1f053
Add test to make sure interval objects returned can be passed back into a prepared statement
2015-01-27 17:27:09 +00:00
Brian Carlson
fb5520bb8a
Remove built-in binary int64 parser
2013-07-30 13:15:31 -05:00
Brian Carlson
fe74b91041
removed references to 'connection' in client integration tests
2011-02-22 19:16:05 -06:00
Brian Carlson
78c4ca832c
test for row count > result count in cursor row limit
2010-11-14 17:56:18 -06:00
Brian Carlson
ebf5c5c4ed
support for limiting number of rows returned at a time from a cursor
2010-11-14 17:53:49 -06:00
brianc
95ee9e645c
query now returns named records in rows
2010-11-04 00:21:29 -05:00
brianc
dbc84f69f0
changed integration test to depend on row array methods for
...
future-proofing any accidental api change
2010-11-03 23:08:14 -05:00
brianc
2efe451ee6
added Row object instead of returning raw dataRow object w/ coerced types
2010-11-03 23:06:07 -05:00
brianc
d2079478da
change name of assert.raises to assert.emits
2010-10-31 14:43:10 -05:00
bmc
d0de1fc890
unrolled test nesting to better demonstrate async nature
2010-10-29 21:05:35 -04:00
brianc
d38a7f5ed7
added tests to support noData & extra query scenarios but currently
...
failing...ignoring for now
2010-10-29 00:46:08 -05:00
brianc
da8026df9d
prepared statements moved forward a good deal
2010-10-28 19:09:40 -05:00
brianc
0787df4f74
remove detailed logging from integration test
2010-10-28 01:04:55 -05:00
brianc
104727fd87
simple prepared statements working!
2010-10-28 00:50:45 -05:00
brianc
239a12fa1c
file renames
2010-10-27 23:51:08 -05:00