-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(changelog): be more verbose about offline mode breaking change (#…
- Loading branch information
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,8 @@ If interested, please email your inquiry to [email protected]. | |
|
||
The offline mode for the queries has been changed to use a separate file per `query!()` invocation, | ||
which is intended to reduce the number of conflicts when merging branches in a project that both modified queries. | ||
See [[#2363]] for details. | ||
This means that CLI flag `--merged` is no longer supported. See [[#2363]] for details and make sure that your | ||
`sqlx-cli` version is in sync with the `sqlx` version in your project. | ||
|
||
The type ascription override syntax for the query macros has been deprecated, | ||
as parse support for it has been removed in `syn 2.0`, which we'll be upgrading to in the next breaking release. | ||
|