GitHub / launchbadge/sqlx issues and pull requests
#3935 - query! macro fails on postgresql function with parameters using DOMAIN with CHECK NOT NULL
Issue -
State: open - Opened by cydergoth 18 days ago
Labels: bug
#3934 - Add last_accessed on PoolConnectionMetadata to improve before_acquire
Issue -
State: open - Opened by mickaelmagniez 19 days ago
Labels: enhancement
#3933 - Consider reducing dependency tree by dropping `url`/making it optional
Issue -
State: open - Opened by tnull 19 days ago
Labels: enhancement
#3932 - sqlite transaction creation is not error or drop-safe.
Issue -
State: open - Opened by kevincox 20 days ago
- 1 comment
Labels: bug
#3931 - Update dependencies of the examples
Pull Request -
State: open - Opened by joeydewaal 20 days ago
#3929 - sqlx-core pools optionally immediately return ConnectionRefused errors instead of hanging and returning PoolTimedOut
Pull Request -
State: open - Opened by alkeryn 22 days ago
- 1 comment
#3928 - WIP breaking(sqlite): `libsqlite3-sys` versioning, feature flags, extension loading is `unsafe`
Pull Request -
State: open - Opened by abonander 22 days ago
#3927 - feat: update libsqlite3-sys to 0.35.0 for SQLite 3.50.2 (#3926)
Pull Request -
State: open - Opened by kriswuollett 22 days ago
- 4 comments
#3926 - Update to libsqlite3-sys 0.35.0 for rusqlite 0.37.0 compatibility
Issue -
State: open - Opened by kriswuollett 22 days ago
Labels: enhancement
#3925 - using sqlx v0.7 gives feature `edition2024` is required error
Issue -
State: closed - Opened by shreemaan-abhishek 23 days ago
- 1 comment
Labels: bug
#3924 - breaking(mysql): assume all non-binary collations compatible with `str`
Pull Request -
State: closed - Opened by abonander 24 days ago
Labels: db:mysql, breaking
#3923 - sqlx-mysql: Fix bug in cleanup test db's.
Pull Request -
State: closed - Opened by joeydewaal 25 days ago
#3922 - Update libsqlite3-sys to 0.34.0 for SQLite 3.49.2 and rusqlite compatibility
Pull Request -
State: open - Opened by kriswuollett 26 days ago
- 3 comments
#3921 - Update `libsqlite3-sys` to `0.34.0`
Issue -
State: open - Opened by kriswuollett 26 days ago
Labels: enhancement
#3920 - One task performing many SQLite transactions can starve other tasks
Issue -
State: closed - Opened by bonsairobo 28 days ago
- 12 comments
Labels: bug
#3919 - fix[sqlx-postgres]: do a checked_mul to prevent panic'ing
Pull Request -
State: closed - Opened by nhatcher-frequenz 28 days ago
- 3 comments
#3918 - Feature: Add exclusion violation error kind
Pull Request -
State: closed - Opened by barskern 28 days ago
- 1 comment
#3917 - feat(sqlx.toml): support SQLite extensions in macros and sqlx-cli
Pull Request -
State: closed - Opened by djarb 29 days ago
- 2 comments
#3916 - chore: Upgrade libsqlite3-sys to 0.33.0
Pull Request -
State: closed - Opened by JadedBlueEyes 29 days ago
- 2 comments
#3915 - fix: spec_error is used by try_from derive
Pull Request -
State: closed - Opened by saiintbrisson 29 days ago
#3914 - fix: regenerate test certificates
Pull Request -
State: closed - Opened by abonander 30 days ago
#3913 - Custom extensions makes sqlx::test unusable.
Issue -
State: closed - Opened by enguidanos-soluciones-web about 1 month ago
- 4 comments
Labels: bug
#3912 - Implement MySQL Spatial Types
Pull Request -
State: open - Opened by itsbalamurali about 1 month ago
#3911 - chore: upgrade async-io to v2.4.1
Pull Request -
State: closed - Opened by zebrapurring about 1 month ago
#3910 - feat(ok): add correct handling of ok packets in MYSQL implementation
Pull Request -
State: closed - Opened by 0xfourzerofour about 1 month ago
#3909 - allow ignoring comments in migration checksum
Issue -
State: open - Opened by siosw about 1 month ago
- 1 comment
Labels: enhancement
#3908 - When adding feature time many other packages are enabled
Issue -
State: closed - Opened by alexkazik about 1 month ago
- 3 comments
Labels: bug
#3907 - Slow log for infinite execution
Issue -
State: open - Opened by andylokandy about 1 month ago
Labels: enhancement
#3906 - mysql: make pub: MySqlValueRef::format/as_bytes/as_str()
Pull Request -
State: closed - Opened by kakserpom about 1 month ago
#3905 - error[E0432]: unresolved import `libsqlite3_sys::sqlite3_load_extension`
Issue -
State: open - Opened by jasha-hrp about 1 month ago
- 4 comments
Labels: bug
#3904 - simd-json support
Issue -
State: open - Opened by kakserpom about 1 month ago
- 1 comment
Labels: enhancement
#3900 - Postgres OID should be stored as u32, not i32
Issue -
State: closed - Opened by kakserpom about 2 months ago
- 1 comment
Labels: bug
#3899 - Patched out forcing references in query arguments
Pull Request -
State: closed - Opened by Buzzec about 2 months ago
- 1 comment
#3896 - feat: expose APIs to bind custom memory allocators
Pull Request -
State: closed - Opened by adriangb about 2 months ago
- 1 comment
#3895 - feat: expose various low level memory management menthods
Pull Request -
State: open - Opened by adriangb about 2 months ago
#3893 - Add an option for sqlx migrate run to revert migrations if changed
Issue -
State: open - Opened by lu-zero about 2 months ago
- 2 comments
Labels: enhancement
#3892 - Dependency conflict: allocator_api2/hashbrown version incompatibility affects both sqlx library and sqlx-cli installation
Issue -
State: closed - Opened by YofaGh about 2 months ago
- 4 comments
Labels: bug
#3891 - Postgres: Move io to background task.
Pull Request -
State: open - Opened by joeydewaal about 2 months ago
- 2 comments
#3890 - feat: Unify `Debug` implementations across `PgRow`, `MySqlRow` and `SqliteRow`
Pull Request -
State: closed - Opened by davidcornu about 2 months ago
- 2 comments
#3889 - Compile-time support for external drivers
Pull Request -
State: closed - Opened by bobozaur about 2 months ago
- 2 comments
#3888 - Update libsqlite3-sys to `0.34.0`
Pull Request -
State: open - Opened by partylikeits1983 about 2 months ago
- 3 comments
#3887 - Streaming read result
Issue -
State: open - Opened by tisonkun about 2 months ago
Labels: enhancement
#3886 - fix: use Executor::fetch in QueryAs::fetch
Pull Request -
State: closed - Opened by bobozaur about 2 months ago
Labels: breaking
#3885 - feat: add `thread_stack_size` params to customize the thread stack si…
Pull Request -
State: open - Opened by ZenasSong about 2 months ago
#3884 - Support alias for enum values
Issue -
State: open - Opened by biruburu about 2 months ago
Labels: enhancement
#3883 - "optional sqlx feature `time` required for type TIMESTAMPTZ" needs to also suggest chrono
Issue -
State: open - Opened by lf- about 2 months ago
- 1 comment
Labels: bug
#3882 - Generic types are not handled properly in the `Type` proc-macro
Issue -
State: open - Opened by ivan770 about 2 months ago
Labels: bug
#3881 - CLi: made cli-lib modules publicly available for other crates
Pull Request -
State: open - Opened by silvestrpredko about 2 months ago
- 2 comments
#3880 - PostgreSQL client should support direct SSL connections to Postgres 17+ servers
Issue -
State: open - Opened by danielfrankcom 2 months ago
Labels: enhancement
#3879 - feat(postgres): Support direct SSL connections to Postgres 17+ servers
Pull Request -
State: open - Opened by danielfrankcom 2 months ago
- 1 comment
#3878 - Add run_through_version method for versioned migrations
Pull Request -
State: open - Opened by breuhan 2 months ago
- 2 comments
#3877 - Fix security vulnerability from url package dependency on idna by updating url package version
Pull Request -
State: closed - Opened by ugo96 2 months ago
- 1 comment
#3876 - Fixes security vulnerability from url package dependency by updating url package version
Pull Request -
State: closed - Opened by ugo96 2 months ago
- 4 comments
#3875 - Started transaction may not be rollback or commit
Issue -
State: open - Opened by tisonkun 2 months ago
- 1 comment
Labels: bug
#3874 - Further reduce dependency on `futures` and `futures-util`
Pull Request -
State: closed - Opened by paolobarbolini 2 months ago
#3872 - `cargo install cargo-sqlx` should work
Issue -
State: open - Opened by Arjentix 2 months ago
- 2 comments
Labels: question, cli
#3870 - 0.8.6 release
Pull Request -
State: closed - Opened by abonander 2 months ago
#3869 - error[E0277]: the trait bound `Struct: std::convert::From<()>` is not satisfied
Issue -
State: open - Opened by FrenchGithubUser 2 months ago
- 3 comments
Labels: bug
#3868 - Feature: Fixtures outside of sqlx::test, like sqlx::fixtures!() or other function that exposes code to load fixtures
Issue -
State: open - Opened by tgrushka 2 months ago
Labels: enhancement
#3867 - sqlx-postgres: Bump etcetera to 0.10.0
Pull Request -
State: closed - Opened by miniduikboot 2 months ago
Labels: breaking:MSRV
#3866 - chore(doc): clarify compile-time verification and case conversion behavior
Pull Request -
State: closed - Opened by duhby 2 months ago
#3864 - rename_all does not treat numbers as separate words
Issue -
State: closed - Opened by duhby 2 months ago
- 4 comments
Labels: documentation, help wanted, bug:dependency
#3863 - Use unnamed statement in pg when not persistent
Pull Request -
State: closed - Opened by ThomWright 3 months ago
#3861 - Fix NoHostnameTlsVerifier for rustls 0.23.24 and above
Pull Request -
State: open - Opened by elichai 3 months ago
- 2 comments
#3859 - Add more JsonRawValue encode/decode impls.
Pull Request -
State: open - Opened by Dirbaio 3 months ago
#3857 - fix(mysql): validate parameter count for prepared statements
Pull Request -
State: closed - Opened by cvzx 3 months ago
#3856 - fix(macros): slightly improve unsupported type error message
Pull Request -
State: closed - Opened by dyc3 3 months ago
- 5 comments
#3855 - fix `attrubute` typo in doc
Pull Request -
State: closed - Opened by kujeger 3 months ago
- 1 comment
#3854 - Transparent type in a postgres `ANY` array, part two: with macros
Issue -
State: open - Opened by jaskij 3 months ago
Labels: bug
#3853 - feat: support urlbased config for sqlite
Pull Request -
State: closed - Opened by xujihui1985 3 months ago
- 4 comments
#3852 - Fixture relative path
Issue -
State: open - Opened by sinder38 3 months ago
Labels: enhancement
#3851 - sqlx-postgres, sqlx-aws: impl dynamic passwords
Pull Request -
State: closed - Opened by marcbowes 3 months ago
- 3 comments
#3850 - Non-persistent prepared statements not closed in PostgreSQL
Issue -
State: closed - Opened by ThomWright 3 months ago
- 1 comment
Labels: bug, db:postgres
#3849 - Add color and wrapping to cli help text
Pull Request -
State: closed - Opened by joshka 3 months ago
- 1 comment
#3848 - fix(macros): don't mutate environment variables
Pull Request -
State: closed - Opened by joeydewaal 3 months ago
#3847 - Implement parameter substitution for migrations
Pull Request -
State: open - Opened by krlohnes 3 months ago
#3846 - Add the possibility to skip migrations
Pull Request -
State: open - Opened by Dosenpfand 3 months ago
Labels: breaking
#3845 - chore: clean up no longer used imports
Pull Request -
State: closed - Opened by tisonkun 3 months ago
#3844 - Raise libsqlite3-sys dependency from 0.30 to 0.31
Pull Request -
State: open - Opened by dtolnay 3 months ago
- 6 comments
Labels: breaking:MSRV
#3843 - Unable to Connect to StarRocks in Version 0.8.5 (Works Fine in 0.8.3)
Issue -
State: open - Opened by scottxing 3 months ago
- 6 comments
Labels: bug, db:mysql, bug:db, db:third-party-compat
#3842 - feat: Add ExecuteEx::replace_arguments
Pull Request -
State: closed - Opened by lu-zero 3 months ago
- 1 comment
#3841 - Skipping/Faking Migrations
Issue -
State: open - Opened by Dosenpfand 3 months ago
- 1 comment
Labels: enhancement
#3840 - Fix docs.rs build of sqlx-sqlite
Pull Request -
State: closed - Opened by gferon 3 months ago
#3839 - Provide a `replace_arguments` dual to `take_arguments
Issue -
State: open - Opened by lu-zero 3 months ago
Labels: enhancement
#3838 - Add support for compio async runtime
Issue -
State: open - Opened by vfosnar 3 months ago
- 1 comment
Labels: enhancement
#3837 - Improve documentation on insertion using user-defined types
Issue -
State: open - Opened by 90degs2infty 3 months ago
Labels: bug
#3836 - Setting `SQLX_OFFLINE=true` in `.env` breaks `cargo sqlx prepare --workspace`
Issue -
State: closed - Opened by mikeparisstuff 3 months ago
- 4 comments
Labels: bug
#3834 - impl IntoArguments for Arguments
Issue -
State: closed - Opened by hxzhao527 3 months ago
Labels: enhancement
#3833 - sqlx-core: impl IntoArguments for Arguments
Pull Request -
State: closed - Opened by hxzhao527 3 months ago
- 1 comment
#3832 - Add pg connection options creation without environment
Pull Request -
State: open - Opened by mbj 3 months ago
- 3 comments
#3830 - build: drop unused `tempfile` dependency
Pull Request -
State: closed - Opened by paolobarbolini 3 months ago
#3829 - query! macro not detecting NOT NULL
Issue -
State: open - Opened by thejozika 3 months ago
Labels: bug
#3827 - MySQL Test Database Setup Failure in [email protected]
Issue -
State: closed - Opened by yutak03 3 months ago
- 4 comments
Labels: bug
#3825 - [email protected]` broke test fixture setup
Issue -
State: closed - Opened by CodingAnarchy 4 months ago
- 2 comments
Labels: bug, regression
#3824 - Hotfix 0.8.5
Pull Request -
State: closed - Opened by abonander 4 months ago
#3823 - `[email protected]` broke `.env` default resolution mechanism
Issue -
State: closed - Opened by vegardgs-ksat 4 months ago
- 7 comments
Labels: bug, regression
#3822 - Semver breaking change released in patch version bump
Issue -
State: closed - Opened by spencewenski 4 months ago
- 1 comment
Labels: bug
#3821 - groundwork for 0.9.0-alpha.1
Pull Request -
State: closed - Opened by abonander 4 months ago
Labels: breaking
#3820 - Breaking change added in minor release
Issue -
State: closed - Opened by TheDrJosh 4 months ago
- 2 comments
Labels: bug
#3819 - 0.8.4 release
Pull Request -
State: closed - Opened by abonander 4 months ago