tada / pljava

PL/Java is a free add-on module that brings Java™ Stored Procedures, Triggers, Functions, Aggregates, Operators, Types, etc., to the PostgreSQL™ backend.
http://tada.github.io/pljava/
Other
242 stars 77 forks source link

`NEWLINE` pattern can fail to match #455

Closed jcflack closed 1 year ago

jcflack commented 1 year ago

The NEWLINE pattern introduced in sqlgen.Lexicals in 64b82bf can sometimes fail to match a newline, depending on what the Matcher most recently matched. It should be rewritten to be independent of the previous match (ideally while still relying on the regex engine's notion of what a newline is, rather than hardcoding a duplicate).

jcflack commented 1 year ago

Believed resolved in 1.6.6.