I'm not sure what you mean by schema. But i'm using the code straight
out from the turbine cvs. Just in case it is pertinent, the tables on my
postgresql server are all in lowercase even though i ran sql code in
upper case.
eumir
[EMAIL PROTECTED]
John McNally wrote:
>
> 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]
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]