sqlmancer
sqlmancer copied to clipboard
Ability to specify default and maximum limit values
Sqlmancer should provide a way to enforce maximum values when calling the limit
method, as well as a default limit value that could be set if the method is never called. This should be configurable globally with the ability to override it for individual fields via the @limit
directive.