JDBC-Adapter: Inconsistent lower/uppercase of the database field TIME
---------------------------------------------------------------------

                 Key: AMQ-1816
                 URL: https://issues.apache.org/activemq/browse/AMQ-1816
             Project: ActiveMQ
          Issue Type: Bug
          Components: Broker
    Affects Versions: 5.1.0
            Reporter: Mario Siegenthaler


The name of the database field ACTIVEMQ_LOCK.TIME is inconsistent in 
org.apache.activemq.store.jdbc.Statements: in getCreateSchemaStatements() its 
name is "TIME" (upper case) while in getLockUpdateStatement() it's called 
"time" (lower case). This causes problems with databases using a case-sensitive 
collation.

I suggest using the uppercase variant, since this is more consistent with the 
naming of the other fields.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to