Fix setting timestamp values with very early year values, like 2, by
Kris Jurka <books@ejurka.com>
Fix setting timestamp values with very early year values, like 2, by formatting all years with four digits. Previously 0002-10-30 was being sent as 2-10-30 which got turned into 2030-02-10. Per report from oneway_111.
Files
| Path | Change | +/− |
|---|---|---|
| src/interfaces/jdbc/org/postgresql/jdbc1/AbstractJdbc1Statement.java | modified | +9 −1 |