Skip to content

Improving support for CREATE PROCEDURE #1902

Open
@ZacJW

Description

@ZacJW

sqlparser-rs currently doesn't have great support for CREATE PROCEDURE statements, leading to parser errors when I pass in valid SQL. I'd like to work on improving this (I've already started on my fork).

What's the project's ideal vision for how this would be handled? Stored procedures are the kind of thing that can be very RDBMS specific. Do you just want the AST to cover what's in the standard, but the dialects to accept but discard additional options?

The first fix which will be ready to go once I've written tests is #1901, support for what PostgreSQL calls argmode and the standard calls parameter mode.

PRs

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions