Hi @digilist,
I am trying to add custom DBAL Types before executing the dump() command. To do this I am extending the DumpCommand and overriding the execute method. I need to call the parseConfig() method to do this but unfortunately this is a private method. Could this be made protected?
If there is an easier way to add custom DBAL Types that avoids having to do this, please let me know.
Thanks for creating SnakeDumper, it is a very useful piece of software.
Dara.
Hi @digilist,
I am trying to add custom DBAL Types before executing the dump() command. To do this I am extending the DumpCommand and overriding the execute method. I need to call the parseConfig() method to do this but unfortunately this is a private method. Could this be made protected?
If there is an easier way to add custom DBAL Types that avoids having to do this, please let me know.
Thanks for creating SnakeDumper, it is a very useful piece of software.
Dara.