3 files changed
+13
-4
lines changed+3-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 |
| - | |
| 17 | + | |
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 |
| - | |
22 |
| - | |
| 21 | + | |
| 22 | + | |
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
|
- .npmignore-2
- .travis.yml+3
- Makefile+17-19
- NEWS.md+8
- README.md+27-30
- benchmark/4e822a1.txt-17
- benchmark/835f71a76f.txt-17
- benchmark/df766c913.txt-17
- benchmark/index.js-42
- benchmark/prepare-values.js-46
- benchmark/prepared-statement-parsing.js-73
- benchmark/simple-query-parsing.js-59
- binding.gyp-38
- lib/client.js+18-38
- lib/copystream.js-206
- lib/index.js+6-4
- lib/native/index.js+150-197
- lib/native/query.js+88-85
- lib/native/result.js+22
- lib/query.js+1-3
- lib/result.js+3-1
- lib/type-overrides.js+30
- package.json+7-8
- src/binding.cc-953
- test/cli.js+4
- test/integration/client/appname-tests.js+2-1
- test/integration/client/cancel-query-tests.js+4-10
- test/integration/client/copy-tests.js-168
- test/integration/client/custom-types-tests.js+18
- test/integration/client/error-handling-tests.js+9-9
- test/integration/client/force-native-with-envvar-tests.js+1
- test/integration/client/notice-tests.js+1
- test/integration/client/query-callback-error-tests.js+1
- test/integration/client/query-error-handling-prepared-statement-tests.js+1-1
- test/integration/client/result-metadata-tests.js+1
- test/integration/client/type-coercion-tests.js+3-3
- test/integration/client/type-parser-override-tests.js+34
- test/integration/connection-pool/error-tests.js+4-3
- test/integration/connection-pool/max-connection-tests.js+1-2
- test/integration/gh-issues/675-tests.js+28
- test/native/copy-events-tests.js-40
- test/native/copyto-largedata-tests.js-23
- test/native/evented-api-tests.js+29-28
- test/native/missing-native.js+8
- test/native/stress-tests.js+3-3
- test/test-helper.js+2-1
- test/unit/copystream/copyfrom-tests.js-99
- test/unit/copystream/copyto-tests.js-122
- wscript-32
+9
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + |
0 commit comments