Closed eschizoid closed 4 years ago
Is it the same as #174?
@AlekSi Yes, you want me to close this one?
Closing as duplicate of #174.
Ok, that's a somewhat different issue. Reopening. The proper fix is to log an error and continue to the next loop iteration there. PRs are welcome.
@AlekSi I think that this behavior (skipping failures) should be configurable. How you feel about adding an extra flag to comand-db
. Either way I can take the work, just checking what are your thoughts about it.
Is this flag still needed? I can give this a shot
I have a third party database that I cannot change it. Is there a way to silently fail and still generate the correct entities?
Something like the following:
https://stackoverflow.com/questions/38425835/reflecting-sqlite-database-with-spellfix1-tables
Edit: Even better, something like
--skip-tables
I think would be less invasive?