-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed as not planned
Closed as not planned
@Ammar64
Description
const result = await client.query("SELECT (uuid, name) FROM students WHERE phone_number = 1ドル;", [phone_number]); console.log( JSON.stringify(result.rows, null, 4) );
The previous code used to print the following output
[
{
"uuid": "0112b894-444b-4f27-9ac5-5d3de91cbe18",
"name": "example"
}
]
After upgrading to postgres 17.5
It outputs this
[
{
"row": "(0112b894-444b-4f27-9ac5-5d3de91cbe18,example)"
}
]
The new output is inconvenient
Metadata
Metadata
Assignees
Labels
No labels