Re: [Hibernate] 3.0.2

2005-04-23 Thread Christian Bauer
On Apr 23, 2005, at 7:54 AM, Gavin King wrote: Are we good for a 3.0.2 release this weekend? Nope, have to finish new tutorial. --- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real

[Hibernate] Quoted schema names...

2005-04-23 Thread Aleksandar Vidakovic
Salut all, I had problems with schemas containing a dash in the name. SchemaExport fails e. g. with a schema name like "component-security" on postgresql (I'm sure that this is an issue on other DB systems, too). When I looked into hibernates source I saw that table names can be quoted with backti

Re: [Hibernate] Quoted schema names...

2005-04-23 Thread Max Rydahl Andersen
On Sat, 23 Apr 2005 17:15:15 +0200, Aleksandar Vidakovic <[EMAIL PROTECTED]> wrote: Attached you can find a little patch for the class org.hibernate.mapping.Table which recognizes quoted schemas. add it to the jira please, thanks. -- -- Max Rydahl Andersen callto://max.rydahl.andersen Hibernate

RE: [Hibernate] 3.0.2

2005-04-23 Thread Steve Ebersole
The many-to-many filters are still not ready; I’m still working on that issue with Loader and filtered joins across the association table.   Up to you whether you want to hold up 3.0.2 to get this in.    All the other stuff I had for 3.0.2 is done.  We initially were tentative regardin

RE: [Hibernate] 3.0.2

2005-04-23 Thread Gavin King
The problems you were having that you thought were bugs in OJL: were they actually bugs in existing functionality, or was it just a problem for the new functionality (ie. the filters)?   The last time we spoke, I got the impression that your problems with many-to-many joins were new funct

RE: [Hibernate] 3.0.2

2005-04-23 Thread Gavin King
OK, we will shoot for early next week. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Christian Bauer Sent: Saturday, 23 April 2005 6:55 AM To: Subject: Re: [Hibernate] 3.0.2 On Apr 23, 2005, at 7:54 AM, Gavin King wrote: > Are we good for a 3.0.2 re

RE: [Hibernate] 3.0.2

2005-04-23 Thread Steve Ebersole
Its not bugs per-se.  It’s just that Loader currently cannot deal with the results as they are returned from the join query with the new filter many-to-many filters.  The issue is in Loader though.   I believe there was a bug in OJL regarding forcing an inner join from the association tab