Skip to content

FEAT: Support a variety of parameter types per syntax type #55

@rathboma

Description

@rathboma

For example, Postgresql supports:

  • $1
  • :paramname

SQLite: https://www.sqlite.org/c3ref/bind_blob.html

  • ?
  • ?NNN
  • :VVV
  • @vvv
  • $VVV

MySQL:

More research needed on the others

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