Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
10.4.2.0, 10.5.1.1, 10.5.2.0, 10.5.3.0, 10.6.1.0, 10.6.2.1, 10.7.1.1
-
None
-
Normal
-
Deviation from standard
Description
In the client driver lexer to determine statement type, we look for token "select", "update", "values" etc. The lexer used to has a bug in its
handling of end-of-line comments "--".
code does
idx = idx++;
but this does absolutely nothing
Attachments
Attachments
Issue Links
- relates to
-
DERBY-4338 Network client raises error "executeQuery method can not be used for update" when sql is preceded by /* */ comments
- Closed