Skip to content

Parameter enhancements

Pre-release
Pre-release
Compare
Choose a tag to compare
@g105b g105b released this 26 May 22:41
· 219 commits to master since this release
5bf813b
  • Multiple iterable objects can be passed into the query function as variable arguments, the key-value-pairs will be merged into one parameter binding.
  • Bound parameters are flattened more effectively.
  • SqlQuery/Query class refactoring.