The SQLTransformer calls toLowerCase() on the column names when it
serializes them. I'm not sure what the reason for this is. Does anybody
know? Is it because case is driver dependent?
Brian
On Thursday, March 13, 2003, at 07:42 AM, Christian Haul wrote:
> On 13.Mar.2003 -- 10:35 AM, Guenther Schmidt wrote:
>> Hi all,
>>
>> is there a possibility to retrieve case sensitive column names, i.e.
>> result
>> tags.
>>
>> My "select * from rentObjects where ... " returns all column names
>> (result
>> tags) case insensitive.
>>
>> Is there a way to retrieve <maxNumberOfTenants>... instead of
>> <maxnumberoftenants>...... ?
>
> this purely depends on your jdbc driver. IOW probably not.
>
> Chris.
> --
> C h r i s t i a n H a u l
> haul@informatik.tu-darmstadt.de
> fingerprint: 99B0 1D9D 7919 644A 4837 7D73 FEF9 6856 335A 9E08
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: cocoon-users-unsubscribe@xml.apache.org
> For additional commands, e-mail: cocoon-users-help@xml.apache.org
>
|