Knut Anders Hatlen created DERBY-6026:
-----------------------------------------

             Summary: NullPointerException when calling string function in 
predicate with territory based collation
                 Key: DERBY-6026
                 URL: https://issues.apache.org/jira/browse/DERBY-6026
             Project: Derby
          Issue Type: Bug
          Components: SQL
    Affects Versions: 10.9.1.0
            Reporter: Knut Anders Hatlen


ij version 10.9
ij> connect 
'jdbc:derby:memory:colldb;create=true;territory=en_US;collation=TERRITORY_BASED';
ij> create table t(x varchar(10));
0 rows inserted/updated/deleted
ij> insert into t values 'abc';
1 row inserted/updated/deleted
ij> select * from t where x = trim('xyz');
X         
----------
ERROR XJ001: Java exception: ': java.lang.NullPointerException'.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to