First commit for DM8 - there were some FPs (#5894)

This commit is contained in:
Miroslav Stampar
2025-05-08 15:11:44 +02:00
parent 08a7d69d4e
commit bee6698807
4 changed files with 5 additions and 6 deletions

View File

@@ -269,7 +269,7 @@ FROM_DUMMY_TABLE = {
HEURISTIC_NULL_EVAL = {
DBMS.ACCESS: "CVAR(NULL)",
DBMS.MAXDB: "ALPHA(NULL)",
DBMS.MSSQL: "DIFFERENCE(NULL,NULL)",
DBMS.MSSQL: "IIF(1=1,DIFFERENCE(NULL,NULL),0)",
DBMS.MYSQL: "QUARTER(NULL XOR NULL)",
DBMS.ORACLE: "INSTR2(NULL,NULL)",
DBMS.PGSQL: "QUOTE_IDENT(NULL)",