Thread: Stable JDBC drivers for 8.1
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi JDBC driver hackers, When do you plan to release the stable version of 8.1 driver? I'm in charge of building RPMS and the initial build included build 403 (devel version). If you plan to release the stable version in 24 hours, I intend to rebuild the packages including the stable JDBC driver version. Regards, - -- Devrim GUNDUZ Kivi Bilişim Teknolojileri - http://www.kivi.com.tr devrim~gunduz.org, devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr http://www.gunduz.org -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFDbMWY4zE8DGqpiZARAt8wAJsFgxB5RIbhfk1jrWitTWLj2iZqpwCeLl7W FF9fG+IIiub3dSDFTHBsI3I= =gt2J -----END PGP SIGNATURE-----
On Sat, 5 Nov 2005, Devrim GUNDUZ wrote: > Hi JDBC driver hackers, > > When do you plan to release the stable version of 8.1 driver? > I'll put out an official release tonight at 23-24:00 PST8PDT, or roughly 13-14 hours from now. Kris Jurka
On Sat, 5 Nov 2005, Kris Jurka wrote: > I'll put out an official release tonight at 23-24:00 PST8PDT, or roughly > 13-14 hours from now. > Available now. http://jdbc.postgresql.org/download.html Kris Jurka
On Sun, 6 Nov 2005, Kris Jurka wrote: > On Sat, 5 Nov 2005, Kris Jurka wrote: > >> I'll put out an official release tonight at 23-24:00 PST8PDT, or roughly >> 13-14 hours from now. >> > > Available now. > > http://jdbc.postgresql.org/download.html Should the XA stuff be included in the JDBC2 EE jar? If I remember correctly, the XADataSource interface comes with J2EE v1.3. - Heikki
On Sun, 6 Nov 2005, Heikki Linnakangas wrote: > Should the XA stuff be included in the JDBC2 EE jar? If I remember correctly, > the XADataSource interface comes with J2EE v1.3. > I tried a build and it failed on PGXAException's usage of initCause. We could certainly use something like PSQLException's conditional compilation, but I'm not sure it's worth the trouble. Who's using XA and JDBC2 ? Kris Jurka
On Sun, 6 Nov 2005, Kris Jurka wrote: > On Sun, 6 Nov 2005, Heikki Linnakangas wrote: > >> Should the XA stuff be included in the JDBC2 EE jar? If I remember >> correctly, the XADataSource interface comes with J2EE v1.3. > > I tried a build and it failed on PGXAException's usage of initCause. We > could certainly use something like PSQLException's conditional compilation, > but I'm not sure it's worth the trouble. Who's using XA and JDBC2 ? *shrug*. Since it's a new feature, probably nobody. For new projects, you might as well go with JDBC3. - Heikki