Skip to content

v0.15.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Oct 20:59
· 2122 commits to main since this release
2fdf668
  • New functions: sqlpage.path(), sqlpage.variables()
    • sqlpage.variables() makes it easier to process forms with a variable number of fields (for instance, when the form fields themselves are generated based on data from the database). See the online shop orders example.
  • bug fixes
    • Most notably, a serious bug was fixed where variables and function evaluation results were truncated in Microsoft SQL Server.
    • fixed some missing sql support:
      • FILTER clauses in window functions
      • MySQL-specific REGEXP syntax
  • improved documentation
  • new align_right attribute in the table component