1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-08 11:42:09 +03:00

fixed bug in support for timestamp without time zone reported by Yuva Chandolu (ychandolu@ebates.com)

This commit is contained in:
Barry Lind
2002-07-16 21:05:17 +00:00
parent 846ea08d34
commit cdebcad6af
3 changed files with 135 additions and 73 deletions

View File

@ -442,6 +442,6 @@ public class Driver implements java.sql.Driver
}
//The build number should be incremented for every new build
private static int m_buildNumber = 101;
private static int m_buildNumber = 102;
}