LOC HA created DERBY-7064:
-----------------------------
Summary: Add support LIKE NULL
Key: DERBY-7064
URL: https://issues.apache.org/jira/browse/DERBY-7064
Project: Derby
Issue Type: Bug
Components: JDBC, SQL
Reporter: LOC HAThis query: SELECT * FROM Table WHERE field LIKE NULL Works with MySQL, Postgres, Oracle, MSSQL, ... but not working on Derby DB. JDBC case: Select * From table where ? LIKE NULL -- This message was sent by Atlassian Jira (v8.3.4#803005)
