CVSROOT: /cvsroot Module name: pgsql-server Changes by: [EMAIL PROTECTED] 04/05/17 17:38:56
Modified files: src/interfaces/jdbc/org/postgresql/jdbc1: Tag: REL7_4_STABLE AbstractJdbc1Statement.java Log message: 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. ---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])