350 Commits

Author SHA1 Message Date
Andreas Dangel
73a8e4cc69 [maven-release-plugin] prepare for next development iteration 2019-06-30 10:33:08 +02:00
Andreas Dangel
45facbd323 [maven-release-plugin] prepare release pmd_releases/6.16.0 2019-06-30 10:32:58 +02:00
Andreas Dangel
9b095e113d [plsql] Fix JoinClause preceded by subquery
Fixes #1879
2019-06-29 09:50:45 +02:00
Andreas Dangel
76d9d83894 Merge branch 'pr-1886' 2019-06-28 22:07:50 +02:00
Andreas Dangel
26832f5d2a Merge branch 'pr-1885' 2019-06-28 22:00:02 +02:00
Andreas Dangel
f6f4512a92 Update release notes, refs #1885 2019-06-28 21:59:34 +02:00
Andreas Dangel
f05cde6f24 [plsql] Fix lookahead for CaseExpression 2019-06-28 21:56:16 +02:00
Hugo Araya Nash
5570e65baf [plsql] Correct case expression 2019-06-28 21:56:16 +02:00
Andreas Dangel
43dde7f8bb Merge branch 'pr-1876' 2019-06-28 21:44:39 +02:00
Andreas Dangel
3e5b3d66aa [plsql] Fix PrimaryPrefix: parse literals first 2019-06-28 21:42:09 +02:00
Andreas Dangel
6b852e4e98 Merge branch 'pr-1883' 2019-06-28 20:48:03 +02:00
Andreas Dangel
930309bb61 Update release notes, fixes #1873, refs #1883 2019-06-28 20:46:12 +02:00
Andreas Dangel
598c9b79ad [plsql] Simplify condition / compound condition 2019-06-28 20:42:38 +02:00
Andreas Dangel
b97a1f29dd [plsql] Keep the grammar compatible 2019-06-28 20:31:25 +02:00
Andreas Dangel
a84869153d [plsql] Fixes #1878 2019-06-27 19:49:01 +02:00
Andreas Dangel
b1ba1bbbfe [plsql] Add more JoinClause test cases 2019-06-27 19:21:57 +02:00
Hugo Araya Nash
c3591dcc1a [plsql] Suport table alias for Insert Clause 2019-06-24 20:02:01 +02:00
Hugo Araya Nash
bcb33fd5ea [plsql] fix #1878 Simplified solution 2019-06-24 19:53:48 +02:00
Hugo Araya Nash
ac285e50a5 [plsql] fix #1878 Support explicit INNER word for INNER JOIN 2019-06-24 19:53:48 +02:00
Hugo Araya Nash
4b7e2c97d5 [plsql] fix #1873 Expression list not working 2019-06-24 19:49:50 +02:00
Hugo Araya Nash
82cda02eb1 [plsql] Add date/time literal support for Expressions 2019-06-24 19:45:47 +02:00
Hugo Araya Nash
2271ae2d51 [plsql] Add parenthesis equation support to Update 2019-06-19 08:52:42 -04:00
Andreas Dangel
2267413e8a Merge branch 'pr-1865' 2019-06-14 14:13:05 +02:00
Andreas Dangel
7748e34c1b Merge branch 'pr-1864' 2019-06-14 14:02:27 +02:00
Andreas Dangel
194db1963c [plsql] Simplify grammar, #1864 2019-06-14 13:59:18 +02:00
Andreas Dangel
8dae514168 [plsql] Fix object table substitution clause for CREATE TABLE 2019-06-14 13:59:09 +02:00
Andreas Dangel
3998e0c4a7 [plsql] Fixes from review #1863 2019-06-14 11:51:55 +02:00
Hugo Araya Nash
a300a65ed2 [plsql] Add Support for Extract Expression 2019-06-11 20:16:45 -04:00
Hugo Araya Nash
5b6f483f95 [plsql] Add support for Subquery Views 2019-06-11 17:25:12 -04:00
Hugo Araya Nash
473cdba9df [plsql] Add Table InlineConstraint fix 2019-06-11 15:36:17 -04:00
Hugo Araya Nash
7276848857 [plsql] Add Table InlineConstraint 2019-06-11 14:33:09 -04:00
Andreas Dangel
c4ab85a43e Merge branch 'pr-1844' 2019-06-08 17:11:40 +02:00
Andreas Dangel
ed58751cc7 Merge branch 'master' into pr-1808 2019-05-31 18:32:06 +02:00
Andreas Dangel
c651e92ca5 Fix plsql grammar 2019-05-30 22:18:41 +02:00
Andreas Dangel
a7eacbb561 Add unit test for INSERT INTO with records 2019-05-30 22:07:14 +02:00
Andreas Dangel
01fe61906f Add test for TRIM expression without trim_character 2019-05-30 22:07:11 +02:00
Andreas Dangel
9e453de89c Add test cases for implicit cursor attributes BULK_ROWCOUNT and BULK_EXCEPTIONS 2019-05-30 22:07:08 +02:00
Andreas Dangel
10b39e4266 Add test case for INSERT INTO with RETURNING 2019-05-30 22:07:02 +02:00
Andreas Dangel
8a57f3fdca [plsql] Parentheses stopped working
Fixes #1828
2019-05-27 20:28:04 +02:00
Andreas Dangel
5ac687918a [maven-release-plugin] prepare for next development iteration 2019-05-26 11:02:26 +02:00
Andreas Dangel
ba2d795f59 [maven-release-plugin] prepare release pmd_releases/6.15.0 2019-05-26 11:02:18 +02:00
Hugo Araya Nash
506b0aa8f7 [plsql] Add ROWTYPE identifier support for INSERT 2019-05-02 23:34:48 -04:00
Hugo Araya Nash
b43032f5b9 [plsql] Fix TrimExpression syntax 2019-05-02 23:33:33 -04:00
Hugo Araya Nash
85f222eaa7 [plsql] Add RETURNING support for INSERT 2019-05-02 23:32:17 -04:00
Hugo Araya Nash
518db3927b [plsql] Add support for BULK_ROWCOUNT, BULK_EXCEPTIONS 2019-05-02 23:31:23 -04:00
Clément Fournier
6f4123afcc Annotated overriding #getDumpFacade as Deprecated 2019-05-02 16:22:04 +02:00
Andreas Dangel
1c9a73426c deprecate: DumpFacade will be removed in PMD 7
Refs #1801
2019-05-01 11:38:35 +02:00
Andreas Dangel
ca9c859c0b [maven-release-plugin] prepare for next development iteration 2019-04-28 10:35:44 +02:00
Andreas Dangel
cd8b2e3217 [maven-release-plugin] prepare release pmd_releases/6.14.0 2019-04-28 10:35:36 +02:00
Andreas Dangel
5818abc0c7 [maven-release-plugin] prepare for next development iteration 2019-03-31 12:07:07 +02:00