Brian Carlson
95d7e620ef
Publish
...
- pg-cursor@2.12.1
- pg-query-stream@4.7.1
- pg@8.13.1
2024-10-24 10:40:28 -05:00
Brian Carlson
92cb640fd3
Publish
...
- pg-connection-string@2.7.0
- pg-cursor@2.12.0
- pg-native@3.2.0
- pg-pool@3.7.0
- pg-protocol@1.7.0
- pg-query-stream@4.7.0
- pg@8.13.0
2024-09-17 10:08:42 -05:00
dependabot[bot]
54eb0fa216
Bump mocha and @types/mocha ( #3273 )
...
Bumps [mocha](https://github.com/mochajs/mocha ) and [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha ). These dependencies needed to be updated together.
Updates `mocha` from 3.4.2 to 10.5.2
- [Release notes](https://github.com/mochajs/mocha/releases )
- [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md )
- [Commits](https://github.com/mochajs/mocha/compare/v3.4.2...v10.5.2 )
Updates `@types/mocha` from 5.2.7 to 10.0.7
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mocha )
---
updated-dependencies:
- dependency-name: mocha
dependency-type: direct:development
update-type: version-update:semver-major
- dependency-name: "@types/mocha"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-25 12:20:59 -05:00
Alex Anderson
83a0e3e90e
eslint: enable rule: @typescript-eslint/no-unused-vars ( #3247 )
...
When enabling this rule, it's recommended to also *disable* the standard `no-unused-vars` rule. Although `no-unused-vars` is not currently enabled, it seems helpful to explicitly disable it here.
See: https://typescript-eslint.io/rules/no-unused-vars/
Co-authored-by: alxndrsn <alxndrsn>
2024-06-18 15:55:17 -05:00
Brian Carlson
0f42880861
Publish
...
- pg-cursor@2.11.0
- pg-native@3.1.0
- pg-query-stream@4.6.0
- pg@8.12.0
2024-06-04 11:19:08 -05:00
Brian Carlson
a37a93bf79
Publish
...
- pg-connection-string@2.6.4
- pg-cursor@2.10.5
- pg-query-stream@4.5.5
- pg@8.11.5
2024-04-02 15:26:02 -05:00
Brian Carlson
b03c071d2d
Publish
...
- pg-connection-string@2.6.3
- pg-cursor@2.10.4
- pg-pool@3.6.2
- pg-protocol@1.6.1
- pg-query-stream@4.5.4
- pg@8.11.4
2024-03-30 15:40:05 -05:00
Alex Anderson
91de4b9453
Cursor: avoid closing connection twice if error received after destroy() ( #2836 )
...
* Cursor: avoid closing connection twice if error received after destroy()
Includes test case from @nathanjcochran
* Resolve lint violations
* revert fix to check tests fail without it
* Re-introdce fix
This reverts commit 5f5d42a071e40f8851035dba182642937dd35664.
---------
Co-authored-by: alxndrsn <alxndrsn>
2024-03-15 12:26:25 -05:00
Brian Carlson
a84ebb3fe8
Publish
...
- pg-cursor@2.10.3
- pg-query-stream@4.5.3
- pg@8.11.3
2023-08-16 16:50:05 -07:00
Brian Carlson
a2a355a680
Publish
...
- pg-connection-string@2.6.2
- pg-cursor@2.10.2
- pg-query-stream@4.5.2
- pg@8.11.2
2023-07-31 22:36:33 -05:00
Brian Carlson
eaafac36dc
Publish
...
- pg-cloudflare@1.1.1
- pg-connection-string@2.6.1
- pg-cursor@2.10.1
- pg-pool@3.6.1
- pg-query-stream@4.5.1
- pg@8.11.1
2023-06-26 11:36:32 -05:00
Brian Carlson
14b840e96e
Publish
...
- pg-cloudflare@1.1.0
- pg-connection-string@2.6.0
- pg-cursor@2.10.0
- pg-query-stream@4.5.0
- pg@8.11.0
2023-05-15 10:36:31 -05:00
Brian Carlson
ee302cbcf1
Publish
...
- pg-cursor@2.9.0
- pg-pool@3.6.0
- pg-query-stream@4.4.0
- pg@8.10.0
2023-03-06 14:18:02 -06:00
Brian Carlson
20a243e8b3
Publish
...
- pg-cursor@2.8.0
- pg-protocol@1.6.0
- pg-query-stream@4.3.0
- pg@8.9.0
2023-01-27 09:12:49 -06:00
dependabot[bot]
c6c05f823c
Bump JSONStream from 0.7.4 to 1.3.5 ( #2874 )
...
Bumps [JSONStream](https://github.com/dominictarr/JSONStream ) from 0.7.4 to 1.3.5.
- [Release notes](https://github.com/dominictarr/JSONStream/releases )
- [Commits](https://github.com/dominictarr/JSONStream/commits )
---
updated-dependencies:
- dependency-name: JSONStream
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-30 22:02:45 -06:00
Yue Dai
9e2d7c4ad5
Update pg.connect with pool.connect ( #2822 )
...
pg.connect() has been deprecated.
2022-09-27 05:31:07 -05:00
Matthieu
9a95ee719b
pg-query-stream: Add missing peer dependency on pg ( #2813 )
...
pg-query-stream depends on pg-cursor, which has a peer dependency on pg.
2022-09-19 10:29:53 -07:00
dependabot[bot]
659ac37ba3
Bump eslint-plugin-promise from 3.8.0 to 6.0.1 ( #2802 )
...
Bumps [eslint-plugin-promise](https://github.com/xjamundx/eslint-plugin-promise ) from 3.8.0 to 6.0.1.
- [Release notes](https://github.com/xjamundx/eslint-plugin-promise/releases )
- [Changelog](https://github.com/xjamundx/eslint-plugin-promise/blob/development/CHANGELOG.md )
- [Commits](https://github.com/xjamundx/eslint-plugin-promise/commits )
---
updated-dependencies:
- dependency-name: eslint-plugin-promise
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-08 06:31:37 +02:00
Brian Carlson
c99fb2c127
Publish
...
- pg-cursor@2.7.4
- pg-pool@3.5.2
- pg-query-stream@4.2.4
- pg@8.8.0
2022-08-23 11:36:18 -05:00
Brian C
4b4d97b8f3
Remove stream-tester ( #2743 )
...
* Remove stream-tester
* Use random port for network-partition tests
* Use random port for connection timeout test
* Bump CI version
2022-05-10 14:49:22 -05:00
Brian Carlson
4fa7ee891a
Publish
...
- pg-cursor@2.7.3
- pg-pool@3.5.1
- pg-query-stream@4.2.3
- pg@8.7.3
2022-02-04 10:28:01 -06:00
Brian Carlson
6849cc6868
Publish
...
- pg-cursor@2.7.2
- pg-pool@3.5.0
- pg-query-stream@4.2.2
- pg@8.7.2
2022-02-04 10:21:57 -06:00
Matthieu
5508c0ee6b
fix: Prevent closing the portal twice ( #2609 )
...
Fixes brianc/node-postgres#2119
2022-01-28 12:59:45 -06:00
Brian C
3aba3794cf
Use github actions for CI ( #2654 )
...
This is the initial port to github actions. Still pending are the SSL and client SSL cert tests which are currently being skipped. But perfect is the enemy of the good here, and having no CI because travis-ci keeps not working is unacceptable.
2021-11-17 10:02:22 -06:00
Brian M. Carlson
92b4d37926
Publish
...
- pg-cursor@2.7.1
- pg-pool@3.4.1
- pg-query-stream@4.2.1
- pg@8.7.1
2021-07-27 17:33:19 -05:00
Brian M. Carlson
f3b0ee4c09
Publish
...
- pg-cursor@2.7.0
- pg-pool@3.4.0
- pg-query-stream@4.2.0
- pg@8.7.0
2021-07-27 12:41:17 -05:00
Brian M. Carlson
d459479382
Publish
...
- pg-connection-string@2.5.0
- pg-cursor@2.6.0
- pg-pool@3.3.0
- pg-protocol@1.5.0
- pg-query-stream@4.1.0
- pg@8.6.0
2021-04-13 11:02:40 -05:00
Felix Pusch
d99b5741f8
pg-query-stream: remove through dependency ( #2518 )
2021-04-13 10:56:37 -05:00
Emily Marigold Klassen
5a41a56862
Add missing metadata to package.jsons ( #2487 )
...
Co-authored-by: Emily Marigold Klassen <forivall@users.noreply.github.com>
2021-03-12 08:23:13 -06:00
Brian M. Carlson
54b87523e2
Update changelog for pg-query-stream
...
Document the conversion to typescript as a semver major change. Closes #2412 .
2020-11-30 11:01:54 -06:00
Brian M. Carlson
fa4549af4f
Publish
...
- pg-cursor@2.5.2
- pg-query-stream@4.0.0
2020-11-30 10:58:10 -06:00
Brian C
4fde8b78f1
Fix double readyForQuery ( #2420 )
...
This is fixing a double readyForQuery message being sent from the backend (because we were calling sync after an error, which I already fixed in the main driver). Also closes #2333
2020-11-30 09:25:01 -06:00
Brian M. Carlson
0b9bb349dc
Publish
...
- pg-cursor@2.5.1
- pg-query-stream@3.4.2
- pg@8.5.1
2020-11-13 08:59:48 -06:00
Brian M. Carlson
4d203aedee
Publish
...
- pg-query-stream@3.4.1
2020-11-10 16:04:19 -06:00
Brian M. Carlson
3d0f68aa7b
Update keyword to force patch apply
2020-11-10 16:04:12 -06:00
Brian M. Carlson
ec1dcab966
Publish
...
- pg-cursor@2.5.0
- pg-protocol@1.4.0
- pg-query-stream@3.4.0
- pg@8.5.0
2020-11-10 11:01:03 -06:00
Marcin K
78a14a164d
feat(): pg-query-stream typescript ( #2376 )
...
* feat(): start converting pg-query stream
* feat(): solution project, initial version of typescript-pg-query stream
* chore(): mocha with typescript
* fix(): eslint ignore query stream dist
* refactor(pg-query-stream): convert test to ts
* chore(): fixed type errors
* chore(): fix helper usage
* chore(): use ts-node compatibile with node v8
* fix(): addd es extension
* chore(): remove emitClose and added compilation for async iterators
* chore(): condition for asyc iteration test
* chore(): rename class to match ts-defs
* chore(): tests to import from src instead of dist
* chore(): remove prettier from peer deps:
* chore(): update lock file
2020-11-03 11:17:49 -06:00
Brian M. Carlson
b6d69d5bc2
Publish
...
- pg-cursor@2.4.2
- pg-pool@3.2.2
- pg-query-stream@3.3.2
- pg@8.4.2
2020-10-26 12:19:03 -05:00
Brian M. Carlson
36342c9a84
Publish
...
- pg-cursor@2.4.1
- pg-query-stream@3.3.1
- pg@8.4.1
2020-10-08 15:53:16 -05:00
Brian M. Carlson
7ffe68eba0
Publish
...
- pg-connection-string@2.4.0
- pg-cursor@2.4.0
- pg-protocol@1.3.0
- pg-query-stream@3.3.0
- pg@8.4.0
2020-10-04 14:26:29 -05:00
Brian M. Carlson
95b5daadaa
Publish
...
- pg-cursor@2.3.3
- pg-query-stream@3.2.3
- pg@8.3.3
2020-08-26 15:59:37 -05:00
Brian M. Carlson
acfbafac82
Publish
...
- pg-cursor@2.3.2
- pg-query-stream@3.2.2
- pg@8.3.2
2020-08-18 09:38:12 -05:00
Brian M. Carlson
07ee1bad37
Bump version
2020-08-18 09:37:35 -05:00
Aravindan Ve
54048235c5
fix: use types configured on pg client in pg-query-stream
2020-07-10 11:43:32 +05:30
Brian M. Carlson
cf203431d6
Publish
...
- pg-connection-string@2.3.0
- pg-cursor@2.3.0
- pg-query-stream@3.2.0
- pg@8.3.0
2020-07-09 10:35:06 -05:00
Brian M. Carlson
dec892ed01
Publish
...
- pg-cursor@2.2.2
- pg-protocol@1.2.5
- pg-query-stream@3.1.2
- pg@8.2.2
2020-07-07 08:58:57 -05:00
Brian M. Carlson
f3136a7d5d
Publish
...
- pg-connection-string@2.2.3
- pg-cursor@2.2.1
- pg-pool@3.2.1
- pg-protocol@1.2.4
- pg-query-stream@3.1.1
- pg@8.2.1
2020-05-15 18:33:34 -05:00
Brian M. Carlson
8404434279
Upgrade mocha
2020-05-13 11:49:37 -05:00
Brian M. Carlson
9e55a7073b
Publish
...
- pg-cursor@2.2.0
- pg-protocol@1.2.3
- pg-query-stream@3.1.0
- pg@8.2.0
2020-05-13 09:10:34 -05:00
Brian M. Carlson
3f5bc58a86
Publish
...
- pg-connection-string@2.2.2
- pg-cursor@2.1.11
- pg-pool@3.2.0
- pg-query-stream@3.0.8
- pg@8.1.0
2020-05-08 10:42:57 -05:00