Andreas Dangel
ecb1ddb451
[plsql] SELECT INTO with parentheses
...
This fixes partially #1047
2018-07-20 15:26:11 +02:00
Andreas Dangel
0b264d5feb
Fix encoding (from cp1252 -> utf-8)
2018-07-20 15:24:24 +02:00
Andreas Dangel
9c4486f2fb
[plsql] Add basic support for CursorForLoop statement
2018-07-20 15:23:27 +02:00
Juan Martín Sotuyo Dodero
bb3426f584
Merge branch 'pr-1238'
2018-07-15 17:39:03 -03:00
Juan Martín Sotuyo Dodero
cc9d9f47bd
Merge branch 'pr-1241'
2018-07-15 17:30:47 -03:00
Andreas Dangel
832687b042
Add the new tokens as unreserved keywords
2018-07-15 20:31:33 +02:00
Andreas Dangel
19a3d5446f
[plsql] plsql.ast.ParseException for CREATE TABLE
...
Fixes #980
2018-07-15 19:10:22 +02:00
Andreas Dangel
251abe223e
[plsql] plsql.ast.ParseException when parsing VIEW
...
Fixes #981
2018-07-15 18:30:32 +02:00
Andreas Dangel
413c98c2f6
[plsql] plsql.ast.ParseException when parsing EXECUTE IMMEDIATE
...
Fixes #1047
2018-07-15 14:35:20 +02:00
Andreas Dangel
d92688a07d
Introduce end-of-line normalization
...
References pmd/build-tools#2
2017-02-02 20:52:08 +01:00
Andreas Dangel
7dd7dd3512
[plsql] Javadoc doclint fixes
...
References #1516 [build] doclint error during build
2017-01-05 22:37:18 +01:00
sergey
5cf9a4d665
[plsql] fixed multiline SELECT parse
...
fixed multiline SELECT parse. Parsing skips SELECT statements to the ';'
delimiter or end of line. If statement terminated by the end of line,
next line starting from the middle of SELECT statement will fail to
parse. For example,
SELECT 1
INTO V
FROM DUAL;
will fail.
2016-11-22 13:49:35 -03:00
sergey
90862cc993
Added correct parse of IS [NOT] NULL
...
fixed crash of parsing following code (from unittest):
IF V_BUF IS NULL THEN
null;
end if;
2016-11-22 13:49:16 -03:00
Andreas Dangel
4ab1d0cbee
Fixes #1520 [plsql] Missing PL/SQL language constructs in parser: Is Of Type, Using
2016-11-04 16:10:07 +01:00
Andreas Dangel
495dcb5ea9
Fixes #1527 [plsql] PRAGMA AUTONOMOUS_TRANSACTION gives processing errors
2016-11-04 10:19:24 +01:00
Frits Jalvingh
4310b36344
Fix PMD issue 1531- endless loop followed by OOM while parsing (PL)SQL
2016-10-30 19:09:11 +01:00
Andreas Dangel
802af053cf
Move plsql into own sub-module
2014-10-04 18:40:22 +02:00