[jira] Commented: (DERBY-1231) LIKE does not match empty strings when used with a prepared statement

2006-12-06 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1231?page=comments#action_12455934 ] Knut Anders Hatlen commented on DERBY-1231: --- Looks good, +1 to commit. You could also remove NOTE: This may be null if the pattern is an empty string.

[jira] Commented: (DERBY-1231) LIKE does not match empty strings when used with a prepared statement

2006-12-05 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1231?page=comments#action_1246 ] Knut Anders Hatlen commented on DERBY-1231: --- The patch looks correct to me. Some minor comments: In lessThanString() the following is changed: -

[jira] Commented: (DERBY-1231) LIKE does not match empty strings when used with a prepared statement

2006-12-05 Thread Knut Anders Hatlen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1231?page=comments#action_12455563 ] Knut Anders Hatlen commented on DERBY-1231: --- Dyre wrote: I'll let you figure out if it is safe to change metadata.properties now, or if that could

[jira] Commented: (DERBY-1231) LIKE does not match empty strings when used with a prepared statement

2006-12-05 Thread Bernt M. Johnsen (JIRA)
[ http://issues.apache.org/jira/browse/DERBY-1231?page=comments#action_12455567 ] Bernt M. Johnsen commented on DERBY-1231: - Thanks Knut! lessThanString will never be called with pattern==null since null is not allowed as a literal for