databend icon indicating copy to clipboard operation
databend copied to clipboard

Feature: Enhancing Stored Procedures

Open TCeason opened this issue 5 months ago • 0 comments

TODO List for Stored Procedures

  • [ ] Implement Drop procedure if exists https://github.com/datafuselabs/databend/pull/16500
  • [ ] True support for Create or replace procedure at the meta layer https://github.com/datafuselabs/databend/pull/16500
  • [ ] Error handling for parameter redefinition within Create Procedure
  • [ ] Dynamic schema adjustment for Call Procedure
  • [ ] Return type mismatch detection for Call Procedure
  • [ ] Support Desc procedure
  • [ ] Support Alter procedure (initially focusing on renaming)
  • [ ] Allow Call Procedure within executable statements
  • [ ] Potential introduction of a resultset type for better return table support
  • [ ] Procedure permission management (low priority)

TCeason avatar Sep 23 '24 11:09 TCeason