Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Custom Data Types #16

Open
DaraDolan opened this issue Mar 1, 2019 · 1 comment
Open

Adding Custom Data Types #16

DaraDolan opened this issue Mar 1, 2019 · 1 comment

Comments

@DaraDolan
Copy link

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.

@digilist
Copy link
Owner

digilist commented Mar 3, 2019

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 00ba953). If there are any problems with this, could you give me further information so that I could try to fix it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants