Jiří Slischka
Jiří Slischka
#84 BC break: - yes, you need enable in cofig to register reset command missing: - Updated doc - Test where reset command is not registred
Why: To protect production environment from destructive behaviors Solutions: 1. BC break but safer config example: `enableResetCommand: true # default: false` 2. Not BC break but less safer config example:...
Extract values should be also possile from objects implementing ArrayAccess. BC break: No New feature: Yes If you implement own collection or you want to extract values maybe from \Nette\Database\IRow....