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

Document the fact that attributes on the connection URL trump attributes specified in a connection Properties object.

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 10.9.1.0
    • 10.9.1.0
    • Documentation, JDBC
    • None
    • Normal

    Description

      Attributes for a Derby connection can be set via semicolon-separated lists on the connection url as well as in a Properties object passed to the java.sql.DriverManager.getConnection() and java.sql.Driver.connect() methods. The JDBC spec does not indicate what should happen if an attribute is specified both on the connection url and in the Properties object. For some databases, like Derby, the attributes on the connection url trump the attributes in the Properties object. For other databases, like MySQL, the reverse is true.

      Because the JDBC spec does not dictate standard behavior here, we should document what Derby does. This information would be useful in some or all of the following sections:

      Reference Manual:

      Setting attributes for the database connection URL
      Attributes of the Derby database connection URL
      java.sql.Driver interface
      java.sql.DriverManager.getConnection method

      Developer's Guide:

      Working with the database connection URL attributes
      Specifying attributes in a properties object

      Attachments

        1. DERBY-5516.diff
          5 kB
          Camilla Haase
        2. DERBY-5516.stat
          0.2 kB
          Camilla Haase
        3. DERBY-5516.zip
          12 kB
          Camilla Haase

        Activity

          People

            chaase3 Camilla Haase
            rhillegas Richard N. Hillegas
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: