Skip to content

feat: support DROP ROLE

Emir Vildanov requested to merge sql-drop-role into master

Summary

Support DROP ROLE in SQL API.

These changes were lost during CREATE/DROP ROLE MR merge. I propose to change f4458913 commit message to "CREATE ROLE".

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
Edited by Emir Vildanov

Merge request reports