diego torres
diego torres
The example uses mysqli, if you transform it to use PDO I could certainly include it. yup, add that to the class as a restore method > > >
Thanks for using it. The exclude table list supports exactly what you want, using regular expressions For the include table, support for r hasn't been added yet. If you find...
I think we should better rollback this commit. I appreciate backwards compatibility.
> Will be good to add debug or verbose mode, that will dump all generated > SQL queries to console before executing. > Very often dump process generates the SQL...
There is an include_tables option that allows you to define the name of the tables to dump. Regarding the period, if your table has a date field, you could use...
> I would love if I could use an existing PDO commection and Mysqldump could just use the existing connection to handle the dumps. I agree with you, I also...
> > > We can clone the existing PDO and place out own serttings. > If you consider providing a pull request, please reopen the issue. -- -- Use of...
Thanks for your contribution, are you able to share a small table dump and a list of options for mysqldump-php that would lead to this bug? I would like to...
I'm not sure if this will fail if you request a view without its parent table. Did you test it?
IMHO if the user mistakenly provides a non-existing view, program should fail. So I will do some tests and merge this ASAP.