Open johnedquinn opened 2 months 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.
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))
.
Requested Solution/Feature
Additional Context
main
currently do not have support for qualified identifiers. This should be addressed as part of this issue.v1
branch, however, this request is formain
's experimental planner implementation.DoD (Definition of Done)
INSERT INTO <qualified identifier>