renovate[bot]
0f4ce983cb
chore(deps): update dependency tslib to v2.8.1 (v1) ( #1944 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-04 12:06:14 +01:00
FabianLars
80fbcb50d3
chore: Run prettier formatting (No visibile changes)
2024-09-03 10:37:56 +02:00
renovate[bot]
20d2f5448b
fix(deps): update rust crate sqlx to 0.8 [security] (v1) ( #1687 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <fabianlars@fabianlars.de >
2024-09-03 10:02:30 +02:00
renovate[bot]
64e42b23bf
chore(deps): update dependency tslib to v2.7.0 (v1) ( #1720 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-02 15:08:34 +02:00
renovate[bot]
76b0f657d1
fix(deps): update tauri monorepo to v1.6.0 ( #1513 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-02 09:50:24 +02:00
renovate[bot]
49f2b4c666
chore(deps): update dependency tslib to v2.6.3 ( #1435 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-05 09:28:11 +02:00
renovate[bot]
cb6f864eae
fix(deps): update tauri monorepo (v1) ( #1433 )
...
* fix(deps): update tauri monorepo
* Update Cargo.toml
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de >
2024-06-04 12:35:54 +02:00
Fabian-Lars
02111b9526
chore: Change workspace inheritance syntax for better covector support ( #1092 )
2024-03-18 21:39:46 +01:00
Matthias Lohscheidt
df5a6483c2
docs(sql): Add migrations section to README (v1) ( #870 )
...
* Update sql plugin README.md
Add section about migration management.
* rm shell plugin (v2 only)
---------
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de >
2024-01-01 12:21:37 +01:00
renovate[bot]
9b99416965
fix(deps): update tauri monorepo ( #815 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-21 14:19:25 +01:00
FabianLars
46dfb75d92
Revert "fix(deps): update dependency @tauri-apps/api to v1.5.2 ( #814 )"
...
This reverts commit 3af968ce8f .
2023-12-12 11:18:20 +01:00
renovate[bot]
3af968ce8f
fix(deps): update dependency @tauri-apps/api to v1.5.2 ( #814 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-12 11:14:47 +01:00
Fabian-Lars
12900556a0
Revert "chore: Disable workspace inheritance for [package] ( #775 )" ( #776 )
...
This reverts commit 4899ae007a .
2023-11-29 11:08:11 +01:00
Fabian-Lars
4899ae007a
chore: Disable workspace inheritance for [package] ( #775 )
2023-11-29 10:59:04 +01:00
Fabian-Lars
8c9ff2a2a9
chore: Add sponsors section to readme ( #758 )
...
* chore: Add sponsors section to readme
* which link style works in nested folders?
* add sponsors to plugin readmes
* use https links as src
* double test it with the pr branch
* revert last commit
* fmt
2023-11-23 17:18:09 +01:00
renovate[bot]
6630e5db75
fix(deps): update tauri monorepo ( #665 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-18 12:50:05 +02:00
Pylogmon
77b81af36c
chore(sql): Refine features for sql plugin ( #660 )
...
This makes it possible to use the sqlite feature without ring for windows-aarch64 support until all dependencies update to ring 0.17
2023-10-15 18:34:47 +02:00
renovate[bot]
9b96996b5a
fix(deps): update tauri monorepo to v1.5.0 ( #626 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-29 11:59:59 +02:00
renovate[bot]
dc5a14b6ad
chore(deps): update dependency tslib to v2.6.2 ( #574 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-26 18:24:12 +02:00
Fabian-Lars
0190f68f1d
fix(sql): split up datatypes more granular, fixes #462 ( #608 )
2023-09-20 12:03:30 +02:00
Fabian-Lars
5b85dd22c7
fix(sql): decode float columns as f32, closes #602 ( #607 )
2023-09-20 07:30:12 +02:00
renovate[bot]
6d8f517148
chore(deps): update dependency tslib to v2.6.1 ( #515 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-27 14:04:12 +02:00
renovate[bot]
92514cca47
fix(deps): update rust crate tokio-tungstenite to 0.20 ( #513 )
...
* fix(deps): update rust crate tokio-tungstenite to 0.20
* adapt new websocket config struct
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <fabianlars@fabianlars.de >
2023-07-24 12:22:22 +02:00
David Blythe
51f20b438e
MySQL examples ( #501 )
...
* Update README.md
* Update index.ts
2023-07-16 22:24:20 +02:00
renovate[bot]
9dba680114
chore(deps): update dependency tslib to v2.6.0 ( #483 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-11 14:44:03 +02:00
renovate[bot]
2365c46534
fix(deps): update tauri monorepo to v1.4.0 ( #482 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-11 14:39:27 +02:00
Fabian-Lars
6845cefc82
chore: Lock npm deps versions ( #477 )
...
* chore: Lock npm deps versions
* lock ws example too
* override optionator
2023-07-11 14:09:35 +02:00
renovate[bot]
0d0ed7b907
chore(deps): update dependency prettier to v3 ( #467 )
...
* chore(deps): update dependency prettier to v3
* fmt
* semver override
* update example deps
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: FabianLars <fabianlars@fabianlars.de >
2023-07-06 11:47:41 +02:00
renovate[bot]
92233ea64a
fix(deps): update rust crate sqlx to 0.7. plugin-sql msrv is now 1.65 ( #464 )
...
* fix(deps): update rust crate sqlx to 0.7
* Update sql's msrv in workflow to 1.65
* Update README.md
* Update Cargo.toml
* Update Cargo.toml
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de >
2023-07-05 10:46:51 +02:00
Fabian-Lars
0984fc8374
chore: Add branch to install instructions that use git ( #433 )
2023-06-12 11:20:59 +02:00
FabianLars
dce0f02bc5
Rename dev branch to v1 and next branch to v2
2023-05-03 08:55:44 +02:00
Fabian-Lars
3fddf476de
ci: set up covector ( #329 )
...
* ci: set up covector
* remove postpublish
* push new tags to mirrors
* fetch tags of current repo in workflow file
* use our fork of create-pull-request action
* fmt
* use org tokens
* simplify string subst
* fmt again
2023-04-25 17:31:33 +02:00
Fabian-Lars
5c79b6ae30
chore(deps): Update all deps. Run pnpm dedupe ( #320 )
2023-04-17 18:18:44 +02:00
FabianLars
62c9285c0b
fix(sql): bind Value::Null as None in select query
2023-03-13 18:02:44 +01:00
Fabian-Lars
c6502f673b
fix(sql): bind Value::Null as None, fixes #11 ( #278 )
2023-03-13 13:40:32 +01:00
Fabian-Lars
1d52416f70
feat(sql): Improve type decoding. Adds support for time and dates ( #266 )
...
* feat(sql): Improve type decoding. Adds support for time and dates
* remove default feat
* typo
2023-03-05 12:25:15 +01:00
Fabian-Lars
2e090c90cd
chore: Add MSRV to all readmes ( #255 )
...
* chore: Add MSRV to all readmes
* fix single-instance support matrix
* wording
* wording
* typo
2023-02-15 14:32:17 +01:00
Fabian-Lars
d18bc1ea60
fix(sql): derive datatype from value, not colomn ( #118 )
2023-02-15 13:07:21 +01:00
Fabian-Lars
ba81e865b2
feat(sql): Handle JSON columns as TEXT columns and return content as string, closes #112 ( #113 )
2023-01-26 11:53:41 +01:00
Thomas van der Westen
d33ee156b8
Fix sql example in readme ( #91 )
...
The line where the plugin is added: `.plugin(tauri_plugin_sql::Builder::default())` give my this error;
```the trait `Plugin<tauri_runtime_wry::Wry<EventLoopMessage>>` is not implemented for `tauri_plugin_sql::Builder````
I found this fix: https://github.com/tauri-apps/tauri/issues/5947 and it works.
2023-01-15 11:47:32 +01:00
Fabian-Lars
467bcb90af
fix: change dist for js files, fixes #76 for yarn3 ( #88 )
2023-01-12 16:55:21 +01:00
Jonas Kruckenberg
900b8ccdb1
fmt
2023-01-11 18:34:23 +01:00
Fabian-Lars
42b145e0ce
fix(sql): don't panic if no migrations were provided, fixes #84
2023-01-11 16:33:34 +01:00
Fabian-Lars
4d8d109b6b
fix(sql): derive default on Builder, fixes #82 ( #83 )
2023-01-11 14:24:51 +01:00
Fabian-Lars
1546e4e0fb
fix: fix path patterns in files property ( #78 )
2023-01-10 18:21:09 +01:00
Jonas Kruckenberg
2d670f70d9
refactor: use builder style ( #50 )
...
* refactor(upload): use plugin builder style
* refactor(sql): use builder style
* refactor(fs-watch): use builder style
* refactor(fs-extra): use builder style
* refactor(auth): use builder style
* fmt
* fmt
Co-authored-by: FabianLars <fabianlars@fabianlars.de >
2023-01-07 15:53:56 +01:00
Jonas Kruckenberg
a2f0e2eb73
fmt
2023-01-06 18:18:16 +01:00
Jonas Kruckenberg
e6cfc80b17
update readmes and package descriptions
2023-01-06 17:42:43 +01:00
Jonas Kruckenberg
5966b7d133
chore: add rust-version field
2023-01-06 17:01:21 +01:00
Jonas Kruckenberg
08f90f0fb4
update readmes
2023-01-06 14:21:57 +01:00