Changeset: f910c2e31dae for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f910c2e31dae Modified Files: sql/test/BugTracker-2020/Tests/copy-empty-blob.Bug-6948.sql sql/test/BugTracker-2020/Tests/copy-empty-blob.Bug-6948.stable.err sql/test/BugTracker-2020/Tests/copy-empty-blob.Bug-6948.stable.out Branch: default Log Message:
Typo + approve result. diffs (61 lines): diff --git a/sql/test/BugTracker-2020/Tests/copy-empty-blob.Bug-6948.sql b/sql/test/BugTracker-2020/Tests/copy-empty-blob.Bug-6948.sql --- a/sql/test/BugTracker-2020/Tests/copy-empty-blob.Bug-6948.sql +++ b/sql/test/BugTracker-2020/Tests/copy-empty-blob.Bug-6948.sql @@ -9,5 +9,5 @@ 2,"" 3, -- This should return 4 rows -select * form blobtbl; +select * from blobtbl; rollback; diff --git a/sql/test/BugTracker-2020/Tests/copy-empty-blob.Bug-6948.stable.err b/sql/test/BugTracker-2020/Tests/copy-empty-blob.Bug-6948.stable.err --- a/sql/test/BugTracker-2020/Tests/copy-empty-blob.Bug-6948.stable.err +++ b/sql/test/BugTracker-2020/Tests/copy-empty-blob.Bug-6948.stable.err @@ -0,0 +1,12 @@ +stderr of test 'copy-empty-blob.Bug-6948` in directory 'sql/test/BugTracker-2020` itself: + + +# 16:22:46 > +# 16:22:46 > "mclient" "-lsql" "-ftest" "-tnone" "-Eutf-8" "-i" "-e" "--host=/var/tmp/mtest-2979" "--port=31302" +# 16:22:46 > + + +# 16:22:46 > +# 16:22:46 > "Done." +# 16:22:46 > + diff --git a/sql/test/BugTracker-2020/Tests/copy-empty-blob.Bug-6948.stable.out b/sql/test/BugTracker-2020/Tests/copy-empty-blob.Bug-6948.stable.out --- a/sql/test/BugTracker-2020/Tests/copy-empty-blob.Bug-6948.stable.out +++ b/sql/test/BugTracker-2020/Tests/copy-empty-blob.Bug-6948.stable.out @@ -0,0 +1,31 @@ +stdout of test 'copy-empty-blob.Bug-6948` in directory 'sql/test/BugTracker-2020` itself: + + +# 16:22:46 > +# 16:22:46 > "mclient" "-lsql" "-ftest" "-tnone" "-Eutf-8" "-i" "-e" "--host=/var/tmp/mtest-2979" "--port=31302" +# 16:22:46 > + +#start transaction; +#create table blobtbl (i int, b blob); +#copy into blobtbl from stdin delimiters ',','\n','"'; +#0,NULL +#1,12ff +#2,"" +#3, +# +[ 4 ] +#select * from blobtbl; +% sys.blobtbl, sys.blobtbl # table_name +% i, b # name +% int, blob # type +% 1, 0 # length +[ 0, NULL ] +[ 1, 12FF ] +[ 2, ] +[ 3, ] +#rollback; + +# 16:22:46 > +# 16:22:46 > "Done." +# 16:22:46 > + _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list