Open Issues Need Help
View All on GitHub Overriding create commands is incompatible with factories about 2 months ago
AI Summary: The task is to fix a bug in the `rom-factory` gem where overriding the relation's `create` command with a custom command (specifically `ROM::SQL::Commands::Create`) causes factories to crash. The issue stems from a mismatch in the return value of the default and overridden `create` commands. The solution involves either modifying `rom-factory` to handle the differing return types or adjusting the custom command to match the default's interface.
Complexity:
4/5
bug help wanted
Data generator with support for persistence backends
Ruby
#data-generator#rom-rb#sql