Editor: Is InnoDb essential?
Editor: Is InnoDb essential?
Is InnoDb an essential requirement for the Editor with joined tables? I ask because my deletes do not remove the child records from my (MyISAM) tables. I might be missing something else, but I thought I'd check this first.
Incidentally, if InnoDb *is* required, I would expect to see it mentioned in the Editor's docs.
Incidentally, if InnoDb *is* required, I would expect to see it mentioned in the Editor's docs.
This discussion has been closed.
Replies
I'm not sure what would cause that discrepancy to be honest. Is there anything indicated in the PHP or MySQL error logs?
Allan
I'll look into other possibilities.
Call to undefined method DataTables\Database\DriverMysqlQuery::where_group() in ....\php\lib\Editor\Join.php on line 595
I'm deleting a record with various joins, but the problem seems to be specific to the "releasenotes" table which is joined to the master ("nb_releases") via the master id.
Having deleted, I then need a browser refresh to display the "new" table. The master record is gone, but the child record remains in the "releasenotes" table.
Debugger ref. ezesew.
This was a new method in the 1.2.4 libraries. When you updated the Editor and Join classes, did you also update the Database classes?
Thanks,
Allan
Thank you, and my apologies.