Support multiple PARTITION
statements in ALTER TABLE ADD
statement
#2145
rust.yml
on: pull_request
Matrix: test
codestyle
19s
lint
32s
compile
23s
docs
24s
compile-no-std
15s
test-coverage
1m 56s
publish-crate
0s
Annotations
17 errors and 6 warnings
codestyle:
src/parser/mod.rs#L2288
Diff in /home/runner/work/sqlparser-rs/sqlparser-rs/src/parser/mod.rs
|
codestyle
Process completed with exit code 1.
|
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 (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)
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 (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)
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 (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/
|
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 (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/
|
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/
|