mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-26 01:40:36 +00:00
* feat: add `SET DEFAULT` syntax Signed-off-by: Yihai Lin <yihai-lin@foxmail.com> * test: add `CURRENT_TIMESTAMP()` as default value for `SET DEFAULT` syntax Signed-off-by: Yihai Lin <yihai-lin@foxmail.com> * refactor: Make the error types more precise. Signed-off-by: Yihai Lin <yihai-lin@foxmail.com> * chore: a minor error display enchancement for `SET DEFAULT` Signed-off-by: Yihai Lin <yihai-lin@foxmail.com> * refactor: Using `MODIFY COLUMN` for `DROP/SET DEFUALT` Signed-off-by: Yihai Lin <yihai-lin@foxmail.com> * chore: update `greptime-proto` Signed-off-by: Yihai Lin <yihai-lin@foxmail.com> --------- Signed-off-by: Yihai Lin <yihai-lin@foxmail.com>
42 lines
983 B
TOML
42 lines
983 B
TOML
[package]
|
|
name = "store-api"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
api.workspace = true
|
|
aquamarine.workspace = true
|
|
async-trait.workspace = true
|
|
common-base.workspace = true
|
|
common-error.workspace = true
|
|
common-grpc.workspace = true
|
|
common-macro.workspace = true
|
|
common-recordbatch.workspace = true
|
|
common-sql.workspace = true
|
|
common-time.workspace = true
|
|
common-wal.workspace = true
|
|
datafusion-expr.workspace = true
|
|
datafusion-physical-plan.workspace = true
|
|
datatypes.workspace = true
|
|
derive_builder.workspace = true
|
|
futures.workspace = true
|
|
humantime.workspace = true
|
|
lazy_static.workspace = true
|
|
prometheus.workspace = true
|
|
prost.workspace = true
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
snafu.workspace = true
|
|
sqlparser.workspace = true
|
|
strum.workspace = true
|
|
tokio.workspace = true
|
|
|
|
[dev-dependencies]
|
|
async-stream.workspace = true
|
|
common-meta.workspace = true
|
|
serde_json.workspace = true
|