This hopefully makes it easier to find how to execute statements which are not supported by the default
prepared statement interfaces query*() and query!().
Improved documentation across the board for the query*() functions.
Deprecated: execute_many() and fetch_many() on interfaces that use prepared statements.
Multiple SQL statements in one query string were only supported by SQLite because its prepared statement
interface is the only way to execute SQL. All other database flavors forbid multiple statements in
one prepared statement string as an extra defense against SQL injection.
The new raw_sql API retains this functionality because it explicitly does not use prepared statements.
Raw or text-mode query interfaces generally allow multiple statements in one query string, and this is
supported by all current databases. Due to their nature, however, one cannot use bind parameters with them.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the dependencies group with 4 updates: sqlx, thiserror, toml and simplelog.
Updates
sqlx
from 0.7.3 to 0.7.4Changelog
Sourced from sqlx's changelog.
... (truncated)
Commits
635dba5
fix: deprecation inpostgres::types::chrono
a2b89d7
fix: deprecation warnings insqlite::types::chrono
, documentDATETIME
beh...248d617
chore: prepare 0.7.4 released005111
fix: better I/O errors whenmigrate!()
cannot read a file24be262
fix: restoreMigrator
to the public APIbbfd0d7
fix: AnyRow not support PgType::Varchar (#2976)b29eab0
feat: addto_url_lossy
to connect options (#2902)34860b7
fix(ci): just cfg-out the wholetests/sqlite/sqlcipher.rs
791a7f5
doc(pg): document behavior ofbigdecimal
andrust_decimal
with out-of-ran...e5c18b3
fix: gatesqlcipher
testing behindcfg
to make development less annoyingUpdates
thiserror
from 1.0.57 to 1.0.58Release notes
Sourced from thiserror's releases.
Commits
df8bffa
Release 1.0.5814be209
Merge pull request #292 from dtolnay/deadcode15a1d64
Make compatible with -Dwarningsf55a5d2
Ignore mixed_attributes_style clippy lintf770921
Resolve assigning_clones clippy lintUpdates
toml
from 0.8.10 to 0.8.11Commits
eb86543
chore: Release246b292
docs: Update changelogd41c62c
Merge pull request #701 from epage/cleanup31457b3
refactor(error): Clean up highlight code01d2f4a
Merge pull request #699 from mahkoh/jorth/error-column523969d
Merge pull request #700 from epage/cleanupbae685b
fix(edit): Deprecate 'Document'3abcf90
fix(edit): Clarify Document as DocumentMutfcf1deb
refactor(edit): Remove unused raw field on Document4cd1e24
fix(de): Cut off multi-line error messagesUpdates
simplelog
from 0.12.1 to 0.12.2Commits
47f02be
v0.12.2Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show