gary clark wrote:
> Exceeding that limit caused it to break.
You're going to have to provide a test case for this. With this vague
report of yours, I don't even know what "it" is, or what constitutes
this "break". I can think of a dozen questions I could ask to clarify
this, but I'd rather just see it here.
> Could somebody please enlighten me on the maximum
> sizes of column types.
MySQL++ imposes no explicit size limitations. If something's breaking,
my instinct is that it's a MySQL limitation, or you're running out of
memory somewhere. If you have the memory and MySQL allows you to store
it, MySQL++ should allow you to access it.