| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 3.54.0 source code.tar.gz | 2026-07-01 | 949.9 kB | |
| 3.54.0 source code.zip | 2026-07-01 | 2.4 MB | |
| README.md | 2026-07-01 | 567 Bytes | |
| Totals: 3 Items | 3.3 MB | 2 | |
3.54.0
- fix deadlock in configuration caching (#2980)
- fix prepared batch first-time-null binding (#2975)
- Add
@SqlPreflight(Alpha) for SQL Object methods. The annotation runs a literal SQL statement on the sameHandle, immediately before the method's main statement, binding the method's arguments. This is useful for setting scoped/session variables before a query (e.g. a Postgres trigram threshold). It is repeatable and may be placed on a method or a SQL Object type. See issue [#2979]. - update postgres driver due to CVE-2026-42198