From c6ac31f41d810a95c4dd96c218aed2d010d8abb0 Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Sat, 29 Jun 2019 09:51:37 +0200 Subject: [PATCH] Update release notes, fixes #1879 --- docs/pages/release_notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/pages/release_notes.md b/docs/pages/release_notes.md index 855a1d241c..7b321325d1 100644 --- a/docs/pages/release_notes.md +++ b/docs/pages/release_notes.md @@ -81,6 +81,7 @@ Table aliases are now supported when specifying columns in INSERT INTO clauses. * [#1850](https://github.com/pmd/pmd/issues/1850): \[plsql] Parsing errors with INSERT using returning or records and TRIM expression * [#1873](https://github.com/pmd/pmd/issues/1873): \[plsql] Expression list not working * [#1878](https://github.com/pmd/pmd/issues/1878): \[pslql] ParseException when parsing USING + * [#1879](https://github.com/pmd/pmd/issues/1879): \[pslql] ParseException when parsing LEFT JOIN ### API Changes