Skip to content

1.3.3

Compare
Choose a tag to compare
@sqla-tester sqla-tester released this 10 Apr 15:32
· 9 commits to main since this release

1.3.3

Released: Wed Apr 10 2024

bug

  • [bug] [codegen] Fixed unexpected error when use control lines which the
    first control block with no bodies other than comments,
    as pass is now added to the first empty block.
    Pull request courtesy Hai Zhu.

    References: #146

  • [bug] [parser] Fixed unexpected syntax error in strict_undefined mode that occurred
    when using comprehensions within a function in a Mako Python code block.
    Now, the local variable in comprehensions won't be added to the checklist
    when using strict_undefined mode.
    Pull request courtesy Hai Zhu.

    References: #320