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: add missing nulls_not_distinct property to IndexStmt transformer
- Add nulls_not_distinct property handling in v15-to-v16 IndexStmt transformer
- Enable previously skipped CREATE INDEX test cases with NULLS NOT DISTINCT
- Fixes transformer failures for create_index-72.sql, create_index-83.sql, create_index-85.sql, create_index-184.sql
Co-Authored-By: Dan Lynch <[email protected]>
[13,14,"latest/postgres/create_function_sql-91.sql","AST transformer bug - converts FUNC_PARAM_DEFAULT to FUNC_PARAM_IN in CREATE FUNCTION statements with default parameter values"],
94
94
[13,14,"latest/postgres/create_function_sql-90.sql","AST transformer bug - converts FUNC_PARAM_DEFAULT to FUNC_PARAM_IN in CREATE FUNCTION statements with default parameter values"],
95
95
[13,14,"latest/postgres/create_function_sql-115.sql","AST transformer bug - incorrectly adds parameter names to objfuncargs in DROP FUNCTION statements"],
0 commit comments