[Phpmyadmin-devel] pma_history and table&db

Hi all in all our tables we use db_name and table_name, however in history there is just db and table. This causes problem when somebody exports it without backticks (support #1326579 [1]). Do you think we should switch pma_history to db_name and table_name? It would mean including backward compatibility code to work with both situations. 1.https://sourceforge.net/tracker/index.php?func=detail&aid=1326579&group_id=2... -- Michal Čihař | http://cihar.com

Michal Čihař wrote:
Hi all
in all our tables we use db_name and table_name, however in history there is just db and table. This causes problem when somebody exports it without backticks (support #1326579 [1]). Do you think we should switch pma_history to db_name and table_name? It would mean including backward compatibility code to work with both situations.
why bc? isnt there an update script for the pma-db? btw.: we should save the pma db version somewhere in the pma db
1.https://sourceforge.net/tracker/index.php?func=detail&aid=1326579&group_id=2...
-- Sebastian Mendel www.sebastianmendel.de www.sf.net/projects/phpdatetime | www.sf.net/projects/phptimesheet

On Tue 18. 10. 2005 10:54, Sebastian Mendel wrote:
why bc? isnt there an update script for the pma-db?
None was needed yet (with exception of MySQL 4.1).
btw.: we should save the pma db version somewhere in the pma db
You're right, it should be easy to find out. -- Michal Čihař | http://cihar.com
participants (2)
-
Michal Čihař
-
Sebastian Mendel