Andreas Dangel
d3daf5e90e
Merge branch 'master' into pr-5088
2024-07-11 10:22:26 +02:00
Andreas Dangel
7b172acc7c
[plsql] SQL_MACRO - fixups from #5087
2024-07-11 10:15:58 +02:00
Andreas Dangel
3579f3f079
Merge branch 'master' into pr-5087
2024-07-11 09:49:04 +02:00
Andreas Dangel
8208e20844
Merge branch 'master' into pr-5086
2024-07-11 09:13:34 +02:00
Andreas Dangel
d952a10790
[release] Prepare next development version [skip ci]
2024-06-28 11:27:41 +02:00
Andreas Dangel
c5dbc29bea
[release] prepare release pmd_releases/7.3.0
2024-06-28 11:00:04 +02:00
Andreas Dangel
70296aeef6
[plsql] Fix unit tests after KEYWORD_UNRESERVED is removed
2024-06-27 21:17:11 +02:00
Andreas Dangel
f90093c923
Merge branch 'master' into pr-4943
2024-06-27 20:38:19 +02:00
Arjen Duursma
c4ef2d9d44
Added missing newline at end of file
2024-06-27 15:37:35 +02:00
Arjen Duursma
45b75c5ca0
Add support for DEFAULT_ARGUMENT as extension to arguments (eg. TO_NUMBER)
2024-06-27 15:28:38 +02:00
Arjen Duursma
68584ebf0a
Removed unplanned empty line
2024-06-27 14:27:03 +02:00
Arjen Duursma
7955d635f3
Revert non relevant chagne
2024-06-27 14:25:18 +02:00
Arjen Duursma
44ecb87c43
Add support for SQL_MACRO
2024-06-27 14:18:30 +02:00
Arjen Duursma
f994ae0e6f
Fixed issue with missing optional table alias in MERGE usage
2024-06-27 13:33:00 +02:00
Andreas Dangel
3c34431cb8
[plsql] Allow error logging for multi-inserts
...
Refs #2779
2024-06-13 10:36:53 +02:00
Andreas Dangel
e0d465a81b
[plsql] Fix tests, restore exception handler, implicit cursor attribute
2024-06-13 09:50:44 +02:00
Andreas Dangel
7a57aeb4db
[plsql] Support exception handlers in compound triggers
...
- allow multiple exception handlers
- parse declarative section correctly in
compound triggers
- CASE, CURSOR, DECLARE, EXECUTE, IF, PUBLIC, SQL are reserved words
and cannot be used as an identifiers
Fixes #4270
2024-06-13 09:29:22 +02:00
Juan Martín Sotuyo Dodero
0afe6aec78
Merge branch 'master' into plsql-1934-merge-into
2024-06-07 23:12:57 -03:00
Andreas Dangel
d47ca10029
[plsql] Support Error Logging in INSERT, UPDATE, DELETE
...
Fixes #2779
2024-06-07 12:16:43 +02:00
Andreas Dangel
72bf5d07b4
[plsql] Support MERGE statement
...
Fixes #1934
2024-06-07 11:20:50 +02:00
Andreas Dangel
28c6c8e121
[release] Prepare next development version [skip ci]
2024-05-31 13:21:14 +02:00
Andreas Dangel
38bc997d4e
[release] prepare release pmd_releases/7.2.0
2024-05-31 12:57:36 +02:00
Clément Fournier
ffc71e83a2
Don"t add publicly supported API
2024-05-11 23:15:31 +02:00
Clément Fournier
2e9aa06273
Fix API compatibility
...
PLSQLParserImpl is public which shouldnt be
2024-05-11 23:13:12 +02:00
Clément Fournier
7484186771
Merge branch 'master' into issue4396-cpd-case-sensitive
2024-05-11 23:07:52 +02:00
Andreas Dangel
339e1d4f43
[release] Prepare next development version [skip ci]
2024-04-26 09:04:20 +02:00
Andreas Dangel
592e80d4a9
[release] prepare release pmd_releases/7.1.0
2024-04-26 08:35:11 +02:00
Clément Fournier
75e50df94a
Make @Image have old behavior, remove KEYWORD_UNRESERVED from tree
2024-04-21 22:55:09 +02:00
Clément Fournier
838df27a19
Normalize token images also in PMD parser
2024-04-21 19:11:04 +02:00
Clément Fournier
95721effd4
Trick javacc into giving string literal a non-literal image
2024-04-21 15:46:18 +02:00
Clément Fournier
75e284075b
Fix violations of UnnecessaryVarargsArrayCreation
2024-04-21 13:31:27 +02:00
Clément Fournier
b931c2f1e0
Fix name of String literal token
2024-04-21 13:13:00 +02:00
Clément Fournier
f4e75410f8
Treat unquotable identifiers as unquoted in PLSQL
2024-04-21 12:53:50 +02:00
Clément Fournier
d45aef826a
Apply suggestions from code review
...
Co-authored-by: Andreas Dangel <andreas.dangel@adangel.org>
2024-04-21 12:17:08 +02:00
Clément Fournier
10dfb45dc2
Replace numbers with names
2024-04-09 17:24:35 +02:00
Clément Fournier
f484c75c52
Add test for PLSQL ignore literals
2024-04-09 11:39:13 +02:00
Clément Fournier
41c01356fc
Fix things
2024-04-09 11:35:14 +02:00
Clément Fournier
0cb2e37ce9
Update reference files
2024-04-08 21:05:52 +02:00
Clément Fournier
1c23df7286
Fix some weird things in PLSQL tokens
2024-04-08 20:56:08 +02:00
Clément Fournier
72408ca679
Normalize image of PLSQL tokens to uppercase, reuse strings
2024-04-08 20:56:08 +02:00
Clément Fournier
44f29c3983
Fix #4396 - Fix PLSQL CPD being case-sensitive
2024-04-08 20:55:41 +02:00
Andreas Dangel
2c2a384c7d
Merge branch 'master' into japicmp
2024-04-04 16:43:29 +02:00
Juan Martín Sotuyo Dodero
eaec0dad28
Merge pull request #4923 from adangel/fix-checkstyle-config
...
Fix checkstyle config and checkstyle issues
2024-04-04 10:27:23 -03:00
Andreas Dangel
4fe50978b6
Add japicmp - breaks build based on semantic versioning
2024-04-04 15:20:15 +02:00
Andreas Dangel
280b1a1ee3
Bump next version to be 7.1.0-SNAPSHOT
2024-04-04 10:49:18 +02:00
Andreas Dangel
d88a3c50fe
Fix checkstyle config and checkstyle issues
2024-04-04 10:46:05 +02:00
Andreas Dangel
7332d61515
[release] prepare for next development iteration
2024-03-22 09:28:44 +01:00
Andreas Dangel
0541ab8591
Revert "[release] prepare for next development iteration"
...
This reverts commit 27620724dcf48160f9ea91b9a02a6186400a38cd.
2024-03-22 09:01:47 +01:00
Andreas Dangel
27620724dc
[release] prepare for next development iteration
2024-03-22 08:46:33 +01:00
Andreas Dangel
2e91f316f4
Revert "[release] prepare for next development iteration"
...
This reverts commit 0c7c0386363e41cf3d639a46352e2e875be0710a.
2024-03-22 08:44:25 +01:00