Changeset: 5f50b97b19a6 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=5f50b97b19a6 Modified Files: sql/jdbc/tests/Tests/BugExecuteUpdate_Bug_3350.stable.out Branch: Dec2016 Log Message:
Updated output of java test program after changing the test program to work on its own table instead of sys.keywords diffs (25 lines): diff --git a/sql/jdbc/tests/Tests/BugExecuteUpdate_Bug_3350.stable.out b/sql/jdbc/tests/Tests/BugExecuteUpdate_Bug_3350.stable.out --- a/sql/jdbc/tests/Tests/BugExecuteUpdate_Bug_3350.stable.out +++ b/sql/jdbc/tests/Tests/BugExecuteUpdate_Bug_3350.stable.out @@ -73,14 +73,20 @@ Ready. executeUpdate(INSERT ...) returned: 1 getUpdateCount() returned: 1 -INSERT INTO: PRIMARY KEY constraint 'keywords.keywords_keyword_pkey' violated +INSERT INTO: PRIMARY KEY constraint 't3350.t3350_keyword_pkey' violated getUpdateCount() returned: 1 executeUpdate(INSERT ...) returned: 1 getUpdateCount() returned: 1 +executeUpdate(INSERT ...) returned: 4 +getUpdateCount() returned: 4 executeUpdate(DELETE ...) returned: 1 getUpdateCount() returned: 1 executeUpdate(DELETE ...) returned: 0 getUpdateCount() returned: 0 +executeUpdate(UPDATE ...) returned: 4 +getUpdateCount() returned: 4 +executeUpdate(DELETE ...) returned: 4 +getUpdateCount() returned: 4 # 19:27:23 > # 19:27:23 > "Done." _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
