I am seeing some issues with admin and CRUD after upgrade - happens only for one table.
Updating a table through the admin interface does not work - no values are sent to database; but I get a 'Done' message. Likewise for the CRUD action in a controller. Database update works when executed in raw sql (MySQL). Minor issue - when crud/db admin interface checks for incomplete forms, it checks all radio buttons by default. Deleted a few records by mistake as I did not see the delete option checked. -Sebastian