Skip to content

Commit 488dbca

Browse files
committed
changelog
1 parent 05f394a commit 488dbca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
- Add special handling of hidden inputs in [forms](https://sql.ophir.dev/documentation.sql?component=form#component). Hidden inputs are now completely invisible to the end user, facilitating the implementation of multi-step forms, csrf protaction, and other complex forms.
66
- 18 new icons available (see https://github.com/tabler/tabler-icons/releases/tag/v2.40.0)
7+
- Support multiple statements in [`on_connect.sql`](./configuration.md) in MySQL.
8+
- Randomize postgres prepared statement names to avoid name collisions. This should fix a bug where SQLPage would report errors like `prepared statement "sqlx_s_3" already exists` when using a connection pooler in front of a PostgreSQL database.
79

810
## 0.15.2 (2023-11-12)
911

0 commit comments

Comments
 (0)