Restriction.ColumnQualifier.toSQL() should quote string constants and handle 
time constants better
--------------------------------------------------------------------------------------------------

                 Key: DERBY-5231
                 URL: https://issues.apache.org/jira/browse/DERBY-5231
             Project: Derby
          Issue Type: Bug
          Components: SQL
    Affects Versions: 10.9.0.0
            Reporter: Rick Hillegas


Restriction generates

select x, y, x from foo where ( name = bar)

rather than

select x, y, x from foo where ( name = 'bar' ) 

Similar problems probably plague other non-numeric constants.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to