Wow, I can't think of anything that could cause this unless the SerializationHandler
is doing something strange. I just looked at the source between 2.6 ans 2.5.1.
The method SQLDocument#addRowToDTMFromResultSet( ) and DTMDocument#getStringValue()
look the same. addRowToDTMFromResultSet builds up nodes passing in the Object from
the current resultSet and getStringValue just calls toString() on that object. Can you set up you test environment again and breakpoint on addRowToDTMFromResultSet
~ line 899 and inspect the contents of the Object that is saved in the DTMDocument.


-JG



Phil Friedman wrote:

2.6.0 continues the behavior of 2.5.2.

Regards, Phil Friedman - Terralink Software - 1-207-772-6500 x101


Phil Friedman wrote:

if I have a database varchar column with a value like:

"Infectious substances, affecting humans
6.2, UN2814 (discarded blood borne pathogens)
"

when I use text() on $Qy/sql/row-set/row/col I get:

"Infectious substances, affecting humans

6.2, UN2814 (discarded blood borne pathogens)

"

Note that there are two extra 
 characters.

This seems to have changed behavior between 2.5.1 and 2.5.2.

Is this a bug or feature? Any suggestions on working around this?


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to