Klemen Tusar
Klemen Tusar
Hey @surapuramakhil I just tried it on macOS 14.3.1 running Docker v25.0.3 and MySQL v8.2.0 running locally on port 3306 and it worked just fine porting [this example database](https://github.com/ivanceras/sakila/blob/master/sqlite-sakila-db/sakila.db) using...
> but docker version didn't work So I gather your Docker setup is misconfigured?
Hey, I simply can'r reproduce it with any demo SQLite db. Could you maybe send me a snippet of your SQLite database? Maybe it holds some clues.
I'm sorry, maybe I wasn't clear enough. I need a sample of *your* database that is problematic, otherwise I can not help you.
> Got a solution to this? Porobably manually modifying the package's build.gradle file. :/
I have created PR #53 which fixes this issue. I guess you can reference it directly in your pubspec.yaml until it gets merged into master.
Hey! Have you tried any of these options: ``` -X, --without-foreign-keys Do not transfer foreign keys. -W, --ignore-duplicate-keys Ignore duplicate keys. The default behavior is to create new ones with...
> I'm currently testing it. Don't forget about unit tests 😇
The databases handle these datatypes differently and it was never my intention to automatically handle every edge case (like this one) with the tool. You have 3 options: 1. Use...
> Can you share instructions on how to perform 2nd Option. I tried that. code stated messing with schema So I have raised #105 I strongly suggest option 1.