This commit is contained in:
김선우
2025-01-19 22:14:17 +09:00
parent e8a62b67d2
commit ddfbf11659
2 changed files with 2 additions and 1 deletions

View File

@@ -27,6 +27,7 @@ class JDBC4ResultSetTest {
}
@Test
@Disabled("https://github.com/tursodatabase/limbo/pull/743#issuecomment-2600746904")
void invoking_next_before_the_last_row_should_return_true() throws Exception {
stmt.executeUpdate("CREATE TABLE users (id INT PRIMARY KEY, username TEXT);");
stmt.executeUpdate("INSERT INTO users VALUES (1, 'sinwoo');");