Ok I made a quick fix, not sure if it causes other problems but it works:
since CF complains about value being undefined, just before where value is
being returned in /transfer/com/sql/SQLValue.cfc I add
value = Iif(IsDefined("value"),"value","''");
So whenever a value in the column being retrieved is NULL / "" (in the
retrieved query), I assign "" to the columnvalue. Probably overwriting the
assigned nullvalue in Transfer.xml but I don't use that anyway.
Marc
--
--
Before posting questions to the group please read:
http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer
Try out the new Transfer ORM Custom Google Search:
http://www.google.com/cse/home?cx=002375903941309441958:2s7wbd5ocb8
You received this message because you are subscribed to the Google Groups
"transfer-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/transfer-dev?hl=en
---
You received this message because you are subscribed to the Google Groups
"transfer-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.