Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix formatting
Browse files Browse the repository at this point in the history
sfc-gh-ext-simba-nl committed May 28, 2024

Verified

This commit was signed with the committer’s verified signature.
somebodyLi Ritchie
1 parent d666ee0 commit d9727f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -114,7 +114,7 @@ public void testDate() throws Exception {
String values = "('" + StringUtils.join(cases, "'),('") + "'), (null)";
try (Connection con = init(table, column, values);
Statement statement = con.createStatement()) {
statement.executeQuery("alter session set JDBC_FORMAT_DATE_WITH_TIMEZONE=FALSE");
statement.executeQuery("alter session set JDBC_FORMAT_DATE_WITH_TIMEZONE=FALSE");
try (ResultSet rs = statement.executeQuery("select * from " + table)) {
int i = 0;
while (i < cases.length) {

0 comments on commit d9727f4

Please sign in to comment.