We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6725eed commit f20e6b2Copy full SHA for f20e6b2
1 file changed
node/test/transit-records.test.mjs
@@ -42,7 +42,6 @@ const sql = postgres({
42
host: xtdbHost,
43
port: 5432,
44
database: "xtdb",
45
- fetch_types: false,
46
47
connection: {
48
// Record objects will be returned fully typed using the transit format:
@@ -70,12 +69,6 @@ const sql = postgres({
70
69
},
71
72
73
- bool: { to: 16 },
74
- int: {
75
- to: 20,
76
- from: [23, 20],
77
- parse: parseInt,
78
- },
79
80
});
81
0 commit comments