fix: chunked processing, concat sql statements with parameters
This commit is contained in:
parent
b3e3eb7270
commit
55e33a87b1
5 changed files with 231 additions and 292 deletions
7
Cargo.lock
generated
7
Cargo.lock
generated
|
@ -182,6 +182,12 @@ version = "0.4.1"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
||||
|
||||
[[package]]
|
||||
name = "hex"
|
||||
version = "0.4.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
||||
|
||||
[[package]]
|
||||
name = "hkdf"
|
||||
version = "0.12.4"
|
||||
|
@ -495,6 +501,7 @@ dependencies = [
|
|||
"base64",
|
||||
"console_error_panic_hook",
|
||||
"ctr",
|
||||
"hex",
|
||||
"hkdf",
|
||||
"hmac",
|
||||
"js-sys",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue