SnakeDumper icon indicating copy to clipboard operation
SnakeDumper copied to clipboard

Adding Custom Data Types

Open DaraDolan opened this issue 6 years ago • 1 comments

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.

DaraDolan avatar Mar 01 '19 16:03 DaraDolan

Hi Dara,

which version of SnakeDumper are you using? With version 0.2 I introduced automatic support for custom DBAL types, so that I think you must not configure anything (see 00ba95366c129dff397317d0b665bef318426ed4). If there are any problems with this, could you give me further information so that I could try to fix it?

digilist avatar Mar 03 '19 10:03 digilist