mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-29 06:31:11 +00:00
Added regexp support in sqlite (#2189)
* CHANGELOG: mention that users should upgrade CLI * Added regexp support in sqlite * Added a with_regexp function to sqliteconnectoptions * Fixed tests * Undo CHANGELOG.md change --------- Co-authored-by: Austin Bonander <austin.bonander@gmail.com> Co-authored-by: Victor Koenders <victor.koenders@qrtech.se>
This commit is contained in:
@@ -70,7 +70,6 @@ futures-intrusive = "0.4.0"
|
||||
futures-util = { version = "0.3.19", default-features = false, features = ["alloc", "sink", "io"] }
|
||||
generic-array = { version = "0.14.4", default-features = false, optional = true }
|
||||
hex = "0.4.3"
|
||||
|
||||
log = { version = "0.4.14", default-features = false }
|
||||
memchr = { version = "2.4.1", default-features = false }
|
||||
num-bigint = { version = "0.4.0", default-features = false, optional = true, features = ["std"] }
|
||||
|
||||
Reference in New Issue
Block a user