kev1n
kev1n
Select all tables with the "abc_" prefix, run a query and pass its result to setTableWheres() `SELECT table_name FROM INFORMATION_SCHEMA.TABLES WHERE table_schema = DATABASE() AND table_name like 'abc_%'`
I was also trying to export just one view "my_view" but didn't succeed. There are no tables in the output (as expected) but also not my view. ``` $dumpSettings['include-views'][] =...
Let's take the case when the underlying table(s) of the view already exist in the destination database. It would make perfect sense if you could just export a "CREATE VIEW"...
Where does the code prevent that (only) views can be exported? How to remove the limitation?
@zfmaster Is there an update from your side?
BTW, this happens just in the embedded mode: `define('FM_EMBED', true);`
Try using the latest ace version. replace https://cdnjs.cloudflare.com/ajax/libs/ace/1.4.12/ace.js with https://cdnjs.cloudflare.com/ajax/libs/ace/1.7.0/ace.js in [tinyfilemanager.php](https://github.com/prasathmani/tinyfilemanager/blob/master/tinyfilemanager.php)
Working URL: https://www.jura.ch/fr/Autorites/Coronavirus/Chiffres/Evolution-des-cas-COVID-19-dans-le-Jura.html
How/where do you check for a new version?
Yes, it looks like.