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
When run $this->execute() the sql update xxxx set desc='xxxx xxxxx', it can't work properly cuz Ruckusing_Migration_Base::split_query split that sql into three parts.
The text was updated successfully, but these errors were encountered:
Interesting. Yes I can see this being an issue since split_query is naive. We might have to implement an option to execute like array('split' => false) in those instances where you are sure you don't want any splitting to occur.
When run $this->execute() the sql
update xxxx set desc='xxxx xxxxx'
, it can't work properly cuzRuckusing_Migration_Base::split_query
split that sql into three parts.The text was updated successfully, but these errors were encountered: