2
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 14 hours ago. based on code collected 1 day ago.
May 03, 2023 — May 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Internationalisation of error messages More... almost 25 years ago
Transactions in ImageViewer More... almost 25 years ago
Fixed Internationalization of error messages. More... almost 25 years ago
Minor bug fixes. Replaced DateStyle support with ISO. More... almost 25 years ago
Implement UpdateCount More... about 25 years ago
The isWritable method in ResultSetMetaData returns the logically incorrect result. This bug goes back to at least 6.3.
tester_123
as Bruce Momjian
More... about 25 years ago
There are errors in the PGmoney class in the conversion routines over 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.
tester_123
as Bruce Momjian
More... about 25 years ago
From: Peter T Mount <[email protected]> More... over 25 years ago
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.
tester_123
as Bruce Momjian
More... over 25 years ago
Remove various files that were moved to various subdirectories... More... over 25 years ago
This patch updates the ImageViewer example to use Multiple Threading.
tester_123
as Bruce Momjian
More... over 25 years ago
Add changelog.
tester_123
as Bruce Momjian
More... over 25 years ago
Just a quick patch. This makes the JDBC driver thread safe, which is an important step towards making the driver compliant, and means that for some Java applications and servlets, only a single database connection is needed, so in a sence this is a nice little show stopper for 6.4 (and should still be backward compatible to 6.3.2).
tester_123
as Bruce Momjian
More... over 25 years ago
rename java file for Peter.
tester_123
as Bruce Momjian
More... over 25 years ago
New stuff from Peter Mount for jdbc.
tester_123
as Bruce Momjian
More... over 25 years ago
New stuff for 6.4 jdbc.
tester_123
as Bruce Momjian
More... over 25 years ago
Added missing file.
tester_123
as Bruce Momjian
More... almost 26 years ago
From: Peter T Mount <[email protected]> More... almost 26 years ago
From: Peter T Mount <[email protected]> More... almost 26 years ago
From: Peter T Mount <[email protected]> More... about 26 years ago
Hi,
tester_123
as Bruce Momjian
More... about 26 years ago
This patch fixes a couple of minor bugs:
tester_123
as Bruce Momjian
More... about 26 years ago
From: Peter T Mount <[email protected]> More... about 26 years ago
The getColumns() method in DataBaseMetaData.java returns a column size of -1 for varchar's. More... about 26 years ago
Missign a comma... More... about 26 years ago
From: Peter T Mount <[email protected]> More... about 26 years ago
This was a new class that was introduced last weekend. I'm attaching the source here. It goes in the src/interfaces/jdbc/postgresql/util directory More... about 26 years ago
From: Peter T Mount <[email protected]> More... over 26 years ago
Should fix it all, Peter? More... over 26 years ago
Oops...missed over half the patch :( More... over 26 years ago