summaryrefslogtreecommitdiff
path: root/src/interfaces/jdbc/postgresql
Commit message (Collapse)AuthorAgeFilesLines
* Update of Java driver from Peter Mount.Bruce Momjian1997-11-075-37/+59
|
* Fix for java to allow password, european dates,from Peter T MountBruce Momjian1997-10-302-25/+100
|
* Fix for java timestamp type from teunis@sigil.computersupportcentre.comBruce Momjian1997-10-301-0/+2
|
* From: Peter T Mount <patches@maidast.demon.co.uk>Marc G. Fournier1997-09-291-8/+11
| | | | | | | | 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-281-1/+1
| | | | | | | | 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>
* Bring in Peter's changes...finally :(Marc G. Fournier1997-09-2010-247/+1324
|
* Update patch from Peter <patches@maidast.demon.co.uk>Marc G. Fournier1997-08-318-3969/+4657
|
* Bring in Adrian's JDBC driver as an interfaceMarc G. Fournier1997-08-1610-0/+5036