Austin Bonander
|
90797200ee
|
groundwork for 0.9.0-alpha.1 (#3821)
* chore: bump version to `0.9.0-alpha.1`
* chore: delete unused `sqlx-bench` package
* chore: set `rust-version` to 1.85 for all crates
* fix: lots of new Clippy warnings
* fix: lots more Clippy warnings
* fix(cli): add `_sqlite` feature
* fix: lots, *lots* more Clippy warnings
* fix(core): warning in `tls_rustls`
* breaking: delete runtime+TLS combination features
* chore: don't re-export unstable `TransactionManager` trait
* chore: 0.9.0-alplha.1 CHANGELOG
* chore: increase MSRV further to 1.86
* fix: more clippy warnings
|
2025-06-01 21:09:55 -07:00 |
|
Austin Bonander
|
2ab7565bd8
|
chore: configure clippy cast lints at workspace level
|
2024-08-23 23:39:32 -07:00 |
|
Yuta Kobayashi
|
f2fea27cba
|
Fix encoding and decoding of MySQL enums in sqlx::Type (#3371)
|
2024-07-25 02:47:36 -07:00 |
|
iamjpotts
|
235604fbce
|
chore(dev-deps): Upgrade env_logger from 0.9 to 0.11 (#3009)
Signed-off-by: Joshua Potts <8704475+iamjpotts@users.noreply.github.com>
|
2024-01-25 23:30:25 -08:00 |
|
Austin Bonander
|
a2eceec33b
|
chore: replace dotenv with dotenvy (#2003)
* chore: replace `dotenv` with `dotenvy`
The former appears to be unmaintained and the latter is a drop-in replacement.
* chore: fix all warnings
|
2022-07-28 14:33:44 -07:00 |
|
Paolo Barbolini
|
b934f82440
|
Bump remanining dependencies (#1807)
Co-authored-by: Austin Bonander <austin@launchbadge.com>
|
2022-04-15 14:34:48 -07:00 |
|
Paolo Barbolini
|
fc9c9be5e8
|
Update to edition 2021 (#1808)
* Update to edition 2021
* Fix running tests
|
2022-04-15 12:52:00 -07:00 |
|
Jonas Platte
|
cdafc8ae17
|
Upgrade async runtime dependencies
Co-authored-by: Josh Toft <joshtoft@gmail.com>
Co-authored-by: Philip A Reimer <antreimer@gmail.com>
|
2021-01-20 21:49:46 -08:00 |
|
Austin Bonander
|
3a43e939e3
|
refactor PgNumeric so NaN can't be misinterpreted, document types
|
2020-03-18 19:06:14 -07:00 |
|
Ryan Leckey
|
10d2b45d9c
|
update dependencies and clean up some more unused imports
|
2020-03-11 01:46:06 -07:00 |
|
Ryan Leckey
|
47f3d77e59
|
query_as: fully implement query_as, required a db-specific ext trait
|
2020-03-11 01:44:41 -07:00 |
|