Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit850ba41

Browse files
committed
A couple of lines were missing from my last patch - this one fixes things.
Liam Stewart
1 parent40cd81c commit850ba41

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
importjava.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)

[8]ページ先頭

©2009-2025 Movatter.jp