Commit Graph

22 Commits (8502b902870b8b55faf35fdecc128237641fc53c)

Author SHA1 Message Date
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