[
https://issues.apache.org/jira/browse/DERBY-5231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13033032#comment-13033032
]
Rick Hillegas commented on DERBY-5231:
--------------------------------------
This bug was identified in the following email discussion on derby-user:
http://old.nabble.com/Limitations-of-org.apache.derby.vti.Restriction-classes-to31610180.html#a31610180
> 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