Tags: vlulla/sqlglot
Tags
Fix(bigquery)!: parse information schema views into a single identifi… …er (tobymao#4336) * Fix(parser)!: always parse INFORMATION_SCHEMA.X table ref into a dot * PR feedback * Refactor: produce a single identifeir for information schema view * Fix(parser)!: always parse INFORMATION_SCHEMA.X table ref into a dot * PR feedback
Fix(clickhouse)!: time string literals containing fractional seconds (t… …obymao#4269) * Cast to DateTime64 if fractional seconds present * Remove unnecessary datetime.datetime handling * Use regex to detect microseconds in time literal * Make nullable if passed a column instead of a string literal * Make some tests conditional on python version * Simplify * Always return DateTime64(6) from TimeStrToTime * Remove unnecessary typing import block * PR feedback
fix(optimizer)!: Add type hints for optimizer rules eliminate & merge… … subqueries (tobymao#4267) * fix(optimizer): Add type annotations for eliminate & merge subqueries * PR Feedback 1 * PR Feedback 2
Fix: small overload fix for ensure list taking None (tobymao#4248)
Fix: Attach CTE comments before commas (tobymao#4218) * Fix: Attach CTE comments before commas * PR Feedback 1 * PR Feedback 2
Fix: properly escape closing identifier delimiters (tobymao#4202)
PreviousNext