[Phpmyadmin-devel] about PMA_setHistory()
Marc Delisle
Marc.Delisle at cegepsherbrooke.qc.ca
Sat Jul 5 16:00:36 CEST 2008
Hi,
is it intended behavior that, when I insert via the interface, the
statement is saved into history, but when I update it is not?
This happens because in libraries/footer.inc.php, after an insert,
$GLOBALS['sql_query'] contains the INSERT statement but after an update,
it usually contains a SELECT that fetches the current result set.
Marc
More information about the Developers
mailing list