[
https://issues.apache.org/jira/browse/DERBY-5231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mamta A. Satoor updated DERBY-5231:
-----------------------------------
Urgency: Normal
Labels: derby_triage10_9 (was: )
> 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
> Labels: derby_triage10_9
>
> 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.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira