Army wrote:
> Daniel John Debrunner wrote:
>
>>> <>
>>> Just one comment that limiting REMARKS to 128 characters for
>>> getProcedures is too limiting. Java method names with the complete
>>> package name and possible signature can easily exceed 128 characters.
>>> Maybe limit to the maximum VARCHAR length.
>>
>>
>
> Should it be max VARCHAR length _just_ for the "getProcedures" query,
> which is the only one that seems to actually return a value, or should I
> use the max VARCHAR length for the queries that return an emtpy REMARKS
> string (''), as well, for consistency?
I think the empty hardcoded remarks ('') could remain as varchar(128).
Dan.
|