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

JDBC url attribute territory accepted and ignored after database create time. Instead, it should throw an error.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 10.3.1.4
    • None
    • JDBC
    • Normal
    • Repro attached

    Description

      As per Reference Manual, territory attribute can be specified only at database creation time/upgrade time.

      I created a database with territory=fr. Later, I connected back to the existing database with a new value for territory=it. There was no error thrown for the territory attribute. The services.properties file continued to have the territory specified at the database create time, ie derby.serviceLocale=fr but I had expected to see an error when a user attempts to change the territory attribute later on,

      eg
      $ java -Dij.exceptionTrace=true org.apache.derby.tools.ij
      ij version 10.3
      ij> connect 'jdbc:derby:c:/dellater/db1;create=true;territory=fr';
      ij> exit;

      Try to give territory attribute again
      $ java -Dij.exceptionTrace=true org.apache.derby.tools.ij
      ij version 10.3
      ij> connect 'jdbc:derby:c:/dellater/db1;territory=it';
      ij> exit;

      Attachments

        Activity

          People

            Unassigned Unassigned
            mamtas Mamta A. Satoor
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: