Hi there!

I have a customtype called "episodes" which extends
"farcry.core.packages.types.types".
So "episodes" inherits a property called "label".
In episodes.cfc I also define <cfproperty name="text" ... /> and
<cfproperty name="teaser" ... />.

When I check the database, I see that the column "label" contents the
values of colums "teaser" and "text".

My questions:
What was "label" original made for?
Does it automatically merge the contents of values named "text" and
"teaser"? What for?

My problem:
The column "label" is (VARCHAR 255)...
at the moment, the sum of the content of "teaser (LONGCHAR)" and "text
(LONGCHAR)" is more than 255 characters (which is ... always), an
error is thrown: "Data truncation: Data truncated for column 'label'
at row 1"

Any idea for a workaround (or the answers to the questions above) or
do I have a mistake in my understanding?
Thanks!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"farcry-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to