We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a1a8a9 commit f958505Copy full SHA for f958505
test/integration/test-dialect-postgresql.js
@@ -26,7 +26,7 @@ assert.equal(
26
27
assert.equal(
28
dialect.escapeVal(undefined),
29
- 'DEFAULT'
+ 'NULL'
30
);
31
32
0 commit comments