vdechef

Results 29 comments of vdechef
trafficstars

@JBuijgers thanks. But my problem is with an unknown number of columns. When you know the number of columns in your table, you can iterate "vertically", as shown in your...

@PetterS I think I saw something similar in previous issues : there is a bug with the way enums are handled. I should have fixed it in #71, so you...

Nice 👍 I confirm that your problem is due to the "enum" bug : your field named `value_enum` was parsed incorrectly by mysql2sqlite. So using #71 would solve it. I...

> > > Thanks for the PR. It look good to me. Please try to address my comments or discuss them and then I'll merge it 😉. OK, I will...

I think I'm done. * I updated the code with your remarks, and added the comments you asked for * I replaced BIT with BLOB (but I did not remove...

So I just changed the unit tests to match what you wanted. I also took one of the examples you had written, just to be sure that it would work...

While testing [a Node.js replacement for mysqldump](https://github.com/bradzacher/mysqldump), I realized that the regex used to handle `VALUES(...)` statement could easily be improved to be compatible with this library. So I made...

> To answer your question - yes, I definitely want to merge this PR! Nice, I will continue to improve it when needed. > Any good reasons for that? If...

This has direct conflict with PR #71.

I just stumbled over this problem, and I was really relieved to find this thread. Thanks to dumblob's post, I fixed the problem locally in my repo, by replacing the...