AtCoderProblems
AtCoderProblems copied to clipboard
build(deps): bump sqlx from 0.6.0 to 0.6.1 in /atcoder-problems-backend
Bumps sqlx from 0.6.0 to 0.6.1.
Changelog
Sourced from sqlx's changelog.
0.6.1 - 2022-08-02
33 pull requests were merged this release cycle.
Added
- [#1495]: Add example for manual implementation of the
FromRowtrait [[@Erik1000]]- [#1822]: (Postgres) Add support for
std::net::IpAddr[[@meh]]
- Decoding returns an error if the
INETvalue in Postgres is a prefix and not a full address (/32for IPv4,/128for IPv6).- [#1865]: Add SQLite support for the
timecrate [[@johnbcodes]]- [#1902]: Add an example of how to use
QueryBuilder::separated()[[@sbeckeriv]]- [#1917]: Added docs for
sqlx::types::Json[[@jayy-lmao]]- [#1919]: Implement
CloneforPoolOptions[[@Thomasdezeeuw]]- [#1953]: Support Rust arrays in Postgres [[
@e00E]]- [#1954]: Add
push_tuplesforQueryBuilder[[@0xdeafbeef]]- [#1959]: Support
#[sqlx(flatten)]attribute inFromRow[[@TheoOiry]]- [#1967]: Add example with external query files [[
@JoeyMckenzie]]- [#1985]: Add
query_builder::Separated::push_bind_unseparated()[[@0xdeafbeef]]- [#2001]: Implement
#[sqlx::test]for general use
- Includes automatic database management, migration and fixture application.
- Drops support for end-of-lifed database versions, see PR for details.
- [#2005]:
QueryBuilderimprovements [[@abonander]]
- Raw SQL getters, new method to build
QueryAsinstead ofQuery.- [#2013]: (SQLite) Allow VFS to be set as URL query parameter [[
@liningpan]]Changed
- [#1679]: refactor: alias actix-* features to their equivalent tokio-* features [[
@robjtede]]- [#1906]: replaced all uses of "uri" to "url" [[
@RomainStorai]]- [#1965]: SQLite improvements [[
@abonander]]- [#1977]: Docs: clarify relationship between
query_as!()andFromRow[[@abonander]]- [#2003]: Replace
dotenvwithdotenvy[[@abonander]]Fixed
- [#1802]: Try avoiding a full clean in
cargo sqlx prepare --merged[[@LovecraftianHorror]]- [#1848]: Fix type info access in
Anydatabase driver [[@raviqqe]]- [#1910]: Set
CARGO_TARGET_DIRwhen compiling queries [[@sedrik]]- [#1915]: Pool: fix panic when using callbacks [[
@abonander]]- [#1930]: Don't cache SQLite connection for macros [[
@LovecraftianHorror]]- [#1948]: Fix panic in Postgres
BYTEAdecode [[@e00E]]- [#1955]: Fix typo in FAQ [[
@kenkoooo]]- [#1968]: (Postgres) don't panic if
SorVnotice fields are not UTF-8 [[@abonander]]- [#1969]: Fix sqlx-cli build [[
@ivan]]- [#1974]: Use the
rust-cacheaction for CI [[@abonander]]- [#1988]: Agree on a single default runtime for the whole workspace [[
@crepererum]]- [#1989]: Fix panics in
PgListener[[@crepererum]]- [#1990]: Switch
mastertomainin docs [[@crepererum]]
- The change had already been made in the repo, the docs were out of date.
- [#1993]: Update versions in quickstart examples in README [[
@UramnOIL]]
... (truncated)
Commits
- See full diff in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)