File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
34
34
* [[ #2057 ]] : Make begin,commit,rollback cancel-safe in sqlite [[ @madadam ]]
35
35
* [[ #2058 ]] : fix typo in documentation [[ @lovasoa ]]
36
36
* [[ #2067 ]] : fix(docs): close code block in query_builder.rs [[ @abonander ]]
37
- * [[ #2069 ]] : Fix ` prepare ` race condition in workspaces [[ @cycraig ]]
37
+ * [[ #2069 ]] : Fix ` prepare ` race condition in workspaces [[ @cycraig ]] \
38
+ * NOTE: this changes the directory structure under ` target/ ` that ` cargo sqlx prepare ` depends on.
39
+ If you use offline mode in your workflow, please rerun ` cargo install sqlx-cli ` to upgrade.
38
40
* [[ #2072 ]] : SqliteConnectOptions typo [[ @fasterthanlime ]]
39
41
* [[ #2074 ]] : fix: mssql uses unsigned for tinyint instead of signed [[ @he4d ]]
40
42
* [[ #2081 ]] : close unnamed portal after each executed extended query [[ @DXist ]]
You can’t perform that action at this time.
0 commit comments