Hi
Dne Sun, 12 Jul 2009 21:10:34 +0200 Alexander Rutkowski alexander.rutkowski@googlemail.com napsal(a):
I hope you are happy about the new Tracker, please send me your feedback. I need it for a successful progress.
Comments on patch:
- Do not mess up end of lines. - Does the tracker need to create copy of configuration (pma_db, pma_table)? - You don't need to change active database before all your queries, just use full table name. - You should use control user connection for all operations in pma_db (PMA_query_as_controluser). - You should use sql parser rather than creating own way to detect statement types.