You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix parser/explain issues and enable 11 tests (#21)
Parser changes:
- Add Function field to DropQuery for DROP FUNCTION support
- Track dropFunction flag in parseDrop()
Explain output fixes:
- Add explainRenameQuery for RENAME TABLE statements
- Add DropFunctionQuery handling in explainDropQuery
- Add database-qualified DROP TABLE format (db.table)
- Fix ceil function name: change ceiling->ceil mapping
- Add ArrayAccess and TupleAccess support in explainAliasedExpr
Tests enabled:
- 00140_rename
- 00157_cache_dictionary
- 00161_rounding_functions
- 01129_dict_get_join_lose_constness
- 02125_recursive_sql_user_defined_functions
- 02126_identity_user_defined_function
- 02148_sql_user_defined_function_subquery
- 02960_partition_by_udf
- 03033_index_definition_sql_udf_bug
- 03165_round_scale_as_column
- 03215_udf_with_union
0 commit comments