diff options
Diffstat (limited to 'src/postgres.sml')
-rw-r--r-- | src/postgres.sml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/postgres.sml b/src/postgres.sml index 12142fe2..51e856db 100644 --- a/src/postgres.sml +++ b/src/postgres.sml @@ -902,7 +902,9 @@ val () = addDbms {name = "postgres", supportsNextval = true, supportsNestedPrepared = true, sqlPrefix = "", - supportsOctetLength = true} + supportsOctetLength = true, + trueString = "TRUE", + falseString = "FALSE"} val () = setDbms "postgres" |