Commit 4a7d7e79 authored by Sergei Golubchik's avatar Sergei Golubchik

update test results

parent 79fe1756
...@@ -58,11 +58,11 @@ s e if(row_start = @ins_time, "OLD", "NEW") check_row(row_start, row_end) ...@@ -58,11 +58,11 @@ s e if(row_start = @ins_time, "OLD", "NEW") check_row(row_start, row_end)
select * from log_tbl order by id; select * from log_tbl order by id;
id log id log
1 >DEL: 1999-01-01, 2018-12-12 1 >DEL: 1999-01-01, 2018-12-12
2 <DEL: 1999-01-01, 2018-12-12 2 >INS: 1999-01-01, 2000-01-01
3 >INS: 1999-01-01, 2000-01-01 3 <INS: 1999-01-01, 2000-01-01
4 <INS: 1999-01-01, 2000-01-01 4 >INS: 2018-01-01, 2018-12-12
5 >INS: 2018-01-01, 2018-12-12 5 <INS: 2018-01-01, 2018-12-12
6 <INS: 2018-01-01, 2018-12-12 6 <DEL: 1999-01-01, 2018-12-12
# UPDATE # UPDATE
create or replace table t (x int, s date, e date, create or replace table t (x int, s date, e date,
row_start SYS_TYPE as row start invisible, row_start SYS_TYPE as row start invisible,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment