Hi, trying Bookline example with MySQL 5. I set in MySQL foreign key for author_id in books table to id in authors table ON DELETE cascade. When I delete author via Ak application with certain author_id in Books is being updated to NULL insted of delete the record. Via phpMyAdmin it works fine. Is it a bug?