dependabot[bot]
775a8bcc5e
chore(deps): bump mio from 0.8.8 to 0.8.11 in /tests/rust
...
Bumps [mio](https://github.com/tokio-rs/mio ) from 0.8.8 to 0.8.11.
- [Release notes](https://github.com/tokio-rs/mio/releases )
- [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md )
- [Commits](https://github.com/tokio-rs/mio/compare/v0.8.8...v0.8.11 )
---
updated-dependencies:
- dependency-name: mio
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-03-04 21:59:44 +00:00
Lev Kokotov
e76d720ffb
Dont cache prepared statement with errors ( #647 )
...
* Fix prepared statement not found when prepared stmt has error
* cleanup debug
* remove more debug msgs
* sure debugged this..
* version bump
* add rust tests
2023-11-28 21:13:30 -08:00
dependabot[bot]
51cd13b8b5
chore(deps): bump webpki from 0.22.0 to 0.22.2 in /tests/rust ( #609 )
...
Bumps [webpki](https://github.com/briansmith/webpki ) from 0.22.0 to 0.22.2.
- [Commits](https://github.com/briansmith/webpki/commits )
---
updated-dependencies:
- dependency-name: webpki
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-02 15:30:42 -07:00
Lev Kokotov
c7d6273037
Support for prepared statements ( #474 )
...
* Start prepared statements
* parse
* Ok
* optional
* dont rewrite anonymous prepared stmts
* Dont rewrite anonymous prep statements
* hm?
* prep statements
* I see!
* comment
* Print config value
* Rewrite bind and add sqlx test
* fmt
* ok
* Fix
* Fix stats
* its late
* clean up PREPARE
2023-06-16 12:57:44 -07:00