Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / malthe/ts-postgres issues and pull requests
#128 - Support node22
Pull Request -
State: closed - Opened by ledyba 2 months ago
#127 - Configure with connection string
Issue -
State: open - Opened by banool 4 months ago
- 1 comment
#126 - Add back 'end' event and fix graceful shutdown error handling
Pull Request -
State: closed - Opened by malthe 8 months ago
#125 - Migration to version 2.0.3
Issue -
State: closed - Opened by eugeneK1968 8 months ago
- 4 comments
Labels: bug
#124 - Result row array generic should be 'any', not the record type
Pull Request -
State: closed - Opened by malthe 8 months ago
#123 - Fix result corruption issue when selecting many rows
Pull Request -
State: closed - Opened by malthe 9 months ago
Labels: bug
#122 - query() can sometimes return seemingly duplicating rows
Issue -
State: closed - Opened by azerum 9 months ago
- 2 comments
#121 - Fix #120
Pull Request -
State: closed - Opened by azerum 10 months ago
- 1 comment
#120 - Export DatabaseError, ErrorLevel, and TransactionStatus as values
Issue -
State: closed - Opened by azerum 10 months ago
- 5 comments
#119 - Fix SSL configuration issue
Pull Request -
State: closed - Opened by malthe 10 months ago
#118 - SSL is always off for me
Issue -
State: closed - Opened by matthewnourse 10 months ago
- 9 comments
Labels: bug
#117 - Benchmark ts-postgres VS popular postgres Library
Issue -
State: closed - Opened by cesco69 11 months ago
- 2 comments
#116 - Add additional SSL/TLS configuration documentation
Pull Request -
State: closed - Opened by malthe 12 months ago
#115 - Parse additional fields from error and notice response messages
Pull Request -
State: closed - Opened by malthe 12 months ago
#114 - Roll up type declarations
Pull Request -
State: closed - Opened by malthe 12 months ago
#113 - Update README with recent API changes
Pull Request -
State: closed - Opened by malthe 12 months ago
#112 - Support SSLMODE verify-ca and verify-full
Issue -
State: closed - Opened by rlaveycal 12 months ago
- 3 comments
#111 - Cannot create a Query() object
Issue -
State: closed - Opened by rlaveycal 12 months ago
- 5 comments
#110 - Add async dispose to prepared statement
Pull Request -
State: closed - Opened by malthe 12 months ago
#109 - Include test files in 'tsconfig.json' (but exclude from distribution)
Pull Request -
State: closed - Opened by malthe 12 months ago
#108 - Make (some more) enums const
Pull Request -
State: closed - Opened by malthe 12 months ago
#107 - Wrap environment keys as record
Pull Request -
State: closed - Opened by malthe 12 months ago
#106 - Add async dispose support
Pull Request -
State: closed - Opened by malthe 12 months ago
#105 - Use 'EventEmitter' with generics
Pull Request -
State: closed - Opened by malthe 12 months ago
#104 - Add 'prettier' style check
Pull Request -
State: closed - Opened by malthe about 1 year ago
#103 - Minor code cleanup
Pull Request -
State: closed - Opened by lifeiscontent about 1 year ago
- 2 comments
#102 - what is the default sslMode?
Issue -
State: closed - Opened by lifeiscontent about 1 year ago
- 1 comment
#101 - use Record<string, string | undefined> for environment
Issue -
State: closed - Opened by lifeiscontent about 1 year ago
- 1 comment
#100 - suggestion: stop using enums
Issue -
State: closed - Opened by lifeiscontent about 1 year ago
- 1 comment
#99 - connect not in exports
Issue -
State: closed - Opened by lifeiscontent about 1 year ago
- 4 comments
#98 - support `using` in TypeScript
Issue -
State: closed - Opened by lifeiscontent about 1 year ago
- 1 comment
#97 - Add additional test cases
Pull Request -
State: closed - Opened by malthe about 1 year ago
#96 - Connect function
Pull Request -
State: closed - Opened by malthe about 1 year ago
#95 - Generic pool example
Pull Request -
State: closed - Opened by malthe about 1 year ago
Labels: docs
#94 - Set up redirects for example code
Pull Request -
State: closed - Opened by malthe about 1 year ago
Labels: docs
#93 - Use Node's built-in test runner
Pull Request -
State: closed - Opened by malthe about 1 year ago
#92 - Install and test client using Bun
Pull Request -
State: open - Opened by malthe about 1 year ago
#91 - Split docs test jobs
Pull Request -
State: closed - Opened by malthe about 1 year ago
#90 - Add "bigints" option to change bigint behavior (allow the use of 'number' instead)
Pull Request -
State: closed - Opened by malthe about 1 year ago
#89 - Event cleanup
Pull Request -
State: closed - Opened by malthe about 1 year ago
#88 - Remove 'execute' method; simplify 'query' and 'prepare' methods
Pull Request -
State: closed - Opened by malthe about 1 year ago
#87 - Remove 'execute' method
Pull Request -
State: closed - Opened by malthe about 1 year ago
#86 - Column name transformation
Pull Request -
State: closed - Opened by malthe about 1 year ago
#85 - Query result iterator now returns objects
Pull Request -
State: closed - Opened by malthe about 1 year ago
- 1 comment
#84 - Add code-based documentation via TSDoc annotations
Pull Request -
State: closed - Opened by malthe about 1 year ago
#83 - Query result iterator should return objects
Issue -
State: closed - Opened by malthe about 1 year ago
Labels: enhancement
#82 - Query result (and related objects) is now generic on the row type
Pull Request -
State: closed - Opened by malthe about 1 year ago
#81 - Optimize "get" method
Pull Request -
State: closed - Opened by malthe about 1 year ago
#80 - Enable SSL in PostgreSQL during CI tests
Pull Request -
State: closed - Opened by malthe about 1 year ago
#79 - SQL NULL mapping
Pull Request -
State: closed - Opened by malthe about 1 year ago
- 1 comment
#78 - ERR_INTERNAL_ASSERTION at Socket.<anonymous>
Issue -
State: closed - Opened by listvin about 1 year ago
- 2 comments
Labels: triage
#77 - Support dispose-pattern
Issue -
State: closed - Opened by malthe about 1 year ago
#76 - NULL values should be mapped to undefined
Issue -
State: closed - Opened by malthe about 1 year ago
- 2 comments
Labels: enhancement
#75 - Upgrade to latest action versions
Pull Request -
State: closed - Opened by malthe over 1 year ago
#74 - Bump @babel/traverse from 7.16.0 to 7.23.3
Pull Request -
State: closed - Opened by dependabot[bot] over 1 year ago
- 5 comments
Labels: dependencies
#73 - Handle statement error during processing of prepared statement
Pull Request -
State: closed - Opened by malthe over 1 year ago
#72 - Preparing incorrect statement hangs for ever
Issue -
State: closed - Opened by ericvergnaud over 1 year ago
- 2 comments
Labels: bug
#71 - Bump @babel/traverse from 7.16.0 to 7.23.2
Pull Request -
State: closed - Opened by dependabot[bot] over 1 year ago
- 2 comments
Labels: dependencies
#70 - Add support for custom `checkServerIdentity`
Pull Request -
State: closed - Opened by evanmiller over 1 year ago
#69 - Support for `checkServerIdentity`?
Issue -
State: closed - Opened by evanmiller over 1 year ago
- 2 comments
#68 - Bump word-wrap from 1.2.3 to 1.2.4
Pull Request -
State: closed - Opened by dependabot[bot] over 1 year ago
Labels: dependencies
#67 - Bump tough-cookie from 4.0.0 to 4.1.3
Pull Request -
State: closed - Opened by dependabot[bot] over 1 year ago
Labels: dependencies
#66 - Why is `Client.query`s return type not a generic `ResultIterator<T>`?
Issue -
State: closed - Opened by nitwhiz over 1 year ago
- 11 comments
#65 - [Feature Req] Supporting or splitting multiple queries
Issue -
State: open - Opened by athewsey over 1 year ago
- 1 comment
Labels: enhancement
#64 - Added details of database error to thrown error message
Pull Request -
State: closed - Opened by mpanneck over 1 year ago
- 2 comments
#63 - Error: "Cannot find module 'crypto'"
Issue -
State: closed - Opened by kaptsanovb over 1 year ago
- 1 comment
#62 - Bump yaml and lint-staged
Pull Request -
State: closed - Opened by dependabot[bot] almost 2 years ago
Labels: dependencies
#61 - Error: Queue is Empty
Issue -
State: open - Opened by camfeghali almost 2 years ago
- 8 comments
Labels: triage
#60 - Bump minimatch from 3.0.4 to 3.1.2
Pull Request -
State: closed - Opened by dependabot[bot] almost 2 years ago
Labels: dependencies
#59 - Connecting to RDS: Connection unexpectedly destroyed
Issue -
State: closed - Opened by CanTheAlmighty about 2 years ago
- 4 comments
#58 - Bump json5 from 1.0.1 to 1.0.2
Pull Request -
State: closed - Opened by dependabot[bot] about 2 years ago
Labels: dependencies
#57 - Prepared statement insert without return data
Pull Request -
State: closed - Opened by malthe over 2 years ago
#56 - Data Handler not set
Issue -
State: closed - Opened by A1Liu over 2 years ago
- 3 comments
#55 - Update Readme for SSL Config Option
Issue -
State: closed - Opened by R-K-H almost 3 years ago
- 6 comments
#54 - Unable To Process Numeric Type
Issue -
State: open - Opened by R-K-H almost 3 years ago
- 9 comments
Labels: enhancement
#53 - Bump minimist from 1.2.5 to 1.2.6
Pull Request -
State: closed - Opened by dependabot[bot] almost 3 years ago
Labels: dependencies
#52 - Improve handling of SASL authentication (report mechanisms)
Pull Request -
State: closed - Opened by malthe about 3 years ago
#51 - Migrate to Github Actions
Pull Request -
State: closed - Opened by malthe about 3 years ago
#50 - Fix issue where a query with multiple columns would yield incomplete rows
Pull Request -
State: closed - Opened by malthe about 3 years ago
#49 - ts-postgres: RangeError [ERR_OUT_OF_RANGE]: The value of "offset" is out of range. It must be >= 0 and <= 14. Received 16
Issue -
State: closed - Opened by seantcanavan about 3 years ago
- 13 comments
Labels: bug
#48 - Add support for streaming binary column data
Pull Request -
State: closed - Opened by malthe over 3 years ago
#47 - Connection to docker container using PostgreSQL 14 blocks forever and never succeeds
Issue -
State: closed - Opened by bgeisberger over 3 years ago
- 2 comments
Labels: bug
#46 - Bump i from 0.3.6 to 0.3.7
Pull Request -
State: closed - Opened by dependabot[bot] over 3 years ago
Labels: dependencies
#45 - Bump tmpl from 1.0.4 to 1.0.5
Pull Request -
State: closed - Opened by dependabot[bot] over 3 years ago
Labels: dependencies
#44 - Bump path-parse from 1.0.6 to 1.0.7
Pull Request -
State: closed - Opened by dependabot[bot] over 3 years ago
Labels: dependencies
#43 - ResultRow.get() returns null for user-defined enum types
Issue -
State: open - Opened by asjustis over 3 years ago
- 4 comments
Labels: enhancement, hard
#42 - TypeError : Do not know how to serialize a BigInt
Issue -
State: closed - Opened by hidhayaths over 3 years ago
- 1 comment
#41 - Stream result into output stream
Issue -
State: closed - Opened by malthe over 3 years ago
- 1 comment
#40 - Bump glob-parent from 5.1.0 to 5.1.2
Pull Request -
State: closed - Opened by dependabot[bot] over 3 years ago
- 1 comment
Labels: dependencies
#39 - Bump ws from 7.3.1 to 7.4.6
Pull Request -
State: closed - Opened by dependabot[bot] over 3 years ago
Labels: dependencies
#38 - Bump hosted-git-info from 2.8.8 to 2.8.9
Pull Request -
State: closed - Opened by dependabot[bot] almost 4 years ago
- 1 comment
Labels: dependencies
#37 - Bump lodash from 4.17.20 to 4.17.21
Pull Request -
State: closed - Opened by dependabot[bot] almost 4 years ago
Labels: dependencies
#36 - Bump y18n from 4.0.0 to 4.0.1
Pull Request -
State: closed - Opened by dependabot[bot] almost 4 years ago
Labels: dependencies
#35 - SSL support
Pull Request -
State: closed - Opened by malthe about 4 years ago
#34 - Bump node-notifier from 8.0.0 to 8.0.1
Pull Request -
State: closed - Opened by dependabot[bot] about 4 years ago
Labels: dependencies
#33 - unable to do 2 queries into the same api call
Issue -
State: closed - Opened by phgachoud about 4 years ago
- 3 comments
#32 - Using query to get a record with a DECIMAL(5,4) column
Issue -
State: closed - Opened by javelinco about 4 years ago
- 5 comments
Labels: enhancement
#31 - Support for SSL/TLS
Issue -
State: closed - Opened by malthe over 4 years ago
- 7 comments
#30 - A connection error should result in promise reject
Pull Request -
State: closed - Opened by malthe over 4 years ago
#29 - A connection error should result in promise reject
Issue -
State: closed - Opened by malthe over 4 years ago
- 1 comment