MySQL does not allow column comments to be longer than 255 characters
and table comments longer than 60 characters.
I wrote a new Critic that checks these limits.
Any objection if I commit that?
Btw: why is get/setRemarks() not defined on SQLObject level?
Databases like Postgres or DB2 allow comments on any database object,
so from my perspective it would make sense to move get/setRemarks() to
SQLObject
> That's great! I'm very excited about having a Critic contributed already.
>
>
> Any objection if I commit that?
>
>
> Thomas O'Brien is in the middle of a refactoring (well, more like
> completion) of that API right now. There may be some breaking changes,
> but we can absorb them. So commit away!
It's comitted.
Regards
Thomas