2 Commits
Author SHA1 Message Date
github-actions[bot]GitHubgithub-merge-queuegithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>github-actions[bot] <matiss@mja.lv>Claude Fable 5
011b49e550 🔖 (26.8.0) (#8563)
* 🔖 (26.8.0)

* Generate release notes for v26.8.0

* Add release notes for version 26.8.0, highlighting new stable features, mobile banking improvements, and day-level date range selection in reports.

* Update authorship in release notes for version 26.8.0 to reflect MatissJanis as the author.

* [AI] Apply review feedback to 26.8.0 release notes: clarify onboarding/mobile bank sync wording and note per-file credentials are Pluggy.ai only

* [AI] Copy review-feedback wording fixes into releases.md for 26.8.0

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

---------

Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <matiss@mja.lv>
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
2026-08-02 20:20:21 +00:00
134e11b705 [AI] Allow null in SQL query parameter types via shared SqlParam type (#8493)
SQLite accepts null as a bound parameter (verifyParamTypes already
allowed it at runtime), but the runQuery/all/first/firstSync/run
signatures only declared string | number, forcing callers to cast.
Extract a shared SqlParam type (string | number | null) from the
sqlite platform modules and use it everywhere. Adds a test covering
null params through all/first.

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
2026-07-17 07:24:57 +00:00