Done and checked into CVS. Anyone using these platforms, please comment asap. I've left the old sybase platform, just in case, but I would like to remove if these new ones work better.
-----Original Message----- From: Jason McKerr [mailto:mckerrj@;nacse.org] Sent: Friday, October 25, 2002 1:02 PM To: OJB Users List Subject: RE: OJB with Sybase I think all we really need are two different impl classes for Sybase. Maybe one called SybaseASE and one called SybaseASA. The one called SybaseASE simply needs (as far as I know) an empty implementation. Just copying the PlatformMsSQLServerImpl and making a PlatformSybaseASEImpl should work. In fact, I've been using MsSQLServer2000 in my repository when I'm connection to sybase ASE 12.5 anyway, and it works fine. Then maybe change the existing PlatformSybaseImpl to PlatformSybaseASAImpl. I know they're kinda similar in names, if anyone has a better suggestion... -Jason On Fri, 2002-10-25 at 12:42, Matthew Baird wrote: > could someone with the necessary knowledge make the definitive list of differences, >so I can do the split and make two different platforms? > > -----Original Message----- > From: ow [mailto:oneway_111@;yahoo.com] > Sent: Friday, October 25, 2002 12:32 PM > To: [EMAIL PROTECTED] > Subject: Re: OJB with Sybase > > > // That's my fault :-( > // I suggested this addition that's actually needed for Sybase ASA, > but doesn't work with > // ASE. > // It is due to a bug of JConn2 [called a "feature" by Sybase > Support service ;-) ] with > // rounding on timestamp field. > // Working with ASE you should remove initializeJdbcConnection(...) > method from > // PlatformSybaseImpl. > > This fix makes OJB 0.9.7 on ASE completely unusable. IMO, it should be > removed from CVS since it does more harm than good. > > A long-term solution could be to split Sybase support into Sybase ASE > and Sybase ASA since differences between those two products go deeper > than just timestamp rounding. > > > > __________________________________________________ > Do you Yahoo!? > Y! Web Hosting - Let the expert host your web site > http://webhosting.yahoo.com/ > > -- > To unsubscribe, e-mail: <mailto:ojb-user-unsubscribe@;jakarta.apache.org> > For additional commands, e-mail: <mailto:ojb-user-help@;jakarta.apache.org> > > > -- > To unsubscribe, e-mail: <mailto:ojb-user-unsubscribe@;jakarta.apache.org> > For additional commands, e-mail: <mailto:ojb-user-help@;jakarta.apache.org> > > -- To unsubscribe, e-mail: <mailto:ojb-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:ojb-user-help@;jakarta.apache.org> -- To unsubscribe, e-mail: <mailto:ojb-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:ojb-user-help@;jakarta.apache.org>
