Akelos Framework v1 forum archive. This forum is no longer maintained. To report bugs please visit https://github.com/akelos/akelos/issues
    • CommentAuthordimao
     
    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?