Unnecessary conversion of binary values to strings in SQLBinary.compare()
-------------------------------------------------------------------------
Key: DERBY-4608
URL: https://issues.apache.org/jira/browse/DERBY-4608
Project: Derby
Issue Type: Improvement
Components: SQL
Affects Versions: 10.5.3.0
Reporter: Knut Anders Hatlen
Assignee: Knut Anders Hatlen
SQLBinary.compare(int,DataValueDescriptor,boolean,boolean) converts the values
to strings in order to check whether any of them are null. The isNull() method
should be used instead to prevent the unnecessary conversion to strings.
See this thread on derby-user:
http://mail-archives.apache.org/mod_mbox/db-derby-user/201003.mbox/%3c001801cad09b$09aef650$1d0ce2...@ru%3e
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.