OSDN Git Service

Applied patch from Thomas O'Dowd that fixes timestamp parsing. The jdbc code
authorBarry Lind <barry@xythos.com>
Tue, 11 Dec 2001 04:48:05 +0000 (04:48 +0000)
committerBarry Lind <barry@xythos.com>
Tue, 11 Dec 2001 04:48:05 +0000 (04:48 +0000)
commit3dd85bcb08440bae6210114124aa0002a83c957c
tree3a4f743786cfef563ee29a5e381401d1181154c3
parent45a6343ebb7031f4c4c3c4aacf005c5eb1eb54e9
Applied patch from Thomas O'Dowd that fixes timestamp parsing.  The jdbc code
wasn't updated to handle more than two decimal digits for fractional seconds
that now are possible in 7.2.  This patch fixes the timestamp parsing logic.
I have built and tested on both jdbc1 and jdbc2.
src/interfaces/jdbc/org/postgresql/jdbc1/ResultSet.java
src/interfaces/jdbc/org/postgresql/jdbc2/ResultSet.java