issues Search Results · repo:porsager/postgres language:JavaScript
Filter by
719 results
(59 ms)719 results
inporsager/postgres (press backspace or delete to remove)I have a table with a column of type smallint[]. When a value within the array is NULL, Postgres.js maps it to NaN. I
would like it to map to a JS null instead.
This would match the behaviour when a whole ...
adamgreg
- Opened 6 days ago
- #1049
Code
await sql`
INSERT INTO table_name
${sql(inputData)}
`
Postgres.js debug output
SQL:
INSERT INTO table_name
( start_time )values($1)
Params: [ to_timestamp(3213213210) ...
sbussard-inversemetric
- 2
- Opened 7 days ago
- #1048
Error: Client network socket disconnected before secure TLS connection was established.
I guess it s because of sslmode=require.
zhang-wenchao
- Opened 17 days ago
- #1044
I was trying to get something like the following MERGE statement running:
const rows = [
{ id: 1, name: Ana },
{ id: 2, name: Peter },
]
// use VALUES in fragment to trigger values helper
const ...
Sebbones
- Opened 21 days ago
- #1042
Fixes the serialization and parsing of vectors when using pgvector https://github.com/pgvector/pgvector.
import assert from node:assert ;
import postgres from postgres ;
const POSTGRESQL_HOSTNAME = ...
uncomplexity
- 1
- Opened 22 days ago
- #1041
Postgres supports calling functions using a named parameter notation since (it looks like) version 13: 4.3. Calling
Functions.
This is a feature request to support named parameters in interpolations when ...
ferdv
- 2
- Opened 23 days ago
- #1040
When we have some load with lot of sql requests, sometimes (cannot reproduce), we get some extremely strange error
messages in burst then, when the load gone, no more errors
All requests works 99% of ...
acemtp
- Opened 28 days ago
- #1039
Hi,
We have a use case in which we would like to protect arbitrary text values writen by our endusers from being registred
into the database from reserved characters (notably new line \n). However it ...
stegerma
- Opened on Feb 25
- #1038
It seems to me we might be better if we queue up queries or begin calls and hand out connections to run those and if we
have no more connections allow the queue to grow as big as it needs with some setting ...
jtwebman
- Opened on Feb 20
- #1036
img width= 433 alt= Image src= https://github.com/user-attachments/assets/21772e8a-bf54-41c8-aa73-017138480ad1 /
ammaraziz493
- 1
- Opened on Feb 18
- #1035

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.