-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: Problem With Postgresql 8.4
PostPosted: Wed Aug 05, 2009 6:06 am 
Newbie

Joined: Wed Aug 05, 2009 6:01 am
Posts: 2
Hi,

I'm having problems with postgresql 8.4 and hibernate.
I have this table tbl_user but i have a problems.

The database's name is moonstone and i created a schema under it named cctilos.

the query that hibernate produces looks like this

update cctilos.tbl_user set is_login = 0

it always says that is_login column does not exist.

When i try to run it using pgadmin
it also says the same thing so what i do is

i use

update cctilos.tbl_user set "is_login" = 0

and it works
how do i tell hibernate to include double quotations for columns or is there a better way for doing this,

thanks
carlo


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.