We are working on the DB2 expression compiler and testing it with a Python driver.

For an expression like NAME IS NULL
What should be the node type of NULL? It appears to be QgsExpression::ntLiteral but it doesn't seem to have a valid value and fails the call to quotedValue().

For now we are using a hack to check if n->dump() == NULL and treating it as a special case.

Also, I assume that ILIKE is a case insensitive LIKE.

---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus

_______________________________________________
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer

Reply via email to