Skip to content

Draft: feat!: update SQL C API for prepare and unprepare

Denis Smirnov requested to merge sd/unprepare into master

Summary

  • feat!: update SQL C API for prepare and unprepare

We need to unprepare the statements from the same session where they were prepared.

Ensure that

  • New code is covered by tests
  • API is documented
  • Changelog is up to date
  • Version is bumped in the appropriate Cargo.toml files

Merge request reports