Commit Graph

20 Commits (d9fa37ada52c4832a73e7f3e02c48a27ff69410f)

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