- Feb 09, 1998
-
-
Marc G. Fournier authored
This patch fixes the following: * Fixes minor bug found in DatabaseMetaData.getTables() where it doesn't handle default table types. * It now reports an error if the client opens a database using properties, and either the user or password properties are missing. This should make the recent problem with Servlets easier to find. * Commented out obsolete property in Driver.getPropertyInfo()
-
- Feb 02, 1998
-
-
Marc G. Fournier authored
[This is a repost - it supercedes the previous one. It fixes the patch so it doesn't bread aix port, plus there's a file missing out of the original post because difforig doesn't pick up new files. It's now attached. peter] This patch brings the JDBC driver up to the current protocol spec. Basically, the backend now tells the driver what authentication scheme to use. The patch also fixes a performance problem with large objects. In the buffer manager, each fastpath call was sending multiple Notifications to the backend (sometimes more data in the form of notifications were being sent than blob data!).
-
- Jan 11, 1998
-
-
Marc G. Fournier authored
see README_6.3 for list of changes
-
- Nov 07, 1997
-
-
Bruce Momjian authored
-
- Oct 30, 1997
-
-
Bruce Momjian authored
-
- Sep 20, 1997
-
-
Marc G. Fournier authored
-
- Aug 31, 1997
-
-
Marc G. Fournier authored
-
- Aug 16, 1997
-
-
Marc G. Fournier authored
-