Skip to content

fix: verify dml in proc_cas before it is added to raft log

Georgy Moshkin requested to merge gmoshkin/cas-dml-verification into master

Summary

  • fix: verify dml in proc_cas before it is added to raft log

Close #...

Ensure that

  • New code is covered by tests
  • API is documented
  • Changelog is up to date
  • (if Lua API changed) Lua API version is bumped in luamod.rs
  • (if necessary) A follow-up doc issue is created in picodata/docs and linked here

Merge request reports