Adding support for Apache Ignite (H2 fork)

This commit is contained in:
Miroslav Stampar
2020-02-03 13:47:31 +01:00
parent 4772a9243a
commit feb1df6a05
4 changed files with 21 additions and 4 deletions

View File

@@ -247,7 +247,7 @@ HEURISTIC_NULL_EVAL = {
DBMS.PRESTO: "FROM_HEX(NULL)",
DBMS.ALTIBASE: "TDESENCRYPT(NULL,NULL)",
DBMS.MIMERSQL: "ASCII_CHAR(256)",
DBMS.CRATEDB: "(NULL~NULL)",
DBMS.CRATEDB: "MD5(NULL~NULL)", # Note: NULL~NULL also being evaluated on H2 and Ignite
DBMS.CUBRID: "(NULL SETEQ NULL)",
}