summaryrefslogtreecommitdiff
path: root/src/interfaces/jdbc/postgresql/util
Commit message (Collapse)AuthorAgeFilesLines
* Remove postgresql jdbc files, per Peter Mount.Bruce Momjian2001-02-136-1532/+0
|
* Internationalisation of error messagesPeter Mount1999-05-183-7/+19
|
* Minor bug fixes. Replaced DateStyle support with ISO.Peter Mount1999-05-171-0/+99
|
* There are errors in the PGmoney class in the conversion routines overBruce Momjian1999-03-141-2/+22
| | | | | | | | | | | | the handling of negative numbers and commas. The attached path attempts to fix these. However the getValue method does not yet insert commas into the generated string. Also in getValue there is an incorrect assumption that the currency symbol is '$', it should of course be '£'!. I have no idea on how to go about fixing this one. Alvin
* rename java file for Peter.Bruce Momjian1998-09-121-0/+0
|
* New stuff for 6.4 jdbc.Bruce Momjian1998-09-031-0/+85
| | | | Peter mount
* Added missing file.Bruce Momjian1998-06-161-0/+342
|
* From: Peter T Mount <patches@maidast.demon.co.uk>Marc G. Fournier1998-03-151-1/+1
| | | | | | | | | | | | | | | Ok, this fixes three things: 1. It seems (from tests submitted by two people with JBuilder) that JBuilder expects a responce from ResultSetMetaData.getPrecision() & getScale() when used on non numeric types. This patch makes these methods return 0, instead of throwing an exception. 2. Fixes a small bug where getting the postgresql type name returns null. 3. Fixes a problem with ResultSet.getObject() where getting it's string value returns null if you case the object as (PGobject), but returns the value if you case it as it's self.
* This was a new class that was introduced last weekend. I'm attaching theMarc G. Fournier1998-02-091-0/+675
| | | | | | source here. It goes in the src/interfaces/jdbc/postgresql/util directory Marc, can you make sure this is in the distribution, Thanks
* Oops...missed over half the patch :(Marc G. Fournier1998-01-132-0/+299