Skip to content

Conversation

@jcflack
Copy link
Contributor

@jcflack jcflack commented Sep 5, 2023

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.

Old one could fail depending on previous matching activity, possibly
because of the use of \G (which I should have explained better in a
comment, back when I thought I knew why I was doing it). The documented
behavior of ^ $ and \z and reluctant quantifiers make for a simpler
and more dependable version.

Addresses issue #455.
@jcflack jcflack merged commit f2d3d29 into REL1_6_STABLE Sep 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants