Skip to content

1.2.2

Compare
Choose a tag to compare
@sqla-tester sqla-tester released this 29 Aug 18:03
· 34 commits to main since this release

1.2.2

Released: Mon Aug 29 2022

bug

  • [bug] [lexer] Fixed issue in lexer where the regexp used to match tags would not
    correctly interpret quoted sections individually. While this parsing issue
    still produced the same expected tag structure later on, the mis-handling
    of quoted sections was also subject to a regexp crash if a tag had a large
    number of quotes within its quoted sections.

    References: #366