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
{{ message }}
This repository was archived by the owner on Jul 7, 2023. It is now read-only.
The behaviour checks the fields being saved or found for the fields specified above. If any are found they are removed and stored internally. On a save call, $Model->processData($fieldName, $data) is called to allow further processing. After the main call further calls are done to find/save the BLOB or CLOBs.
Upgrades to do:
Let the Behaviour automatically determine BLOB/CLOB fields.
Also cope with LOB fields (Will be coupled with a slightly re-written datasource).
Finally - rewrite the datasource to cope with BLOB, CLOB and LOB fields, making this behaviour obsolete.