Feature proposal #7243
Updated by krileon over 6 years ago
Implement handling of JSON based query objects in cbSqlQueryPart. ->children() is currently marked protected making it impossible to modify the children sql objects. This should change be changed to public to allow them to be modified and/or removed. This is necessary for CB Field Groups to control what table and column the WHERE statement handling children sql objects are querying against. As workaround the object can be cast to use JSON_EXTRACT if possible. array and rebuilt.