Commit Graph

15 Commits (b131bc8f7c9eba3b871c999d5c5ccff70bf34540)

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