Download List

Projeto Descrição

The PostgreSQL JDBC package provides a Type 4 JDBC Driver for the PostgreSQL relational database system.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2001-01-30 15:13
7.0

Alterando o pacote base do PostgreSQL para org.postgresql, a implementação das extensões javax.sql para o motorista JDBC2 (disponível na fonte), e cargas de correções. A fonte é parte da árvore principal fonte PostgreSQL disponíveis no http://www.postgresql.org/.
Changing the base package from postgresql to org.postgresql, implementation of the javax.sql extensions for the JDBC2 driver (available in the source), and loads of bugfixes. The source is part of the main PostgreSQL source tree available on http://www.postgresql.org/.

2001-01-30 15:13
6.5.2

Esta é uma versão de correção de bugs. A correção principal é a forma como o controlador determina qual a versão (JDBC1.2 ou JDBC2) para ser executado. Originalmente em 6,5, isso foi feito por meio de testes a versão da JVM, mas não todos JVM são iguais, por isso não iria funcionar. Isto agora é fixo. Além disso, transactionIsolation, getPrimaryKeys (), e algumas melhorias de velocidade foram feitas.
This is a bug fix release. The main fix is to how the driver determines what version (JDBC1.2 or JDBC2) to run. Originally in 6.5, this was done by testing the JVM version, but not all JVM's are equal, so it wouldn't work. This is now fixed. Also, transactionIsolation, getPrimaryKeys(), and some speed improvements have been made.

2001-01-30 15:13
6.5

Versão 6.5 do controlador introduz JDBC2 (JDK1.2) de apoio, a internacionalização das mensagens de erro, e na origem de um novo exemplo mostrando como usar JDK1.2 's ORB para conectar via JDBC.
Version 6.5 of the driver introduces JDBC2 (JDK1.2) support, Internationalisation of error messages, and in the source a new example showing how to use JDK1.2's Corba ORB to connect via JDBC.

Project Resources