Hello, I'm running into a little issue while using auto_validations plugin on varchar columns that have a length of MAX.
This happens to be in MSSQL. It looks like the call for CHARACTER_MAXIMUM_LENGTH from INFORMATION_SCHEMA returns a -1 for MAX columns in the schema_parse_table method. This is causing the auto_validations to reject any values that are greater than -1 in length, and if the column is non-nullable it will prevent the record from saving. Do you know if there a good solution to work around this systemically? Thanks! -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sequel-talk. For more options, visit https://groups.google.com/d/optout.
