Klemen Tusar
Klemen Tusar
Looks like the key name `origin` is problematic. Check if it's a reserved keyword https://dev.mysql.com/doc/refman/8.0/en/keywords.html
Hmm, looks like an index issue or the lack of the index's `"origin"` key. Can you quickly run these SQLite commands ```sql PRAGMA index_list("stock"); PRAGMA index_list("device"); PRAGMA index_list("shop"); ``` and...
I can't replicate your error. The conversion works just fine on my end resulting in this MySQL db ```sql -- MySQL dump 10.13 Distrib 8.3.0, for macos14.2 (arm64) -- --...
Hi, I'll need a bit more info to help you out here. You can start by supplying the DDL and some sample data. Additionally you could also try to use...
> Without transferring foreign key is not a solution. I want to data migrate as it is without any change into the data. I don't see why. It **won't change**...
> Can you please explain me bit more about Without transferring foreign key. As the manual / help text says, you use the tool with this switch ``` -X, --without-foreign-keys...
@edgarfroes @artsooter disable Impeller and it will be fixed. You might also try to play around with the latest Flutter master branch, as this PR https://github.com/flutter/engine/pull/52978 **might** have fixed it.
This fork from 1.9.11 (BSD 2-Clause) seems up-to-date https://github.com/KaiaHealth/IOSSecuritySuite ```ruby pod 'IOSSecuritySuite', :git => 'https://github.com/KaiaHealth/IOSSecuritySuite.git', :tag => '1.9.15' ```
> However, you probably want to avoid this due to https://github.com/jeroentrappers/flutter_jailbreak_detection/issues/61 🤯 Check https://github.com/jeroentrappers/flutter_jailbreak_detection/issues/61#issuecomment-2098606752 for a BSD 2-Clause solution.
@jeroentrappers can you please review this once you get a breather? 😊