Closed MoSheikh closed 3 weeks ago
No problem, appreciate the team's work. And thank you for the quick turnaround.
@Fokko Not to rush, but was wondering was the timeline typically is for a fix like this to get merged in and released? Thank you :)
we're in the process of releasing 0.8. We could include this PR
we're in the process of releasing 0.8. We could include this PR
Would appreciate that, thank you! I just removed that comment I missed.
Currently,
row_filter
expressions involving aboolean
expression fail. This pull adds in the already-defined boolean literals as part of the list of parsed literals.In addition, identifiers can now be defined with double quotes (
"
) as part of the SQL spec.