Skip to content

Commit

Permalink
chore: number range for settings (#14985)
Browse files Browse the repository at this point in the history
* chore: Number range for settings

* make the settings table range column no more than 64 bytes

* fix the 05_0001_set_var.result
  • Loading branch information
BohuTANG authored Mar 18, 2024
1 parent 2c55653 commit 19b1fd3
Show file tree
Hide file tree
Showing 5 changed files with 91 additions and 80 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/query/settings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ databend-common-users = { path = "../users" }
serde = { workspace = true }

async-backtrace = { workspace = true }
chrono-tz = { workspace = true }
dashmap = { workspace = true }
itertools = { workspace = true }
log = { workspace = true }
Expand Down
Loading

0 comments on commit 19b1fd3

Please sign in to comment.