Skip to content

2.5.1103

Compare
Choose a tag to compare
@seancorfield seancorfield released this 04 Dec 01:25
· 99 commits to develop since this release
  • Address #515 by:
    • Quoting entities that start with a digit but are otherwise alphanumeric. Note that entities that are all digits (optionally including underscores) will still not be quoted as in previous releases,
    • Adding a new :quoted-always option allows users to specify a regex that matches entities that should always be quoted (stropped) regardless of the value of :quoted (such as reserved words that you have used as column or table names).
  • Address #513 by:
    • Ignoring :file, :line, :column, :end-line, and :end-column metadata keys (previously only :line and :column were ignored),
    • Adding an :ignored-metadata option to allow additional keys to be ignored.