Applied patch from Thomas O'Dowd that fixes timestamp parsing. The jdbc code
Barry Lind <barry@xythos.com>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/jdbc/org/postgresql/jdbc1/ResultSet.java | modified | +58 −72 |
| src/interfaces/jdbc/org/postgresql/jdbc2/ResultSet.java | modified | +75 −79 |