Skip to content

Commit efbe336

Browse files
committed
changelog
1 parent 14a15bc commit efbe336

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
@@ -25,6 +25,8 @@
2525
- `sqlpage.variables('set')` returns only user-defined SET variables as JSON
2626
- `sqlpage.variables()` returns all variables merged together, with SET variables taking precedence
2727
- **Deprecation warnings**: Using `$var` when both a URL parameter and POST parameter exist with the same name now shows a warning. In a future version, you'll need to explicitly choose between `$var` (URL) and `:var` (POST).
28+
- Improved performance of `sqlpage.run_sql`.
29+
- On a simple test that just runs 4 run_sql calls, the new version is about 2.7x faster (15,708 req/s vs 5,782 req/s) with lower latency (0.637 ms vs 1.730 ms per request).
2830
- add support for postgres range types
2931

3032
## v0.39.1 (2025-11-08)

0 commit comments

Comments
 (0)