Skip to content

Commit 2c1cf13

Browse files
killme2008paomian
authored andcommitted
feat: integration test (GreptimeTeam#770)
* feat: add insert test cases * fix: update results after rebase develop * feat: supports unsigned integer types and big_insert test * test: add insert_invalid test * feat: supports time index constraint for bigint type * chore: time index column at last * test: adds more order, limit test * fix: style * feat: adds numbers table in standable memory catalog mode * feat: enable fail_fast and test_filter in sqlness * feat: add more tests * fix: test_filter * test: add alter tests * feat: supports if_not_exists when create database * test: filter_push_down and catalog test * fix: compile error * fix: delete output file * chore: ignore integration test output in git * test: update all integration test results * fix: by code review * chore: revert .gitignore * feat: sort the show tables/databases results * chore: remove issue link * fix: compile error and code format after rebase * test: update all integration test results
1 parent e236ede commit 2c1cf13

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+2788
-76
lines changed

Cargo.lock

Lines changed: 60 additions & 60 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/api/greptime/v1/ddl.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ message DropTableExpr {
5050
message CreateDatabaseExpr {
5151
//TODO(hl): maybe rename to schema_name?
5252
string database_name = 1;
53+
bool create_if_not_exists = 2;
5354
}
5455

5556
message AddColumns {

0 commit comments

Comments
 (0)