issues
search
brianc
/
node-pg-types
Type parsing for node-postgres
271
stars
56
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add range types OIDs
#161
JonathanPicques
opened
4 days ago
0
perf: remove function call for noParse
#160
cesco69
closed
2 weeks ago
2
Inconsistent Date parsing
#159
t1a2l
closed
2 months ago
1
Update package.json
#158
vitaly-t
opened
7 months ago
0
ci: use npm ci
#157
alxndrsn
closed
7 months ago
5
Remove yarn config files
#156
alxndrsn
closed
7 months ago
8
Udpate agtype and paser add for Apache AGE extension
#155
shinhanbyeol
closed
7 months ago
0
test: only run JS tests in test job
#154
bendrucker
closed
7 months ago
0
Clean up GitHub Actions workflow
#153
bendrucker
closed
7 months ago
0
ci: move to github actions
#152
alxndrsn
closed
7 months ago
1
Numeric values are parsed as strings but arrays of numerics are parsed as number arrays
#151
jamesopstad
opened
8 months ago
3
types.setTypeParser(types.builtins.DATE) does not work
#150
yannxaver
opened
8 months ago
0
Readme. What number represents what type.
#149
bbsimonbb
closed
9 months ago
2
Upgrade postgres-date to 2.1.0 for better performance
#148
cesco69
closed
10 months ago
0
Tracking down geometry oids
#147
mhkeller
closed
12 months ago
3
Can this package be used in the browser?
#146
hkhere
closed
1 year ago
2
Add support for parsing RECORD types (OIDs 2249 and 2287)
#145
thejhh
closed
1 year ago
3
Changelog with breaking changes?
#144
spikebrehm
opened
1 year ago
1
chore: bump dependencies
#143
H4ad
closed
1 year ago
1
perf: prefer parse int with + instead parseInt()
#142
H4ad
closed
1 year ago
5
+num over parseInt(num, 10)
#141
H4ad
closed
1 year ago
1
Not able to use with modules
#140
Thallius
closed
2 years ago
1
How to import pg-types using ES6 syntax?
#139
andrisi
closed
2 years ago
2
Is the Date parsing fix in the current pg release?
#138
jcamato
closed
2 years ago
1
Does full text search with to_tsquery work ?
#137
julienmatondotezolo
closed
1 year ago
1
overriding a type parser
#136
IbrahimGerbiqi
closed
2 years ago
1
should handle null values
#135
chan-nguyen
closed
2 years ago
1
Update postgres-range to fix tsrange and tstzrange
#134
martianboy
closed
2 years ago
1
parsing postgres box type?
#133
bonesoul
closed
3 years ago
2
Minor typo in the README
#132
ray-vgw
closed
3 years ago
0
Releasing the latest changes
#131
mwanago
closed
2 years ago
4
Reuse postgres-bytea
#130
markddrake
closed
3 years ago
6
Throw an error when oid is missing
#129
kapouer
closed
3 years ago
7
please throw when oid is nullish
#128
kapouer
closed
3 years ago
1
Support range types
#127
martianboy
closed
3 years ago
2
Update dependencies
#126
martianboy
closed
3 years ago
3
Can I customize type parsing per query?
#125
bhenderson-riparian
closed
2 years ago
3
Specify radix in bigint example
#124
laurent22
closed
3 years ago
0
Upgrade postgres-interval
#123
pkuczynski
closed
3 years ago
2
Remove null checks
#122
charmander
closed
4 years ago
1
Return "date" columns as strings
#121
ianwalter
closed
4 years ago
2
Ensure non-const enum in TypeScript declarations is backed by an object
#120
charmander
closed
4 years ago
1
Simplify date handling
#119
charmander
closed
4 years ago
5
Parser not working for bigint values
#118
budarin
closed
4 years ago
3
How to parse custom types?
#117
straldev
closed
4 years ago
4
TypeId exported from typings but not from the module
#116
shayded-exe
closed
4 years ago
3
custom parser for type DOMAIN
#115
dwelle
closed
4 years ago
6
Fixes minor spelling error
#114
tstorch
closed
4 years ago
1
Remove if-node-version, since Node ≥ 8 is required
#113
charmander
closed
4 years ago
1
Minor test cleanup
#112
charmander
closed
4 years ago
1
Next