|
Home > Archive > PostgreSQL JDBC > November 2005 > Stable JDBC drivers for 8.1
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Stable JDBC drivers for 8.1
|
|
| Devrim GUNDUZ 2005-11-08, 4:12 pm |
| -----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)
iD8DBQFDbMWY4zE8DGqp
iZARAt8wAJsFgxB5RIbh
fk1jrWitTWLj2iZqpwCe
Ll7W
FF9fG+IIiub3dSDFTHBs
I3I=
=gt2J
-----END PGP SIGNATURE-----
---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend
| |
| Kris Jurka 2005-11-08, 4:12 pm |
|
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
---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?
http://www.postgresql.org/docs/faq
| |
| Kris Jurka 2005-11-08, 4:12 pm |
|
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
---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings
| |
| Heikki Linnakangas 2005-11-08, 4:12 pm |
| On Sun, 6 Nov 2005, Kris Jurka wrote:
> On Sat, 5 Nov 2005, Kris Jurka wrote:
>
>
> 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
---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?
http://www.postgresql.org/docs/faq
| |
| Kris Jurka 2005-11-08, 4:12 pm |
|
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
---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings
| |
| Heikki Linnakangas 2005-11-08, 4:12 pm |
| On Sun, 6 Nov 2005, Kris Jurka wrote:
> On Sun, 6 Nov 2005, Heikki Linnakangas wrote:
>
>
> 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
---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings
|
|
|
|
|