]> granicus.if.org Git - postgresql/commit
As the email posted to the announce and interfaces list, attached is a tar
authorBruce Momjian <bruce@momjian.us>
Sun, 17 Jan 1999 04:51:59 +0000 (04:51 +0000)
committerBruce Momjian <bruce@momjian.us>
Sun, 17 Jan 1999 04:51:59 +0000 (04:51 +0000)
commit298682d9e0b0ec55d5f72cec1f4d43c23f2a1ac6
tree57f9d4552366b3f9fe9552aafe47505ff61b14ac
parent4a6285ee445efc13f0e726be1629762ff366e602
As the email posted to the announce and interfaces list, attached is a tar
file containing the latest version of the JDBC driver, allowing it to be
compiled and used under JDK 1.2 and later.

NB: None (well almost none) of the new methods actually do anything. This
release only handles getting it to compile and run. Now this is done, I'll
start working on implementing the new stuff.

Now this tar file replaces everything under src/interfaces/jdbc. I had to
do it this way, rather than diffs, because most of the classes under the
postgresql subdirectory have moved to a new directory under that one, to
enable the support of the two JDBC standards.

Here's a list of files in the tar file. Any file not listed here (in the
postgresql directory) will have to be deleted, otherwise it could cause
the driver to fail:

Peter Mount
26 files changed:
src/interfaces/jdbc/CHANGELOG
src/interfaces/jdbc/Implementation [new file with mode: 0644]
src/interfaces/jdbc/Makefile
src/interfaces/jdbc/README
src/interfaces/jdbc/makeVersion.java [new file with mode: 0644]
src/interfaces/jdbc/postgresql/Connection.java
src/interfaces/jdbc/postgresql/Driver.java
src/interfaces/jdbc/postgresql/Field.java
src/interfaces/jdbc/postgresql/ResultSet.java
src/interfaces/jdbc/postgresql/fastpath/Fastpath.java
src/interfaces/jdbc/postgresql/jdbc1/CallableStatement.java [new file with mode: 0644]
src/interfaces/jdbc/postgresql/jdbc1/Connection.java [new file with mode: 0644]
src/interfaces/jdbc/postgresql/jdbc1/DatabaseMetaData.java [new file with mode: 0644]
src/interfaces/jdbc/postgresql/jdbc1/PreparedStatement.java [new file with mode: 0644]
src/interfaces/jdbc/postgresql/jdbc1/ResultSet.java [new file with mode: 0644]
src/interfaces/jdbc/postgresql/jdbc1/ResultSetMetaData.java [new file with mode: 0644]
src/interfaces/jdbc/postgresql/jdbc1/Statement.java [new file with mode: 0644]
src/interfaces/jdbc/postgresql/jdbc2/CallableStatement.java [new file with mode: 0644]
src/interfaces/jdbc/postgresql/jdbc2/Connection.java [new file with mode: 0644]
src/interfaces/jdbc/postgresql/jdbc2/DatabaseMetaData.java [new file with mode: 0644]
src/interfaces/jdbc/postgresql/jdbc2/PreparedStatement.java [new file with mode: 0644]
src/interfaces/jdbc/postgresql/jdbc2/ResultSet.java [new file with mode: 0644]
src/interfaces/jdbc/postgresql/jdbc2/ResultSetMetaData.java [new file with mode: 0644]
src/interfaces/jdbc/postgresql/jdbc2/Statement.java [new file with mode: 0644]
src/interfaces/jdbc/postgresql/largeobject/LargeObject.java
src/interfaces/jdbc/postgresql/largeobject/LargeObjectManager.java