Max Chadwick

Results 32 comments of Max Chadwick

I did a bit at one point, but didn't get anywhere meaningful with it.

I'm OK with the additional raw providers, don't understand the other changes and want to keep the Magento 2 config bundled into the binary

By the way, for bindata I found that there's an issue with the `Makefile` build on Go 1.18, which might have been what you were experiencing. It should build with...

@olegstepura - I'm glad to hear you're using it on your project. Having the Magento config bundled is a convenience for anyone using the tool with Magento. If there were...

Would it be possible to share the contents from your mysqldump file that causes this to reproduce? Understand sharing a full dump file could definitely have some privacy concerns but...

I just published and update (v0.6.2...https://github.com/mpchadwick/dbanon/releases) which will maybe help. Specifically this change https://github.com/mpchadwick/dbanon/commit/c16d6e1e1cdbcbc0aef956eb35f4292adc19c4eb It's hard for me to know without having a copy of the the INSERT statement that...

Would it be possible to share the contents from your `mysqldump` file that causes this to reproduce? Understand sharing a full dump file could definitely have some privacy concerns but...

I just published and update (v0.6.2...https://github.com/mpchadwick/dbanon/releases) which will maybe help. Specifically this change https://github.com/mpchadwick/dbanon/commit/c16d6e1e1cdbcbc0aef956eb35f4292adc19c4eb It's hard for me to know without having a copy of the the INSERT statement that...

Would it be possible to share the contents from your mysqldump file that causes this to reproduce? Understand sharing a full dump file could definitely have some privacy concerns but...

We will need to parse the `CREATE TABLE` to implement this which likely requires swapping out the sql parser (see: https://github.com/mpchadwick/dbanon/issues/2#issuecomment-718312360)