mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-02-01 01:26:19 +00:00
3a75e8aa72
The `records` and `schema` options should work when using execute(). Previously they were not working. Furthermore, the records option did a non-sensical thing where it both set import=>records and generated static records from the live table. The `records` option now enables the generation of static data from a live table, as I think this is a more common scenario. Refs #8693 |
||
---|---|---|
.. | ||
CommandTaskTest.php | ||
ControllerTaskTest.php | ||
DbConfigTaskTest.php | ||
ExtractTaskTest.php | ||
FixtureTaskTest.php | ||
ModelTaskTest.php | ||
PluginTaskTest.php | ||
ProjectTaskTest.php | ||
TemplateTaskTest.php | ||
TestTaskTest.php | ||
ViewTaskTest.php |