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

fix bug in getTime() with fractional seconds reported by Laurette Cisneros (laurette@nextbus.com)

This commit is contained in:
Barry Lind
2002-07-10 00:51:36 +00:00
parent 92a77cb870
commit d676e29d41
4 changed files with 56 additions and 27 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 = 100;
private static int m_buildNumber = 101;
}