Are the columns defined as uppercase in your schema?

mango parts wrote:
> 
> I am running the lastest cvs version of turbine with postgres. I have
> encountered problems retrieving the field values from the TurbineUser
> class, calling getUserName(), getLastName(), or getFirstName() would
> always return null even though there was valid data. Doing further
> research, I've found that the problem was in the keys of the hashtable
> that was storing the data values. Postgres was using lower case column
> names and the TurbineUserPeer column names where in upper case. To fix
> the problem, I changed the keys to upper case when they are added and
> removed to the hash table.
>


------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to