Closed jachymsol closed 7 months ago
Hi @totem3, thanks for triaging this issue. We have addressed it with a PR at goccy/go-zetasqlite#112
This can be closed now that goccy/go-zetasqlite#112 has been merged.
Thank you. I have confirmed that this has been fixed since version 0.6.0, so I will close this issue.
This has the consequence that calling LOWER() on a column with type STRING which also contains NULL values throws an error. In BigQuery, LOWER(null) = null.