Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat: oracle alter table truncate partition
  • Loading branch information
mjh committed Feb 4, 2024
commit c4d70ea656ed1c564c209b81fd072213b993ba27
Original file line number Diff line number Diff line change
Expand Up @@ -964,7 +964,7 @@ public void testAlterTableAddColumnSpanner8() throws JSQLParserException {
public void testAlterColumnSetCommitTimestamp1() throws JSQLParserException {
// @todo: properly implement SET OPTIONS, the current hack is terrible
// final String sql = "ALTER TABLE FOCUS_PATIENT ALTER COLUMN UPDATE_DATE_TIME_GMT SET
// OPTIONS (allow_commit_timestamp=null)";f
// OPTIONS (allow_commit_timestamp=null)";

final String sql =
"ALTER TABLE FOCUS_PATIENT ALTER COLUMN UPDATE_DATE_TIME_GMT SET OPTIONS (allow_commit_timestamp=true)";
Expand Down