Open johnedquinn opened 2 months ago
Update the specification to make clear what it means by non-strings. Do we adopt SQL's wording of strings? Maybe we can clarify which wording. If it is Part 2, Section 4.1 of SQL:1999 I would not adopt that since it is discussing about the types rather than values.
Description
The PartiQL Maintainers had a discussion regarding the semantics of tuple construction when an attribute name expression evaluates to NULL/MISSING.
Summary & Outcome
Attribute names that evaluate to the null value are not allowed. In permissive mode, they'll be stripped from the tuple.
PartiQL Specification
Discussion Snippets
From @alancai98:
From @johnedquinn:
From @am357:
Action Item
Update the specification to make clear what it means by non-strings. Do we adopt SQL's wording of strings?