Skip to content

Commit 972272a

Browse files
authored
Merge branch 'launchbadge:main' into read-pool-options
2 parents 3ebb856 + c828fb5 commit 972272a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3434
* [[#2057]]: Make begin,commit,rollback cancel-safe in sqlite [[@madadam]]
3535
* [[#2058]]: fix typo in documentation [[@lovasoa]]
3636
* [[#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.
3840
* [[#2072]]: SqliteConnectOptions typo [[@fasterthanlime]]
3941
* [[#2074]]: fix: mssql uses unsigned for tinyint instead of signed [[@he4d]]
4042
* [[#2081]]: close unnamed portal after each executed extended query [[@DXist]]

src/macros/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -733,7 +733,7 @@ macro_rules! query_file_scalar_unchecked (
733733
///
734734
/// This is because our ability to tell the compiler to watch external files for changes
735735
/// from a proc-macro is very limited. The compiler by default only re-runs proc macros when
736-
/// one ore more source files have changed, because normally it shouldn't have to otherwise. SQLx is
736+
/// one or more source files have changed, because normally it shouldn't have to otherwise. SQLx is
737737
/// just weird in that external factors can change the output of proc macros, much to the chagrin of
738738
/// the compiler team and IDE plugin authors.
739739
///

0 commit comments

Comments
 (0)