Jaguar-dart / jaguar_orm

Source-generated ORM with relations (one-to-one, one-to-many, many-to-many), preloading, cascading, polymorphic relations, etc
https://jaguar-dart.github.io
BSD 3-Clause "New" or "Revised" License
217 stars 52 forks source link

Issue 123 #137

Closed mbartnik closed 5 years ago

mbartnik commented 5 years ago

Fix for issue #123. Needs some refactoring before merging, like changing jaguar_orm dependency in generators pubspec.yaml to the new version with changes from this PR and fixing the "Mismatching association type!" check in parser.dart. I couldn't find a good place to make that check, need some help with that :) @tejainece

tejainece commented 5 years ago

Thanks for the PR! The fixes for this particular issue are already in main branch. If you have other minor changes, please submit a PR.