Changelog for
sqlx-cli-0.8.0-1.12.i586.rpm :
* Wed Jul 24 2024 jorik.cronenbergAATTsuse.com- Update to version 0.8.0:
* chore: bump version to 0.8.0
* chore: prepare changelog entry for 0.8.0
* fix: enable `clock` and `std` features of chrono for the workspace
* fix: sqlite update_hook char types (#3288)
* Add example on how to use Transaction as Executor (#3311)
* doc: Minor rust docs fixes (#3312)
* breaking: fix name collision in `FromRow`, return `Error::ColumnDecode` for `TryFrom` errors (#3356)
* chore:added a testcase for `sqlx migrate add ...` (#3352)
* fix: build script new line at eof (#3353)
* Add support for PostgreSQL HSTORE data type (#3343)
* fix:the `json`-feature should activate `sqlx-postgres?/json` as well (#3350)
* add array support for NonZeroI
* in postgres (#3303)
* chore: fixed one usage of `select_input_type!()` being unhygenic (#3327)
* fix(postgres): don\'t panic if `M` or `C` Notice fields are not UTF-8 (#3346)
* fix: comment not separated from other characters (#3328)
* use the persistent query setting with the Any driver (#3297)
* feat(cube): support postgres cube (#3188)
* track the kind of null arguments in order to provide the appropriate type when converting them
* Change to cfg!(not()) (#3275)
* Invert boolean for `migrate` error message. (#3275)
* fix: Minimally upgrade minimal dependencies to resolve build issues on declared minimum versions
* ci: Add job to check that sqlx builds with its declared minimum dependencies
* refactor: Resolve cargo check warnings in postgres examples
* allow rename with rename_all (close #2896)
* fix(postgres): add missing type resolution for arrays by name
* fix: use correct syntax in tests/postgres/setup.sql
* feat: support the postgres bool type
* Remove compatibility check by collations.
* Changed to collation which is the actual name.
* Add LICENSE-
* files to crates
* fix: use correct names for sslmode options
* fix(postgres): case-aware type name equality
* fix trailing line break
* fix compilation errors
* fix: run `rustfmt`
* fix(postgres): derive `PgHasArrayType` for enums
* fix(postgres): get correctly qualified type name in describe
* fix: suppress `dead_code` warnings
* fix: ignore flaky copy_can_work_with_failed_transactions test
* fix: ignore flaky test_connection_maintenance test
* fix(ci): don\'t run TLS tests when building without TLS (duh)
* fix(ci): stop testing on MySQL 5.7
* fix: missing `DATABASE_URL` in CI
* fix: clippy warnings
* fix: add `mariadb:11.4` to `tests/docker-compose.yml`
* fix: run `cargo fmt`
* docs(sqlite): fix typo - unixtime() -> unixepoch() (#3271)
* feat: Add set_update_hook on SqliteConnection (#3260)
* ci: syntax fix (#3267)
* Hide docs for any (#3254)
* perf: box `MySqlConnection` to reduce sizes of futures (#3265)
* ci: MariaDB - add back 11.4 and add 11.5 (#3266)
* feat: support `NonZero
*` scalar types (#3244)
* fix: Decode and Encode derives (#2940)
* Fix several inter doc links (#2954)
* Sqlite explain graph (#3064)
* SqliteConnectOptions::filename() memory fix (#3136) (#3137)
* Make Encode return a result (#3126)
* fix: resolve `path` ownership problems when using `sqlx_macros_unstable` (#3236)
* fix: sqlite pragma order for auto_vacuum (#3230)
* fix: get_filename should not consume self (#3233)
* fix(ci): pin Rust version, ditch unmaintained actions (#3234)
* bump rustls to 0.21.11 (#3216)
* Fix leaking connections in fetch_optional (#2647) (#3194)
* Add Debug impl for PgRow (#2917)
* add #3211 to create-issue links
* fix: Option decoding in any driver (#3172)
* PostgreSQL Bugfix: Ensure connection is usable after failed COPY inside a transaction (#3138)
* fix(postgres) : int type conversion while decoding (#3173)
* feat: no tx migration (#3181)
* breaking(sqlite): always use `i64` as intermediate when decoding (#3184)
* Update time to 0.3.36 (#3190)
* Fix unclean TLS shutdown (#3191)
* Bump deps that do not need code changes (#3165)
* Add version information for failed cli migration (#3129) (#3130)
* fix(ci): use `docker compose` instead of `docker-compose` (#3167)
* feat(logging): Log acquires from connection pool (#3073)
* Drop urlencoding dependency (#3162)
* Bump libsqlite3-sys to v0.28 (#3148)
* refactor: lift type mappings into driver crates (#2970)
* feat: new derive feature flag (#3113)
* feat: add `MySqlTime`, audit `mysql::types` for panics (#3154)
* Reorder attrs in sqlx::test macro (#3123)
* fix(sqlite): delete unused `ConnectionHandleRaw` type (#3146)
* fix(tests): extend fresh-connection threshold
* Removed Send bound from arg binding (#2960)
* Implement PgHasArrayType for all references (#2869)
* Constrain cyclic associated types (#2702)
* Generic Associated Types in Database, replacing HasValueRef, HasArguments, HasStatement (#2973)
* Fix describe on PostgreSQL views with rules (#2736)
* chore: remove deprecation notice for ascription
* refac: rebase syn 2 changes
* bump bigdecimal version
* fix(macros): only enable chrono when time is disabled
* chore: bump version to `0.8.0-alpha.0`
* Tue May 07 2024 jorik.cronenbergAATTsuse.com- Update to version 0.7.4:
* fix: deprecation in `postgres::types::chrono`
* fix: deprecation warnings in `sqlite::types::chrono`, document `DATETIME` behavior
* chore: prepare 0.7.4 release
* fix: better I/O errors when `migrate!()` cannot read a file
* fix: restore `Migrator` to the public API
* fix: AnyRow not support PgType::Varchar (#2976)
* feat: add `to_url_lossy` to connect options (#2902)
* fix(ci): just cfg-out the whole `tests/sqlite/sqlcipher.rs`
* doc(pg): document behavior of `bigdecimal` and `rust_decimal` with out-of-range values
* fix: gate `sqlcipher` testing behind `cfg` to make development less annoying
* Thu Jul 13 2023 Jorik Cronenberg
- Initial packaging AATT version 0.7.1