partiql / partiql-lang-kotlin

PartiQL libraries and tools in Kotlin.
https://partiql.org/
Apache License 2.0
539 stars 62 forks source link

Support for `INSERT INTO <qualified identifier>` #1595

Open johnedquinn opened 2 months ago

johnedquinn commented 2 months ago

Requested Solution/Feature

Additional Context

DoD (Definition of Done)

hpolloni commented 1 month ago

Hey, although we would like to have planner and parser support for this feature. I think that at least fixing the grammar to support qualified identifiers would be a great first step.

dlurton commented 1 month ago

In https://github.com/partiql/partiql-lang-kotlin/pull/1592, I didn't account for dotted targets in https://github.com/partiql/partiql-lang-kotlin/pull/1592 either, darnit. (record dml_target (identifier identifier)) should have been (record dml_target (* (identifier identifier) 1)).