Skip to content

v3.6.0

Compare
Choose a tag to compare
@dyedgreen dyedgreen released this 03 Nov 14:57
· 30 commits to master since this release
  • Add expandSql function to prepared queries which returns the query SQL, substituting provided parameters for their placeholders
  • Add support for user defined (scalar) SQL functions; this adds a createFunction and deleteFunction API to the database class
  • Improve the SQLite warm binary size by stripping debug symbols in the release build
  • Improve wording of documentation and expand on existing documentation with more examples
  • Fix some mistakes in example code contained in the documentation