Subject Re: [IB-Architect] Database names: Hair trigger
Author Bill Karwin
> From: "Jim Starkey" <jas@...>
> Maybe we could ditch the restriction? I suspect that the idea
> that a character string length is a short is pretty pervasive,
> but sure would be nice to phase out the idea that strings are
> < 65K.

That'd be great!

By the way, I want to be clear what I meant: the limit I was talking about
is on the length of a SQL statement, including all literal strings therein.
So regardless if you permit 1MB string literals or whatever, there is
currently a hard limit on the total length of the "INSERT" statement in
DSQL, so you wouldn't be able to specify literal strings for multiple fields
anyway.

It'd be great to remove this SQL statement length limitation. It has bitten
InterBase occasionally.

Bill Karwin