Commit Graph

2 Commits

Author SHA1 Message Date
Smita Kulkarni
d6aded79c7 Fixed expected error in test - Disallow array join in mutations 2022-12-20 20:08:58 +01:00
Smita Kulkarni
56fa477db6 Disallow array join in mutations
Implementation:
* Added a new parameter to ActionsVisitor::Data disallow_arrayjoin, which is set by MutationsIterator when it appends expression.
* ActionsVisitor uses disallow_arrayjoin and throws error when its used with mutations.
Testing:
* Added test for the same 02504_disallow_arrayjoin_in_mutations.sql.
2022-12-20 18:51:55 +01:00