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
238 stars 77 forks source link

Improve `NEWLINE` pattern #463

Closed jcflack closed 10 months ago

jcflack commented 10 months ago

Supply a NEWLINE pattern in sqlgen.Lexicals that still meets the goal of relying on Java's regex engine for precisely what is or isn't a newline, but without the ill-thought-out sensitivity to the previous match result reported in issue #455.