mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-05 09:14:24 +01:00
Add reason for the @Disabled
This commit is contained in:
@@ -83,7 +83,7 @@ class JDBC4StatementTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
@Disabled("Refer to sqlite-jdbc implementation and fix this test")
|
||||
@Disabled("limbo's total_changes() works differently from sqlite's total_changes()")
|
||||
void execute_update_should_return_number_of_updated_elements() throws Exception {
|
||||
assertThat(stmt.executeUpdate("CREATE TABLE s1 (c1 INT);")).isEqualTo(0);
|
||||
assertThat(stmt.executeUpdate("INSERT INTO s1 VALUES (1), (2), (3);")).isEqualTo(3);
|
||||
|
||||
Reference in New Issue
Block a user