aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/jdbc
Commit message (Collapse)AuthorAge
* The getColumns() method in DataBaseMetaData.java returns a column sizeMarc G. Fournier1998-02-22
| | | | | | of -1 for varchar's. From: CNT systemen BV <cntsys@cistron.nl>
* Missign a comma...Marc G. Fournier1998-02-20
| | | | From: AA van Raalte <alvin@camberlo.demon.co.uk>
* From: Peter T Mount <patches@maidast.demon.co.uk>Marc G. Fournier1998-02-09
| | | | | | | | | | | 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()
* This was a new class that was introduced last weekend. I'm attaching theMarc G. Fournier1998-02-09
| | | | | | source here. It goes in the src/interfaces/jdbc/postgresql/util directory Marc, can you make sure this is in the distribution, Thanks
* From: Peter T Mount <patches@maidast.demon.co.uk>Marc G. Fournier1998-02-02
| | | | | | | | | | | | | | | | [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!).
* Should fix it all, Peter?Marc G. Fournier1998-01-13
|
* Oops...missed over half the patch :(Marc G. Fournier1998-01-13
|
* Peter's Mega-Patch for JDBC...Marc G. Fournier1998-01-11
| | | | see README_6.3 for list of changes
* Update of Java driver from Peter Mount.Bruce Momjian1997-11-07
|
* Fix for java to allow password, european dates,from Peter T MountBruce Momjian1997-10-30
|
* Fix for java timestamp type from teunis@sigil.computersupportcentre.comBruce Momjian1997-10-30
|
* From: Peter T Mount <patches@maidast.demon.co.uk>Marc G. Fournier1997-09-29
| | | | | | | | This patch fixes a few results in DatabaseMetaData, and updates the README and TODO files (the later being a new file). The TODO file lists the things that need to be looked into after 6.2 is released, and describes the problem with Large Objects.
* From: CNT systemen BV <cntsys@cistron.nl>Marc G. Fournier1997-09-28
| | | | | | | | I've found a problem in the Postgresql jdbc driver. "ReceiveInteger" shifts a received byte right instead of left. This means that only the least significant byte is read into the int. Reviewed by: Peter T Mount <patches@maidast.demon.co.uk>
* Get these two files finally committed for Peter...sorry for delay :(Marc G. Fournier1997-09-26
|
* Bring in Peter's changes...finally :(Marc G. Fournier1997-09-20
|
* Update patch from Peter <patches@maidast.demon.co.uk>Marc G. Fournier1997-08-31
|
* Bring in Adrian's JDBC driver as an interfaceMarc G. Fournier1997-08-16