mirror of
https://github.com/brianc/node-postgres.git
synced 2026-01-25 16:03:13 +00:00
the textParsers.js link was broken
parent
d1f5e58337
commit
1423f0ebb5
2
FAQ.md
2
FAQ.md
@ -122,7 +122,7 @@ If a prepared statement has a `name`, it is only parsed once. After that, `name
|
||||
|
||||
### 10. Can we override the built in data converters between javascript and postgres data types?
|
||||
|
||||
Yes, [here is a test that shows how it can be done.](https://github.com/brianc/node-postgres/blob/master/test/integration/client/huge-numeric-tests.js#L6) And for some examples of already registered converters, [look at this file.](https://github.com/brianc/node-postgres/blob/master/lib/textParsers.js)
|
||||
Yes, [here is a test that shows how it can be done.](https://github.com/brianc/node-postgres/blob/master/test/integration/client/huge-numeric-tests.js#L6) And for some examples of already registered converters, [look at this file.](https://github.com/brianc/node-postgres/blob/master/lib/types/textParsers.js)
|
||||
|
||||
|
||||
### 11. How do I build a `WHERE foo IN (...)` query to find rows matching an array of values?
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user