Support multiple PARTITION
statements in ALTER TABLE ADD
statement
#2171
rust.yml
on: pull_request
Matrix: test
codestyle
18s
lint
42s
compile
36s
docs
46s
compile-no-std
18s
test-coverage
2m 0s
publish-crate
0s
Annotations
15 errors and 6 warnings
compile:
src/ast/ddl.rs#L72
the trait bound `ddl::Partition: visitor::Visit` is not satisfied
|
compile:
src/ast/ddl.rs#L72
the trait bound `ddl::Partition: visitor::VisitMut` is not satisfied
|
compile
Process completed with exit code 101.
|
test (beta):
src/ast/ddl.rs#L72
the trait bound `ddl::Partition: visitor::Visit` is not satisfied
|
test (beta):
src/ast/ddl.rs#L72
the trait bound `ddl::Partition: visitor::VisitMut` is not satisfied
|
test (beta)
Process completed with exit code 101.
|
lint:
src/ast/ddl.rs#L72
the trait bound `ast::ddl::Partition: ast::visitor::Visit` is not satisfied
|
lint:
src/ast/ddl.rs#L72
the trait bound `ast::ddl::Partition: ast::visitor::VisitMut` is not satisfied
|
lint
Process completed with exit code 101.
|
test (nightly):
src/ast/ddl.rs#L72
the trait bound `ddl::Partition: visitor::Visit` is not satisfied
|
test (nightly):
src/ast/ddl.rs#L72
the trait bound `ddl::Partition: visitor::VisitMut` is not satisfied
|
test (nightly)
The operation was canceled.
|
test (stable):
src/ast/ddl.rs#L72
the trait bound `ddl::Partition: visitor::Visit` is not satisfied
|
test (stable):
src/ast/ddl.rs#L72
the trait bound `ddl::Partition: visitor::VisitMut` is not satisfied
|
test (stable)
The operation was canceled.
|
codestyle
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test (beta)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/[email protected], actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test (nightly)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/[email protected], actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test (stable)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/[email protected], actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test-coverage
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/[email protected], actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|