[Hibernate] auto quoting

2005-10-31 Thread Max Rydahl Andersen
Hi, While working on a method to detect if i need to quote columns found when doing reverse engineering I saw that JDBC has metaData.getSQLKeyWords() and metaData.getExtraNameCharacters(). Would they not be a good thing to add to the base Dialect auto quoting based on the above two method

Re: [Hibernate] auto quoting

2005-10-31 Thread Mark Hobson
On 31/10/05, Max Rydahl Andersen <[EMAIL PROTECTED]> wrote: > Hi, > > While working on a method to detect if i need to quote columns found when > doing reverse engineering I > saw that JDBC has metaData.getSQLKeyWords() > and metaData.getExtraNameCharacters(). > > Would they not be a good thing

Re: [Hibernate] JCL classloading headache

2005-10-31 Thread John Franey
Max, 1: Centralize all logging configuration to a single file: jdk1.4 logging: By default, jdk logging finds config file in jre/lib directory, but this doesn't put control of the configuration into the rcp provider unless the provider is also delivering a full jre.  Better to set the java.ut

Re: [Hibernate] JCL classloading headache

2005-10-31 Thread Max Rydahl Andersen
yes, this is the right forum since im interested in this for the eclipse plugins. would be good if you could send the manifest.mf so i can relate it to the text. thanks. /max Max, *1: Centralize all logging configuration to a single file: * jdk1.4 logging: By default, jdk logging finds