Skip to content

Commit

Permalink
add test case for create_materialized_view_log (#29088)
Browse files Browse the repository at this point in the history
  • Loading branch information
chakkk309 authored Nov 20, 2023
1 parent 5baf887 commit 4660f7b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
<create-materialized-view-log sql-case-id="create_materialized_view_log_with_multi_row_id_" />
<create-materialized-view-log sql-case-id="create_materialized_view_log_with_row_id_sequence_including_new" />
<create-materialized-view-log sql-case-id="create_materialized_view_log_with_row_id_multi_sequence" />

<create-materialized-view-log sql-case-id="create_materialized_view_log_with_pctfree_storage_purge_repeat" />
</sql-parser-test-cases>
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,9 @@
<sql-case id="create_materialized_view_log_with_row_id_multi_sequence" value="CREATE MATERIALIZED VIEW LOG ON sales
WITH ROWID, SEQUENCE(amount_sold, time_id, prod_id)
INCLUDING NEW VALUES;" db-types="Oracle" />
<sql-case id="create_materialized_view_log_with_pctfree_storage_purge_repeat" value="CREATE MATERIALIZED VIEW LOG ON orders
PCTFREE 5
TABLESPACE example
STORAGE (INITIAL 10K)
PURGE REPEAT INTERVAL '5' DAY;" db-types="Oracle" />
</sql-cases>

0 comments on commit 4660f7b

Please sign in to comment.