Skip to content

v1.4.0

Latest

Choose a tag to compare

@github-actions github-actions released this 07 Jul 13:02
bda3792

1.4.0 (2026-07-07)

Features

  • add Set and Map support to ? placeholder expansion (#27) (a1dc888)

Bug Fixes

  • expand SET ? in multi-statement queries (#34) (4638497)
  • extend SQL parsing to expand objects across SET assignment lists (#37) (adaf338)
  • substitute placeholders near non-comment -- and executable comments (#31) (bcc11a2)

Performance Improvements

  • scan SET clauses per-token instead of per-char (#38) (f953b9c)