On Sat, 2002-02-23 at 07:50, Erik Hatcher wrote:
> 
> ----- Original Message -----
> From: "Jason van Zyl" <[EMAIL PROTECTED]>
> > On Fri, 2002-02-22 at 22:06, Erik Hatcher wrote:
> > > Does this have anything to do with it does it?
> > >
> > > >From DBFactory.initializeDriverToAdapterMap
> > >
> > >   driverToAdapterMap.put("org.hsql.jdbcDriver", "DBHypersonicSQL");
> > >
> > > hsqldb's jdbcDriver is org.hsqldb.jdbcDriver (not org.hsql...) in 1.61.
> >
> > Sure does!
> >
> > I just added an entry to the DBFactory class for you. Give it a whirl.
> > I added:
> >
> > driverToAdapterMap.put("org.hsqldb.jdbcDriver", "DBHsqldb");
> 
> But there is no DBHsqldb.java - so I copied the other one (DBHypersonicSQL),
> renaming the class/constructor too, and rebuilt and all seems to be well.
> Is it fine to use the same adapter code?  If so then perhaps we could map
> both to "DBHypersonicSQL"?  Or add the new class.
> 
> Could you patch it up one way or another so that its back in sync?

Good catch, sorry about that. Will fix right now ... Done. I mapped both

org.hsqldb.jdbcDriver
org.hsql.jdbcDriver

to

DBHypersonicSQL


 
> Thanks,
>     Erik
> 
> 
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
-- 
jvz.

Jason van Zyl
[EMAIL PROTECTED]

http://tambora.zenplex.org


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to