-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for possibility of keyword sharing in language syntax
* ISQLConstants * Can be used for SQL syntax and upper-case is the expected norm. Thus, the NULL keyword should be held in upper-case * ISQLStringVisitor * Has no need to extend ISQLConstants since its implementations have access to their own syntax interfaces * Synced with change in runtime-clients
- Loading branch information
Paul Richardson
committed
Feb 15, 2013
1 parent
3875666
commit 8ec4b46
Showing
4 changed files
with
5 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule org.teiid.7.7.x
updated
1 files
+1 −1 | designer/org/teiid772/sql/proc/ProcedureService.java |
Submodule org.teiid.8.2.x
updated
1 files
+1 −1 | designer/org/teiid82/sql/proc/ProcedureService.java |