Uploaded image for project: 'Derby'
  1. Derby
  2. DERBY-6026

NullPointerException when calling string function in predicate with territory based collation

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 10.6.1.0, 10.6.2.1, 10.7.1.1, 10.8.1.2, 10.8.2.2, 10.8.3.0, 10.9.1.0, 10.10.1.1
    • None
    • SQL
    • Urgent
    • Regression

    Description

      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'.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              knutanders Knut Anders Hatlen
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: