RE: [Hibernate] Sybase11_9_2Dialect

2004-01-12 Thread Lee, Michael.J
Hi, Gavin: Sybase started to include the support for ANSI-92 in Version 12. In my company, we are still using version 11 so sybase dialect fails if you start to use 'outer-join' There are two solutions to this. First one is turning off the outer join in property file. Second one is using a

[Hibernate] FULL OUTER JOIN - SYBASE 11

2003-12-24 Thread Lee, Michael.J
Hi, Recently, I started to Hibernate at work after playing with it @ home on and off for more than 6 months. At home, I use MySQL but at work, we use Sybase 11.92. I ran into a huge problem with "OUTER" join syntax generation when using Sybase 11 - b/c it does not support ANSI/92 syntax. I was