Commit Graph

35 Commits (fix/opener/xdgopen)

Author SHA1 Message Date
Fabian-Lars d402c3865a
fix(sql): more explicit error if no driver is enabled (#2047)
7 months ago
John Carmack 90ef77c872
fix(sql) Allow tauri-plugin-sql to work when Tauri is running async (#2038)
7 months ago
Fabian-Lars 51856e9e0a
docs: Remove header image from inline docs (#2045)
7 months ago
阿良仔 4341d7f500
fix(sql): replace Mutex with RwLock to enable concurrent SQL execution (#1972)
7 months ago
凊弦凝绝 aef5dd6157
fix(sql): don't panic on missing migration when preload is enabled (#1932)
8 months ago
Fabian-Lars 30bcf5dcc2
refactor(sql): Allow multiple drivers at the same time (#1838)
8 months ago
Kauan Curbani 0dd97d9115
feat(sql): added uuid type in postgres decoder (#1375)
9 months ago
renovate[bot] 37cb9a6681
fix(deps): update rust crate sqlx to 0.8 (v2) (#1575)
11 months ago
thewh1teagle 4216c0517f
feat(sql): made DbInstances public for managing directly from Rust (#1381)
1 year ago
thewh1teagle a940ef6250
feat(sql): preserve column order from query with indexmap (#1305)
1 year ago
Lucas Fernandes Nogueira a04ea2f382
refactor: only inject API IIFE script when withGlobalTauri is true (#1071)
1 year ago
Amr Bashir fe4fb7dc7a
Update plugin.rs
1 year ago
amrbashir 72db444401
feat(sql,store): add `Builder::new`
1 year ago
Mitchell van der Hoeff f4b2674fd5
fix(sql): Encode JSON numbers as f64 to fix JSON_EXTRACT queries (#797)
2 years ago
Amr Bashir 1b98b85a1f
refactor: simplify rollup config and match `@tauri-apps/api` output style (#722)
2 years ago
Fabian-Lars 251852ccbc
chore: Merge branch v1 into v2 (#702)
2 years ago
Lucas Fernandes Nogueira e438e0a62d
feat: update to alpha.17, typed mobile plugin IPC arguments (#676)
2 years ago
Lucas Fernandes Nogueira 5c137365c6
chore: update to tauri alpha.16, api alpha.9 (#673)
2 years ago
Simon Hyll 5fd597ddaf
docs: added banners and icons (#443)
2 years ago
Lucas Fernandes Nogueira b131bc8f7c
feat(plugins): inject API on window.__TAURI__ (#383)
2 years ago
Lucas Fernandes Nogueira 5914fb9f36
chore: add license headers (#384)
2 years ago
Lucas Fernandes Nogueira d677f73495
feat(ci): test mobile targets (#378)
2 years ago
FabianLars fad6edab71
Merge remote-tracking branch 'origin/dev' into next
2 years ago
Lucas Fernandes Nogueira bbdccefa2d
chore(deps): update to tauri alpha.8 (#303)
2 years ago
FabianLars 62c9285c0b
fix(sql): bind `Value::Null` as `None` in `select` query
2 years ago
Fabian-Lars c6502f673b
fix(sql): bind `Value::Null` as `None`, fixes #11 (#278)
2 years ago
Fabian-Lars 1d52416f70
feat(sql): Improve type decoding. Adds support for time and dates (#266)
2 years ago
Lucas Fernandes Nogueira 22f987bf24
feat: update setup hook to new syntax (#257)
2 years ago
Fabian-Lars d18bc1ea60
fix(sql): derive datatype from value, not colomn (#118)
2 years ago
Fabian-Lars ba81e865b2
feat(sql): Handle `JSON` columns as `TEXT` columns and return content as string, closes #112 (#113)
2 years ago
Jonas Kruckenberg 900b8ccdb1 fmt
2 years ago
Fabian-Lars 42b145e0ce
fix(sql): don't panic if no migrations were provided, fixes #84
2 years ago
Fabian-Lars 4d8d109b6b
fix(sql): derive default on Builder, fixes #82 (#83)
2 years ago
Jonas Kruckenberg 2d670f70d9
refactor: use builder style (#50)
2 years ago
Jonas Kruckenberg eb3495fb72 copy plugin sources
3 years ago