Skip to content

New feature: Tuple and enhanced SQL injection

Compare
Choose a tag to compare
@huandu huandu released this 22 Jul 15:23
· 36 commits to master since this release
18c5787

What's Changed

  • #108: Support tuple now. See Tuple sample to understand how to use it.
  • #115: All builders follow a new rule - don't generate a SQL clause if related values are not set. This feature enables us to write SQL like this NewSelectBuilder().SQL("SELECT foo FROM bar").Where(/*...*/).

Full Changelog: v1.21.0...v1.22.0