Branch: refs/heads/master
Home:
https://github.com/Teiid-Designer/teiid-designer
Commit: 2f22116be78202c47a64a99276ea982ce0d58800
https://github.com/Teiid-Designer/teiid-designer/commit/2f22116be78202c47...
Author: Paul Richardson <p.g.richardson(a)redhat.com>
Date: 2014-05-12 (Mon, 12 May 2014)
Changed paths:
M plugins/teiid/org.teiid.runtime.client/engine/javacc/Teiid8Parser.jjt
A
tests/org.teiid.runtime.client.test/src/org/teiid/query/sql/v84/TestQuery84Parser.java
M
tests/org.teiid.runtime.client.test/src/org/teiid/query/sql/v85/TestQuery85Parser.java
M tests/org.teiid.runtime.client.test/src/org/teiid/runtime/client/test/AllTests.java
Log Message:
-----------
TEIIDDES-2135: Correct version check for CREATE PROCEDURE calls
* The ability to miss off the CREATE PROCEDURE pragma was available in at
least TEIID 8.4. Modifies the parser to version check for this older
release instead.
* Modifies the unit tests for the parser to reflect the change