aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Artyom Shalkhakov <artyom.shalkhakov@gmail.com>2017-03-09 14:21:35 +0000
committerGravatar Artyom Shalkhakov <artyom.shalkhakov@gmail.com>2017-03-09 14:21:35 +0000
commit5e440ad661be9cd2066c5f0e9b460fa01f8e48e5 (patch)
tree77e63066b388a6fe047751ea2184cfc39342cf41
parent49a5e4d7ed58ae5d8dc437a03a5653d219fb654e (diff)
Minor fix.
-rw-r--r--src/sqlite.sml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sqlite.sml b/src/sqlite.sml
index c7694cde..a9b6389d 100644
--- a/src/sqlite.sml
+++ b/src/sqlite.sml
@@ -850,6 +850,6 @@ val () = addDbms {name = "sqlite",
onlyUnion = false,
nestedRelops = false,
windowFunctions = false,
- supportsIsDistinctFrom = true}
+ supportsIsDistinctFrom = false}
end