Added ability to parse STRUCT and MAP fields as well as nested arrays #2049
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
rust.yml
on: pull_request
Matrix: test
codestyle
16s
lint
57s
compile
37s
docs
27s
compile-no-std
13s
test-coverage
2m 17s
publish-crate
0s
Annotations
13 errors and 6 warnings
compile-no-std:
src/parser/mod.rs#L24
failed to resolve: use of undeclared crate or module `std`
|
compile-no-std:
src/parser/mod.rs#L4916
cannot find macro `dbg` in this scope
|
compile-no-std:
src/parser/mod.rs#L4919
cannot find macro `dbg` in this scope
|
compile-no-std:
src/parser/mod.rs#L4928
cannot find macro `dbg` in this scope
|
compile-no-std:
src/parser/mod.rs#L4922
no method named `rem` found for type `usize` in the current scope
|
compile-no-std:
src/parser/mod.rs#L4926
no method named `rem` found for type `usize` in the current scope
|
compile-no-std
Process completed with exit code 101.
|
codestyle:
src/ast/data_type.rs#L20
Diff in /home/runner/work/sqlparser-rs/sqlparser-rs/src/ast/data_type.rs
|
codestyle:
src/ast/data_type.rs#L207
Diff in /home/runner/work/sqlparser-rs/sqlparser-rs/src/ast/data_type.rs
|
codestyle:
src/ast/data_type.rs#L336
Diff in /home/runner/work/sqlparser-rs/sqlparser-rs/src/ast/data_type.rs
|
codestyle:
src/ast/mod.rs#L31
Diff in /home/runner/work/sqlparser-rs/sqlparser-rs/src/ast/mod.rs
|
codestyle:
tests/sqlparser_postgres.rs#L1779
Diff in /home/runner/work/sqlparser-rs/sqlparser-rs/tests/sqlparser_postgres.rs
|
codestyle
Process completed with exit code 1.
|
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/
|
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 (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/
|