Re: [Hsqldb-developers] improved handling of null username/password

2003-09-08 Thread fredt
er to say it conforms to Core Grammer. Fred - Original Message - From: "Hermann Kienlein" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: 08 September 2003 22:24 Subject: Re: [Hsqldb-developers] improved handling of null username/password Hi Fred, Jan, > Thanks

Re: [Hsqldb-developers] improved handling of null username/password

2003-09-08 Thread Hermann Kienlein
Hi Fred, Jan, Thanks Jan, Will incorporate the mods into the codebase. This will hopefully fix the problem reported by Hermann. yes, now I can connect with OOo, but still run in some new difficulties :-( - Whats about to say in the jdbc-driver, that hsqldb supports SQLCoreGrammar? because this O

Re: [Hsqldb-developers] improved handling of null username/password

2003-09-06 Thread fredt
Thanks Jan, Will incorporate the mods into the codebase. This will hopefully fix the problem reported by Hermann. Fred - Original Message - From: "Jan Hustak" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: 06 September 2003 14:46 Subject: [Hsqldb-developers] imp

[Hsqldb-developers] improved handling of null username/password

2003-09-06 Thread Jan Hustak
Greetings, while trying to use alpha-N as a data source for OpenOffice, I discovered that org.hsqldb.Database.connect() throws a NullPointerException if invoked with a null password. Upon closer inspection, I found the method tries to use the submitted strings without making sure they're non-n