Skip to content

add support for custom operators in postgres (#1302) #2892

add support for custom operators in postgres (#1302)

add support for custom operators in postgres (#1302) #2892

Triggered via push June 7, 2024 11:12
Status Failure
Total duration 52s
Artifacts

rust.yml

on: push
Matrix: test
publish-crate
0s
publish-crate
Fit to window
Zoom out
Zoom in

Annotations

23 errors and 11 warnings
test-coverage
Process completed with exit code 1.
test (stable): tests/sqlparser_clickhouse.rs#L251
variant `sqlparser::ast::Statement::CreateTable` does not have fields named `name`, `columns`
test (stable): tests/sqlparser_clickhouse.rs#L292
variant `sqlparser::ast::Statement::CreateTable` does not have fields named `name`, `columns`
test (stable): tests/sqlparser_clickhouse.rs#L341
variant `sqlparser::ast::Statement::CreateTable` does not have fields named `name`, `columns`
test (stable)
Process completed with exit code 101.
compile: tests/sqlparser_clickhouse.rs#L251
variant `sqlparser::ast::Statement::CreateTable` does not have fields named `name`, `columns`
compile: tests/sqlparser_clickhouse.rs#L292
variant `sqlparser::ast::Statement::CreateTable` does not have fields named `name`, `columns`
compile: tests/sqlparser_clickhouse.rs#L341
variant `sqlparser::ast::Statement::CreateTable` does not have fields named `name`, `columns`
compile
Process completed with exit code 101.
lint: tests/sqlparser_clickhouse.rs#L251
variant `sqlparser::ast::Statement::CreateTable` does not have fields named `name`, `columns`
lint: tests/sqlparser_clickhouse.rs#L292
variant `sqlparser::ast::Statement::CreateTable` does not have fields named `name`, `columns`
lint: tests/sqlparser_clickhouse.rs#L341
variant `sqlparser::ast::Statement::CreateTable` does not have fields named `name`, `columns`
lint
Process completed with exit code 101.
test (nightly)
The job was canceled because "stable" failed.
test (nightly): tests/sqlparser_clickhouse.rs#L251
variant `sqlparser::ast::Statement::CreateTable` does not have fields named `name`, `columns`
test (nightly): tests/sqlparser_clickhouse.rs#L292
variant `sqlparser::ast::Statement::CreateTable` does not have fields named `name`, `columns`
test (nightly): tests/sqlparser_clickhouse.rs#L341
variant `sqlparser::ast::Statement::CreateTable` does not have fields named `name`, `columns`
test (nightly)
The operation was canceled.
test (beta)
The job was canceled because "stable" failed.
test (beta): tests/sqlparser_clickhouse.rs#L251
variant `sqlparser::ast::Statement::CreateTable` does not have fields named `name`, `columns`
test (beta): tests/sqlparser_clickhouse.rs#L292
variant `sqlparser::ast::Statement::CreateTable` does not have fields named `name`, `columns`
test (beta): tests/sqlparser_clickhouse.rs#L341
variant `sqlparser::ast::Statement::CreateTable` does not have fields named `name`, `columns`
test (beta)
The operation was canceled.
compile-no-std
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: hecrj/setup-rust-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
codestyle
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: hecrj/setup-rust-action@v1, actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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/
docs
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: hecrj/setup-rust-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test-coverage
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: hecrj/setup-rust-action@v1, actions-rs/install@v0.1, actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test-coverage
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/install@v0.1, 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)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: hecrj/setup-rust-action@v1, actions-rs/install@v0.1, actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test (stable)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/install@v0.1, 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/
compile
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: hecrj/setup-rust-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: hecrj/setup-rust-action@v1, actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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/