3a79266b
(#2173 by @FabianLars) Bumped all plugins tov2.2.0
. From now, the versions for the Rust and JavaScript packages of each plugin will be in sync with each other.
31956469
(#1928 by @FabianLars) Fixed the QueryResult typing by markinglastInsertId
as optional to reflect postgres-only changes made in the 2.0.0 release.
90ef77c8
(#2038 by @johncarmack1984) Allow blocking on async code without creating a nested runtime.
0ca4cc91
(#1963 by @yoggys) Fixed incorrect documentation of the select method in the Database class.
a1a82208
(#1873 by @lucasfernog) Downgrade MSRV to 1.77.2 to support Windows 7.
e2c4dfb6
Update to tauri v2 stable release.
30bcf5dc
(#1838 by @FabianLars) It is now possible to enable multiple SQL backends at the same time. There will be no compile error anymore if no backends are enabled!
0dd97d91
(#1375 by @KauanCurbani) Added support forUUID
columns to the postgres implementation.
e2e97db5
(#1701 by @lucasfernog) Update to tauri 2.0.0-rc.8
9887d1
Update to tauri RC.
99d6ac0f
(#1606 by @FabianLars) The JS packages now specify the minimum@tauri-apps/api
version instead of a single exact version.6de87966
(#1597 by @Legend-Master) Update to tauri beta.25.
37cb9a66
(#1575 by @renovate) Update sqlx to 0.8 - Check out their changelog for behavior changes: https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md#080---2024-07-22
22a17980
(#1537 by @lucasfernog) Update to tauri beta.24.
4216c051
(#1381 by @thewh1teagle) MadeDbInstances
public for managing database instances directly fromRust
.
a04ea2f
(#1071) The global API script is now only added to the binary when thewithGlobalTauri
config is true.
569defb
Update to tauri beta.4.