Skip to content

2.0.0 RC 2

Pre-release
Pre-release
Compare
Choose a tag to compare
@seancorfield seancorfield released this 11 May 05:59
· 4 commits to v2 since this release
  • Fix #326 by allowing ON/USING to be optional and not dropping parameters on the floor.
  • Fix #325 by making the % function call syntax respect :quoted true and/or :dialect options, and also allowing for qualified column names. (PR from @lognush)
  • Add :quoted-snake true option to force conversion from kebab-case to snake_case when :quoted true or a :dialect is specified to format.
  • Update test-runner.