[Hibernate] [PATCH] Quoted SQL identifiers

2002-10-29 Thread Jean-Francois nadeau
Hi. I sent a patch via SourceForge to support quoted SQL identifiers. See: https://sourceforge.net/tracker/?func=detail&atid=428710&aid=630661&grou p_id=40712 Thanks. Jean-Francois --- This sf.net email is sponsored by:ThinkGeek Welcome to g

Re: [Hibernate] Why this line...

2002-10-29 Thread Max Rydahl Andersen
Ok. As described shortly in my last email concerning this matter I had a configuraiton where the Class could not be found neither via the lookup or by comparing isAssignable - even though it was a Class with the same name. The problem was that it was loaded by another classloader (this can happen

Re: [Hibernate] Why this line...

2002-10-29 Thread Gavin King
This is part of a preprocessing phase where we scan the query for Java classes that *aren't* mapped in the mapping document and turn the single query into n queries against the n implementors of that interface. So that method says: if the passed token is the class name of an unmapped class, return

[Hibernate] Changelog correction :)

2002-10-29 Thread Max Rydahl Andersen
Hi! Just to be nitty-gritty... My name is: Max Andersen, not Max Anderson as it is stated in the changelog. Anderson is a Swedish/Norwegian name, and Andersen is a Danish name - and i'm a Dane :) /max --- This sf.net email is sponsored by:T

RE: [Hibernate] semantic of log WARN

2002-10-29 Thread Brad Clow
i agree, my preference is that these messages should be info, not warn. however, hibernate internally uses jakarta commons-logging, so i don't quite know how the logging level is controlled with that. i won't have a chance to look at it for a couple days. brad > -Original Message- >