Didier Bretin

Greenhorn
+ Follow
since Jun 18, 2008
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Didier Bretin

Finally I updated from version 3.0.5 to version 3.2.6 and it works. It's a good news. Now I have a problem with timestamp .
Hi,

I'm trying to port a postgresql database to oracle and I have the problem of boolean field. Under oracle I have char(1) field. I tried to use the "true_false" type I setup in my .hbm.xml files.

When I try to execute my application the sql generated contained my_field = true and not my_field='t'.

Did I forgot to change something ?

Regards