[
https://jira.jboss.org/jira/browse/TEIID-768?page=com.atlassian.jira.plug...
]
Steven Hawkins resolved TEIID-768.
----------------------------------
Resolution: Out of Date
SqlUtil.isUpdateSql is no longer used by the teiid client (although I think it may still
be called by the designer, which it should also stop using if possible). The update
detection was also already changed to be more accurate.
The utility to check whether a SQL string is update returns wrong
result in certain cases
-----------------------------------------------------------------------------------------
Key: TEIID-768
URL:
https://jira.jboss.org/jira/browse/TEIID-768
Project: Teiid
Issue Type: Bug
Components: Common
Affects Versions: 6.0.0, 6.1.0
Reporter: Li Liang
Fix For: 6.2.0
SqlUtil.isUpdateSql(String sql) returns wrong result for the following cases:
1. SELECT x, zINTO FROM y
2. SELECT x FROM y WHERE z='this is an into literal'
The second one is related to customer case 326081.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira