mysql TEXT column

"Robert A. Decker" <[email protected]> Thu, 9 Apr 2026 18:23:59 +0200
Newsgroups gmane.comp.java.cayenne.user
Message-ID <[email protected]>
I have a mysql TEXT column. I notice the modeller isn't aware of that =
type. In the modeller should it be LONGVARCHAR or something like that? =
Right now I just have it blank in the dbentity and have it as a varchar =
object entity, but this isn't working.

right now, I'm getting an exception because it's converting the string I =
set on that variable into a stream, or a byte array... I'm not really =
sure. But even when I set it to a simple short string I get:
Incorrect string value: '\xAC\xED\x00\x05t\x00...'


Rob=