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:
@ -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;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user