partiql / partiql-lang

The PartiQL language specification
https://partiql.org/partiql-lang
Other
9 stars 1 forks source link

[RFC] SQL parameter handling #55

Open am357 opened 2 years ago

am357 commented 2 years ago

As PartiQL maintainer I want to flesh out how PartiQL should handle SQL parameters so that it can be considered as a basis for implementation.

Example

SELECT ?, f.a from foo f where f.bar = ? and f.spam = 'eggs' and f.baz =

DoD