Skip to content

Commit 850ba41

Browse files
committed
A couple of lines were missing from my last patch - this one fixes things.
Liam Stewart
1 parent 40cd81c commit 850ba41

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/interfaces/jdbc/org/postgresql/test/jdbc2/TimestampTest.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import java.sql.*;
66

77
/**
8-
* $Id: TimestampTest.java,v 1.3 2001/09/23 04:11:14 momjian Exp $
8+
* $Id: TimestampTest.java,v 1.4 2001/09/29 03:11:11 momjian Exp $
99
*
1010
* This has been the most controversial pair of methods since 6.5 was released!
1111
*
@@ -129,4 +129,6 @@ private java.sql.Timestamp getTimestamp(int y, int m, int d, int h, int mn, int
129129
JDBC2Tests.fix(h, 2) + ":" +
130130
JDBC2Tests.fix(mn, 2) + ":" +
131131
JDBC2Tests.fix(se, 2) + "." +
132+
JDBC2Tests.fix(f, 9));
133+
}
132134
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy