Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sqlpage 0.32.1 #203087

Merged
merged 2 commits into from
Jan 3, 2025
Merged

sqlpage 0.32.1 #203087

merged 2 commits into from
Jan 3, 2025

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
> [!NOTE]
> SQLPage lets you build web applications using SQL queries. If you know SQL, you can create complete web applications without spending time on traditional web development languages and frameworks.
> **Download** for [Windows](https://github.com/sqlpage/SQLPage/releases/latest/download/sqlpage-windows.zip), [MacOS](https://github.com/sqlpage/SQLPage/releases/latest/download/sqlpage-macos.tgz), or [Linux](https://github.com/sqlpage/SQLPage/releases/latest/download/sqlpage-linux.tgz)

This is a bugfix release.

  • Fix a bug where the form component would not display the right checked state in radio buttons and check boxes (In version 0.32.0 all radio buttons are checked sqlpage/SQLPage#751)
  • Fix a bug in the link component where the properties view_link, edit_link, and delete_link had become incompatible with the main link property.
  • Updated sqlparser to v0.53 which fixes parse errors when using some advanced SQL syntax
    • adds support for SQLite's UPDATE OR REPLACE syntax
    • adds support for MSSQL's JSON_ARRAY and JSON_OBJECT functions
    • adds support for PostgreSQL's JSON_OBJECT(key : value) and JSON_OBJECT(key VALUE value) syntax
    • fixes the parsing of true and false in Microsoft SQL Server (mssql): they are now correctly parsed as column names, not as boolean values, since mssql does not support boolean literals. This means you may have to replace TRUE as some_property with 1 as some_property in your SQL code when working with mssql.
  • When your SQL contains errors, the error message now displays the precise line(s) number(s) of your file that contain the error.

@github-actions github-actions bot added rust Rust use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels Jan 3, 2025
Copy link
Contributor

github-actions bot commented Jan 3, 2025

🤖 An automated task has requested bottles to be published to this PR.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Jan 3, 2025
@BrewTestBot BrewTestBot enabled auto-merge January 3, 2025 04:40
@BrewTestBot BrewTestBot added this pull request to the merge queue Jan 3, 2025
Merged via the queue into master with commit f1cfc42 Jan 3, 2025
15 checks passed
@BrewTestBot BrewTestBot deleted the bump-sqlpage-0.32.1 branch January 3, 2025 04:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. rust Rust use is a significant feature of the PR or issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants