[INFO] fetching crate sea-query 0.12.2... [INFO] checking sea-query-0.12.2 against master#c5fbcd35a8217a17f6b63a22217ace06cf8f5f02 for pr-86194 [INFO] extracting crate sea-query 0.12.2 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate sea-query 0.12.2 on toolchain c5fbcd35a8217a17f6b63a22217ace06cf8f5f02 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+c5fbcd35a8217a17f6b63a22217ace06cf8f5f02" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate sea-query 0.12.2 [INFO] removed 0 missing examples [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate sea-query 0.12.2 [INFO] tweaked toml for crates.io crate sea-query 0.12.2 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate crates.io crate sea-query 0.12.2 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+c5fbcd35a8217a17f6b63a22217ace06cf8f5f02" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded postgres-types v0.2.0 [INFO] [stderr] Downloaded sea-query-derive v0.1.2 [INFO] [stderr] Downloaded postgres-protocol v0.6.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+c5fbcd35a8217a17f6b63a22217ace06cf8f5f02" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] db01ef88b119ececa46849d9a74926fe3e3bd5e63551da2b09e9088d1edbfe1f [INFO] running `Command { std: "docker" "start" "-a" "db01ef88b119ececa46849d9a74926fe3e3bd5e63551da2b09e9088d1edbfe1f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "db01ef88b119ececa46849d9a74926fe3e3bd5e63551da2b09e9088d1edbfe1f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "db01ef88b119ececa46849d9a74926fe3e3bd5e63551da2b09e9088d1edbfe1f", kill_on_drop: false }` [INFO] [stdout] db01ef88b119ececa46849d9a74926fe3e3bd5e63551da2b09e9088d1edbfe1f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+c5fbcd35a8217a17f6b63a22217ace06cf8f5f02" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d32c00fb6cd49576c45cb952daf278678c1570a5a0aa63abc2dbceadc7381418 [INFO] running `Command { std: "docker" "start" "-a" "d32c00fb6cd49576c45cb952daf278678c1570a5a0aa63abc2dbceadc7381418", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.60 [INFO] [stderr] Compiling unicode-segmentation v1.7.1 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling heck v0.3.2 [INFO] [stderr] Compiling quote v1.0.8 [INFO] [stderr] Compiling thiserror-impl v1.0.23 [INFO] [stderr] Compiling sea-query-derive v0.1.2 [INFO] [stderr] Checking thiserror v1.0.23 [INFO] [stderr] Checking sea-query v0.12.2 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `sea_query_test` [INFO] [stdout] --> tests/mysql/mod.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use sea_query_test::*; [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `sea_query_test` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `any` in this scope [INFO] [stdout] --> tests/mysql/query.rs:616:21 [INFO] [stdout] | [INFO] [stdout] 616 | .cond_where(any![ [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] sea_query::any [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `any` in this scope [INFO] [stdout] --> tests/mysql/query.rs:639:26 [INFO] [stdout] | [INFO] [stdout] 639 | .cond_having(any![Expr::col(Glyph::Aspect).gt(2)]) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] sea_query::any [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/foreign_key.rs:8:19 [INFO] [stdout] | [INFO] [stdout] 8 | .from(Char::Table, Char::FontId) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/foreign_key.rs:8:32 [INFO] [stdout] | [INFO] [stdout] 8 | .from(Char::Table, Char::FontId) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/mysql/foreign_key.rs:9:17 [INFO] [stdout] | [INFO] [stdout] 9 | .to(Font::Table, Font::Id) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/mysql/foreign_key.rs:9:30 [INFO] [stdout] | [INFO] [stdout] 9 | .to(Font::Table, Font::Id) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ForeignKeyAction` [INFO] [stdout] --> tests/mysql/foreign_key.rs:10:24 [INFO] [stdout] | [INFO] [stdout] 10 | .on_delete(ForeignKeyAction::Cascade) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of undeclared type `ForeignKeyAction` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ForeignKeyAction` [INFO] [stdout] --> tests/mysql/foreign_key.rs:11:24 [INFO] [stdout] | [INFO] [stdout] 11 | .on_update(ForeignKeyAction::Cascade) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of undeclared type `ForeignKeyAction` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/foreign_key.rs:28:20 [INFO] [stdout] | [INFO] [stdout] 28 | .table(Char::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/index.rs:8:20 [INFO] [stdout] | [INFO] [stdout] 8 | .table(Glyph::Table) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/index.rs:9:18 [INFO] [stdout] | [INFO] [stdout] 9 | .col(Glyph::Aspect) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/index.rs:21:20 [INFO] [stdout] | [INFO] [stdout] 21 | .table(Glyph::Table) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/index.rs:22:18 [INFO] [stdout] | [INFO] [stdout] 22 | .col(Glyph::Aspect) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/index.rs:23:18 [INFO] [stdout] | [INFO] [stdout] 23 | .col(Glyph::Image) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/index.rs:35:20 [INFO] [stdout] | [INFO] [stdout] 35 | .table(Glyph::Table) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/index.rs:36:18 [INFO] [stdout] | [INFO] [stdout] 36 | .col(Glyph::Image) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `IndexType` [INFO] [stdout] --> tests/mysql/index.rs:46:25 [INFO] [stdout] | [INFO] [stdout] 46 | .index_type(IndexType::Hash) [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `IndexType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/index.rs:48:20 [INFO] [stdout] | [INFO] [stdout] 48 | .table(Glyph::Table) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/index.rs:49:18 [INFO] [stdout] | [INFO] [stdout] 49 | .col(Glyph::Image) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/index.rs:60:20 [INFO] [stdout] | [INFO] [stdout] 60 | .table(Glyph::Table) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestEnv` [INFO] [stdout] --> tests/mysql/online.rs:7:19 [INFO] [stdout] | [INFO] [stdout] 7 | let mut env = TestEnv::new("mysql://sea:sea@localhost/query"); [INFO] [stdout] | ^^^^^^^ use of undeclared type `TestEnv` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/mysql/online.rs:10:16 [INFO] [stdout] | [INFO] [stdout] 10 | .table(Font::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/mysql/online.rs:12:28 [INFO] [stdout] | [INFO] [stdout] 12 | ColumnDef::new(Font::Id) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/mysql/online.rs:18:29 [INFO] [stdout] | [INFO] [stdout] 18 | .col(ColumnDef::new(Font::Name).string_len(255).not_null()) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/mysql/online.rs:19:29 [INFO] [stdout] | [INFO] [stdout] 19 | .col(ColumnDef::new(Font::Variant).string_len(255).not_null()) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/mysql/online.rs:20:29 [INFO] [stdout] | [INFO] [stdout] 20 | .col(ColumnDef::new(Font::Language).string_len(255).not_null()) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/mysql/online.rs:41:16 [INFO] [stdout] | [INFO] [stdout] 41 | .table(Font::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/mysql/online.rs:42:14 [INFO] [stdout] | [INFO] [stdout] 42 | .col(Font::Name) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/mysql/online.rs:49:16 [INFO] [stdout] | [INFO] [stdout] 49 | .table(Font::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `sea_query_test` [INFO] [stdout] --> tests/error/mod.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use sea_query_test::*; [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `sea_query_test` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/online.rs:55:16 [INFO] [stdout] | [INFO] [stdout] 55 | .table(Char::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/online.rs:58:28 [INFO] [stdout] | [INFO] [stdout] 58 | ColumnDef::new(Char::Id) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/online.rs:64:29 [INFO] [stdout] | [INFO] [stdout] 64 | .col(ColumnDef::new(Char::FontSize).integer_len(11).not_null()) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/online.rs:65:29 [INFO] [stdout] | [INFO] [stdout] 65 | .col(ColumnDef::new(Char::Character).string_len(255).not_null()) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/online.rs:66:29 [INFO] [stdout] | [INFO] [stdout] 66 | .col(ColumnDef::new(Char::SizeW).integer_len(11).not_null()) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/online.rs:67:29 [INFO] [stdout] | [INFO] [stdout] 67 | .col(ColumnDef::new(Char::SizeH).integer_len(11).not_null()) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/online.rs:69:28 [INFO] [stdout] | [INFO] [stdout] 69 | ColumnDef::new(Char::FontId) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Value` [INFO] [stdout] --> tests/mysql/online.rs:71:26 [INFO] [stdout] | [INFO] [stdout] 71 | .default(Value::Null), [INFO] [stdout] | ^^^^^ use of undeclared type `Value` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/online.rs:95:16 [INFO] [stdout] | [INFO] [stdout] 95 | .table(Char::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/online.rs:96:14 [INFO] [stdout] | [INFO] [stdout] 96 | .col(Char::FontSize) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/online.rs:106:16 [INFO] [stdout] | [INFO] [stdout] 106 | .table(Char::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/online.rs:113:15 [INFO] [stdout] | [INFO] [stdout] 113 | .from(Char::Table, Char::FontId) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/online.rs:113:28 [INFO] [stdout] | [INFO] [stdout] 113 | .from(Char::Table, Char::FontId) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/mysql/online.rs:114:13 [INFO] [stdout] | [INFO] [stdout] 114 | .to(Font::Table, Font::Id) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/mysql/online.rs:114:26 [INFO] [stdout] | [INFO] [stdout] 114 | .to(Font::Table, Font::Id) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ForeignKeyAction` [INFO] [stdout] --> tests/mysql/online.rs:115:20 [INFO] [stdout] | [INFO] [stdout] 115 | .on_delete(ForeignKeyAction::Cascade) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of undeclared type `ForeignKeyAction` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ForeignKeyAction` [INFO] [stdout] --> tests/mysql/online.rs:116:20 [INFO] [stdout] | [INFO] [stdout] 116 | .on_update(ForeignKeyAction::Cascade) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of undeclared type `ForeignKeyAction` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/online.rs:132:16 [INFO] [stdout] | [INFO] [stdout] 132 | .table(Char::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `sea_query_test` [INFO] [stdout] --> tests/sqlite/mod.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use sea_query_test::*; [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `sea_query_test` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/online.rs:141:23 [INFO] [stdout] | [INFO] [stdout] 141 | .columns(vec![Char::Character, Char::SizeW, Char::SizeH]) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/online.rs:141:40 [INFO] [stdout] | [INFO] [stdout] 141 | .columns(vec![Char::Character, Char::SizeW, Char::SizeH]) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/online.rs:141:53 [INFO] [stdout] | [INFO] [stdout] 141 | .columns(vec![Char::Character, Char::SizeW, Char::SizeH]) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/online.rs:142:15 [INFO] [stdout] | [INFO] [stdout] 142 | .from(Char::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/online.rs:153:21 [INFO] [stdout] | [INFO] [stdout] 153 | .into_table(Char::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/online.rs:155:13 [INFO] [stdout] | [INFO] [stdout] 155 | Char::Character, [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/online.rs:156:13 [INFO] [stdout] | [INFO] [stdout] 156 | Char::SizeW, [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/online.rs:157:13 [INFO] [stdout] | [INFO] [stdout] 157 | Char::SizeH, [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/online.rs:158:13 [INFO] [stdout] | [INFO] [stdout] 158 | Char::FontSize, [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/online.rs:159:13 [INFO] [stdout] | [INFO] [stdout] 159 | Char::FontId, [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Value` [INFO] [stdout] --> tests/mysql/online.rs:166:13 [INFO] [stdout] | [INFO] [stdout] 166 | Value::Null, [INFO] [stdout] | ^^^^^ use of undeclared type `Value` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Value` [INFO] [stdout] --> tests/mysql/online.rs:173:13 [INFO] [stdout] | [INFO] [stdout] 173 | Value::Null, [INFO] [stdout] | ^^^^^ use of undeclared type `Value` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/online.rs:183:16 [INFO] [stdout] | [INFO] [stdout] 183 | .table(Char::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/online.rs:185:14 [INFO] [stdout] | [INFO] [stdout] 185 | (Char::Character, "S".into()), [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/online.rs:186:14 [INFO] [stdout] | [INFO] [stdout] 186 | (Char::SizeW, 1233.into()), [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/online.rs:187:14 [INFO] [stdout] | [INFO] [stdout] 187 | (Char::SizeH, 12.into()), [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/online.rs:189:30 [INFO] [stdout] | [INFO] [stdout] 189 | .and_where(Expr::col(Char::Id).eq(1)) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/online.rs:190:19 [INFO] [stdout] | [INFO] [stdout] 190 | .order_by(Char::Id, Order::Asc) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Order` [INFO] [stdout] --> tests/mysql/online.rs:190:29 [INFO] [stdout] | [INFO] [stdout] 190 | .order_by(Char::Id, Order::Asc) [INFO] [stdout] | ^^^^^ use of undeclared type `Order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/online.rs:200:16 [INFO] [stdout] | [INFO] [stdout] 200 | .table(Char::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/online.rs:206:16 [INFO] [stdout] | [INFO] [stdout] 206 | .table(Char::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:7:27 [INFO] [stdout] | [INFO] [stdout] 7 | .columns(vec![Char::Character, Char::SizeW, Char::SizeH]) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:7:44 [INFO] [stdout] | [INFO] [stdout] 7 | .columns(vec![Char::Character, Char::SizeW, Char::SizeH]) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:7:57 [INFO] [stdout] | [INFO] [stdout] 7 | .columns(vec![Char::Character, Char::SizeW, Char::SizeH]) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:8:19 [INFO] [stdout] | [INFO] [stdout] 8 | .from(Char::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:20:27 [INFO] [stdout] | [INFO] [stdout] 20 | .columns(vec![Char::Character, Char::SizeW, Char::SizeH]) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:20:44 [INFO] [stdout] | [INFO] [stdout] 20 | .columns(vec![Char::Character, Char::SizeW, Char::SizeH]) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:20:57 [INFO] [stdout] | [INFO] [stdout] 20 | .columns(vec![Char::Character, Char::SizeW, Char::SizeH]) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:21:19 [INFO] [stdout] | [INFO] [stdout] 21 | .from(Char::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:22:34 [INFO] [stdout] | [INFO] [stdout] 22 | .and_where(Expr::col(Char::SizeW).eq(3)) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:33:17 [INFO] [stdout] | [INFO] [stdout] 33 | Char::Character, Char::SizeW, Char::SizeH [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:33:34 [INFO] [stdout] | [INFO] [stdout] 33 | Char::Character, Char::SizeW, Char::SizeH [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:33:47 [INFO] [stdout] | [INFO] [stdout] 33 | Char::Character, Char::SizeW, Char::SizeH [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:35:19 [INFO] [stdout] | [INFO] [stdout] 35 | .from(Char::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:36:34 [INFO] [stdout] | [INFO] [stdout] 36 | .and_where(Expr::col(Char::SizeW).eq(3)) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/error/mod.rs:8:21 [INFO] [stdout] | [INFO] [stdout] 8 | .into_table(Glyph::Table) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:37:34 [INFO] [stdout] | [INFO] [stdout] 37 | .and_where(Expr::col(Char::SizeH).eq(4)) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:47:27 [INFO] [stdout] | [INFO] [stdout] 47 | .columns(vec![Glyph::Image]) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:50:35 [INFO] [stdout] | [INFO] [stdout] 50 | .columns(vec![Glyph::Image, Glyph::Aspect]) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:50:49 [INFO] [stdout] | [INFO] [stdout] 50 | .columns(vec![Glyph::Image, Glyph::Aspect]) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:51:27 [INFO] [stdout] | [INFO] [stdout] 51 | .from(Glyph::Table) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:64:22 [INFO] [stdout] | [INFO] [stdout] 64 | .column((Glyph::Table, Glyph::Image)) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:64:36 [INFO] [stdout] | [INFO] [stdout] 64 | .column((Glyph::Table, Glyph::Image)) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:65:19 [INFO] [stdout] | [INFO] [stdout] 65 | .from(Glyph::Table) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:66:34 [INFO] [stdout] | [INFO] [stdout] 66 | .and_where(Expr::tbl(Glyph::Table, Glyph::Aspect).is_in(vec![3, 4])) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:66:48 [INFO] [stdout] | [INFO] [stdout] 66 | .and_where(Expr::tbl(Glyph::Table, Glyph::Aspect).is_in(vec![3, 4])) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:76:27 [INFO] [stdout] | [INFO] [stdout] 76 | .columns(vec![Glyph::Aspect,]) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:77:35 [INFO] [stdout] | [INFO] [stdout] 77 | .exprs(vec![Expr::col(Glyph::Image).max(),]) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:78:19 [INFO] [stdout] | [INFO] [stdout] 78 | .from(Glyph::Table) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:79:36 [INFO] [stdout] | [INFO] [stdout] 79 | .group_by_columns(vec![Glyph::Aspect,]) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:80:35 [INFO] [stdout] | [INFO] [stdout] 80 | .and_having(Expr::col(Glyph::Aspect).gt(2)) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:90:27 [INFO] [stdout] | [INFO] [stdout] 90 | .columns(vec![Glyph::Aspect,]) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | .from(Glyph::Table) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:92:45 [INFO] [stdout] | [INFO] [stdout] 92 | .and_where(Expr::expr(Expr::col(Glyph::Aspect).if_null(0)).gt(2)) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `any` in this scope [INFO] [stdout] --> tests/sqlite/query.rs:616:21 [INFO] [stdout] | [INFO] [stdout] 616 | .cond_where(any![ [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] sea_query::any [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:103:17 [INFO] [stdout] | [INFO] [stdout] 103 | Char::Character, [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:105:19 [INFO] [stdout] | [INFO] [stdout] 105 | .from(Char::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/mysql/query.rs:106:24 [INFO] [stdout] | [INFO] [stdout] 106 | .left_join(Font::Table, Expr::tbl(Char::Table, Char::FontId).equals(Font::Table, Font::Id)) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `any` in this scope [INFO] [stdout] --> tests/sqlite/query.rs:639:26 [INFO] [stdout] | [INFO] [stdout] 639 | .cond_having(any![Expr::col(Glyph::Aspect).gt(2)]) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] sea_query::any [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/error/mod.rs:9:23 [INFO] [stdout] | [INFO] [stdout] 9 | .columns(vec![Glyph::Image, Glyph::Aspect]) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/error/mod.rs:9:37 [INFO] [stdout] | [INFO] [stdout] 9 | .columns(vec![Glyph::Image, Glyph::Aspect]) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/error/mod.rs:6:22 [INFO] [stdout] | [INFO] [stdout] 6 | let mut insert = Query::insert(); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/index.rs:8:20 [INFO] [stdout] | [INFO] [stdout] 8 | .table(Glyph::Table) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/index.rs:9:18 [INFO] [stdout] | [INFO] [stdout] 9 | .col(Glyph::Aspect) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:106:47 [INFO] [stdout] | [INFO] [stdout] 106 | .left_join(Font::Table, Expr::tbl(Char::Table, Char::FontId).equals(Font::Table, Font::Id)) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:106:60 [INFO] [stdout] | [INFO] [stdout] 106 | .left_join(Font::Table, Expr::tbl(Char::Table, Char::FontId).equals(Font::Table, Font::Id)) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/mysql/query.rs:106:81 [INFO] [stdout] | [INFO] [stdout] 106 | .left_join(Font::Table, Expr::tbl(Char::Table, Char::FontId).equals(Font::Table, Font::Id)) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/mysql/query.rs:106:94 [INFO] [stdout] | [INFO] [stdout] 106 | .left_join(Font::Table, Expr::tbl(Char::Table, Char::FontId).equals(Font::Table, Font::Id)) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/index.rs:21:20 [INFO] [stdout] | [INFO] [stdout] 21 | .table(Glyph::Table) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/index.rs:22:18 [INFO] [stdout] | [INFO] [stdout] 22 | .col(Glyph::Aspect) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:117:17 [INFO] [stdout] | [INFO] [stdout] 117 | Char::Character, [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/index.rs:23:18 [INFO] [stdout] | [INFO] [stdout] 23 | .col(Glyph::Image) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/index.rs:34:20 [INFO] [stdout] | [INFO] [stdout] 34 | .table(Glyph::Table) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:7:27 [INFO] [stdout] | [INFO] [stdout] 7 | .columns(vec![Char::Character, Char::SizeW, Char::SizeH]) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:7:44 [INFO] [stdout] | [INFO] [stdout] 7 | .columns(vec![Char::Character, Char::SizeW, Char::SizeH]) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:7:57 [INFO] [stdout] | [INFO] [stdout] 7 | .columns(vec![Char::Character, Char::SizeW, Char::SizeH]) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:8:19 [INFO] [stdout] | [INFO] [stdout] 8 | .from(Char::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:20:27 [INFO] [stdout] | [INFO] [stdout] 20 | .columns(vec![Char::Character, Char::SizeW, Char::SizeH]) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:119:19 [INFO] [stdout] | [INFO] [stdout] 119 | .from(Char::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:20:44 [INFO] [stdout] | [INFO] [stdout] 20 | .columns(vec![Char::Character, Char::SizeW, Char::SizeH]) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/mysql/query.rs:120:24 [INFO] [stdout] | [INFO] [stdout] 120 | .left_join(Font::Table, Expr::tbl(Char::Table, Char::FontId).equals(Font::Table, Font::Id)) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:20:57 [INFO] [stdout] | [INFO] [stdout] 20 | .columns(vec![Char::Character, Char::SizeW, Char::SizeH]) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:120:47 [INFO] [stdout] | [INFO] [stdout] 120 | .left_join(Font::Table, Expr::tbl(Char::Table, Char::FontId).equals(Font::Table, Font::Id)) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:21:19 [INFO] [stdout] | [INFO] [stdout] 21 | .from(Char::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:120:60 [INFO] [stdout] | [INFO] [stdout] 120 | .left_join(Font::Table, Expr::tbl(Char::Table, Char::FontId).equals(Font::Table, Font::Id)) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/mysql/query.rs:120:81 [INFO] [stdout] | [INFO] [stdout] 120 | .left_join(Font::Table, Expr::tbl(Char::Table, Char::FontId).equals(Font::Table, Font::Id)) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/mysql/query.rs:120:94 [INFO] [stdout] | [INFO] [stdout] 120 | .left_join(Font::Table, Expr::tbl(Char::Table, Char::FontId).equals(Font::Table, Font::Id)) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:121:25 [INFO] [stdout] | [INFO] [stdout] 121 | .inner_join(Glyph::Table, Expr::tbl(Char::Table, Char::Character).equals(Glyph::Table, Glyph::Image)) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:121:49 [INFO] [stdout] | [INFO] [stdout] 121 | .inner_join(Glyph::Table, Expr::tbl(Char::Table, Char::Character).equals(Glyph::Table, Glyph::Image)) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:121:62 [INFO] [stdout] | [INFO] [stdout] 121 | .inner_join(Glyph::Table, Expr::tbl(Char::Table, Char::Character).equals(Glyph::Table, Glyph::Image)) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:121:86 [INFO] [stdout] | [INFO] [stdout] 121 | .inner_join(Glyph::Table, Expr::tbl(Char::Table, Char::Character).equals(Glyph::Table, Glyph::Image)) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:121:100 [INFO] [stdout] | [INFO] [stdout] 121 | .inner_join(Glyph::Table, Expr::tbl(Char::Table, Char::Character).equals(Glyph::Table, Glyph::Image)) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:132:17 [INFO] [stdout] | [INFO] [stdout] 132 | Char::Character, [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:134:19 [INFO] [stdout] | [INFO] [stdout] 134 | .from(Char::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/mysql/query.rs:135:24 [INFO] [stdout] | [INFO] [stdout] 135 | .left_join(Font::Table, [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:136:27 [INFO] [stdout] | [INFO] [stdout] 136 | Expr::tbl(Char::Table, Char::FontId).equals(Font::Table, Font::Id) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:136:40 [INFO] [stdout] | [INFO] [stdout] 136 | Expr::tbl(Char::Table, Char::FontId).equals(Font::Table, Font::Id) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/mysql/query.rs:136:61 [INFO] [stdout] | [INFO] [stdout] 136 | Expr::tbl(Char::Table, Char::FontId).equals(Font::Table, Font::Id) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/mysql/query.rs:136:74 [INFO] [stdout] | [INFO] [stdout] 136 | Expr::tbl(Char::Table, Char::FontId).equals(Font::Table, Font::Id) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:22:34 [INFO] [stdout] | [INFO] [stdout] 22 | .and_where(Expr::col(Char::SizeW).eq(3)) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:137:32 [INFO] [stdout] | [INFO] [stdout] 137 | .and(Expr::tbl(Char::Table, Char::FontId).equals(Font::Table, Font::Id)) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:33:17 [INFO] [stdout] | [INFO] [stdout] 33 | Char::Character, Char::SizeW, Char::SizeH [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:33:34 [INFO] [stdout] | [INFO] [stdout] 33 | Char::Character, Char::SizeW, Char::SizeH [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:33:47 [INFO] [stdout] | [INFO] [stdout] 33 | Char::Character, Char::SizeW, Char::SizeH [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:35:19 [INFO] [stdout] | [INFO] [stdout] 35 | .from(Char::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:137:45 [INFO] [stdout] | [INFO] [stdout] 137 | .and(Expr::tbl(Char::Table, Char::FontId).equals(Font::Table, Font::Id)) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/mysql/query.rs:137:66 [INFO] [stdout] | [INFO] [stdout] 137 | .and(Expr::tbl(Char::Table, Char::FontId).equals(Font::Table, Font::Id)) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/mysql/query.rs:137:79 [INFO] [stdout] | [INFO] [stdout] 137 | .and(Expr::tbl(Char::Table, Char::FontId).equals(Font::Table, Font::Id)) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:149:17 [INFO] [stdout] | [INFO] [stdout] 149 | Glyph::Aspect, [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:151:19 [INFO] [stdout] | [INFO] [stdout] 151 | .from(Glyph::Table) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:152:45 [INFO] [stdout] | [INFO] [stdout] 152 | .and_where(Expr::expr(Expr::col(Glyph::Aspect).if_null(0)).gt(2)) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:153:23 [INFO] [stdout] | [INFO] [stdout] 153 | .order_by(Glyph::Image, Order::Desc) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Order` [INFO] [stdout] --> tests/mysql/query.rs:153:37 [INFO] [stdout] | [INFO] [stdout] 153 | .order_by(Glyph::Image, Order::Desc) [INFO] [stdout] | ^^^^^ use of undeclared type `Order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:154:24 [INFO] [stdout] | [INFO] [stdout] 154 | .order_by((Glyph::Table, Glyph::Aspect), Order::Asc) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:36:34 [INFO] [stdout] | [INFO] [stdout] 36 | .and_where(Expr::col(Char::SizeW).eq(3)) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:154:38 [INFO] [stdout] | [INFO] [stdout] 154 | .order_by((Glyph::Table, Glyph::Aspect), Order::Asc) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Order` [INFO] [stdout] --> tests/mysql/query.rs:154:54 [INFO] [stdout] | [INFO] [stdout] 154 | .order_by((Glyph::Table, Glyph::Aspect), Order::Asc) [INFO] [stdout] | ^^^^^ use of undeclared type `Order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:165:17 [INFO] [stdout] | [INFO] [stdout] 165 | Glyph::Aspect, [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:167:19 [INFO] [stdout] | [INFO] [stdout] 167 | .from(Glyph::Table) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:168:45 [INFO] [stdout] | [INFO] [stdout] 168 | .and_where(Expr::expr(Expr::col(Glyph::Aspect).if_null(0)).gt(2)) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:170:18 [INFO] [stdout] | [INFO] [stdout] 170 | (Glyph::Id, Order::Asc), [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:37:34 [INFO] [stdout] | [INFO] [stdout] 37 | .and_where(Expr::col(Char::SizeH).eq(4)) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Order` [INFO] [stdout] --> tests/mysql/query.rs:170:29 [INFO] [stdout] | [INFO] [stdout] 170 | (Glyph::Id, Order::Asc), [INFO] [stdout] | ^^^^^ use of undeclared type `Order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:171:18 [INFO] [stdout] | [INFO] [stdout] 171 | (Glyph::Aspect, Order::Desc), [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Order` [INFO] [stdout] --> tests/mysql/query.rs:171:33 [INFO] [stdout] | [INFO] [stdout] 171 | (Glyph::Aspect, Order::Desc), [INFO] [stdout] | ^^^^^ use of undeclared type `Order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:47:27 [INFO] [stdout] | [INFO] [stdout] 47 | .columns(vec![Glyph::Image]) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:183:17 [INFO] [stdout] | [INFO] [stdout] 183 | Glyph::Aspect, [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:185:19 [INFO] [stdout] | [INFO] [stdout] 185 | .from(Glyph::Table) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:186:45 [INFO] [stdout] | [INFO] [stdout] 186 | .and_where(Expr::expr(Expr::col(Glyph::Aspect).if_null(0)).gt(2)) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:188:19 [INFO] [stdout] | [INFO] [stdout] 188 | ((Glyph::Table, Glyph::Id), Order::Asc), [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:188:33 [INFO] [stdout] | [INFO] [stdout] 188 | ((Glyph::Table, Glyph::Id), Order::Asc), [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Order` [INFO] [stdout] --> tests/mysql/query.rs:188:45 [INFO] [stdout] | [INFO] [stdout] 188 | ((Glyph::Table, Glyph::Id), Order::Asc), [INFO] [stdout] | ^^^^^ use of undeclared type `Order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:189:19 [INFO] [stdout] | [INFO] [stdout] 189 | ((Glyph::Table, Glyph::Aspect), Order::Desc), [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:189:33 [INFO] [stdout] | [INFO] [stdout] 189 | ((Glyph::Table, Glyph::Aspect), Order::Desc), [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Order` [INFO] [stdout] --> tests/mysql/query.rs:189:49 [INFO] [stdout] | [INFO] [stdout] 189 | ((Glyph::Table, Glyph::Aspect), Order::Desc), [INFO] [stdout] | ^^^^^ use of undeclared type `Order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:201:17 [INFO] [stdout] | [INFO] [stdout] 201 | Glyph::Id, [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:202:17 [INFO] [stdout] | [INFO] [stdout] 202 | Glyph::Aspect, [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:204:29 [INFO] [stdout] | [INFO] [stdout] 204 | .expr(Expr::col(Glyph::Image).max()) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:205:19 [INFO] [stdout] | [INFO] [stdout] 205 | .from(Glyph::Table) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:207:18 [INFO] [stdout] | [INFO] [stdout] 207 | (Glyph::Table, Glyph::Id), [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:207:32 [INFO] [stdout] | [INFO] [stdout] 207 | (Glyph::Table, Glyph::Id), [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:208:18 [INFO] [stdout] | [INFO] [stdout] 208 | (Glyph::Table, Glyph::Aspect), [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:208:32 [INFO] [stdout] | [INFO] [stdout] 208 | (Glyph::Table, Glyph::Aspect), [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:50:35 [INFO] [stdout] | [INFO] [stdout] 50 | .columns(vec![Glyph::Image, Glyph::Aspect]) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:50:49 [INFO] [stdout] | [INFO] [stdout] 50 | .columns(vec![Glyph::Image, Glyph::Aspect]) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:51:27 [INFO] [stdout] | [INFO] [stdout] 51 | .from(Glyph::Table) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:64:22 [INFO] [stdout] | [INFO] [stdout] 64 | .column((Glyph::Table, Glyph::Image)) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:210:35 [INFO] [stdout] | [INFO] [stdout] 210 | .and_having(Expr::col(Glyph::Aspect).gt(2)) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:64:36 [INFO] [stdout] | [INFO] [stdout] 64 | .column((Glyph::Table, Glyph::Image)) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:65:19 [INFO] [stdout] | [INFO] [stdout] 65 | .from(Glyph::Table) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:220:27 [INFO] [stdout] | [INFO] [stdout] 220 | .columns(vec![Char::Character]) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:221:19 [INFO] [stdout] | [INFO] [stdout] 221 | .from(Char::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:222:34 [INFO] [stdout] | [INFO] [stdout] 222 | .and_where(Expr::col(Char::FontId).is_null()) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:66:34 [INFO] [stdout] | [INFO] [stdout] 66 | .and_where(Expr::tbl(Glyph::Table, Glyph::Aspect).is_in(vec![3, 4])) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:66:48 [INFO] [stdout] | [INFO] [stdout] 66 | .and_where(Expr::tbl(Glyph::Table, Glyph::Aspect).is_in(vec![3, 4])) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:232:27 [INFO] [stdout] | [INFO] [stdout] 232 | .columns(vec![Char::Character]) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:233:19 [INFO] [stdout] | [INFO] [stdout] 233 | .from(Char::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:234:34 [INFO] [stdout] | [INFO] [stdout] 234 | .and_where(Expr::col(Char::FontId).is_null()) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `sea-query` [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:76:27 [INFO] [stdout] | [INFO] [stdout] 76 | .columns(vec![Glyph::Aspect,]) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:235:34 [INFO] [stdout] | [INFO] [stdout] 235 | .and_where(Expr::col(Char::Character).is_not_null()) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:245:28 [INFO] [stdout] | [INFO] [stdout] 245 | .columns(vec![(Glyph::Table, Glyph::Image),]) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:245:42 [INFO] [stdout] | [INFO] [stdout] 245 | .columns(vec![(Glyph::Table, Glyph::Image),]) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:246:19 [INFO] [stdout] | [INFO] [stdout] 246 | .from(Glyph::Table) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:247:34 [INFO] [stdout] | [INFO] [stdout] 247 | .and_where(Expr::tbl(Glyph::Table, Glyph::Aspect).between(3, 5)) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:77:35 [INFO] [stdout] | [INFO] [stdout] 77 | .exprs(vec![Expr::col(Glyph::Image).max(),]) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:247:48 [INFO] [stdout] | [INFO] [stdout] 247 | .and_where(Expr::tbl(Glyph::Table, Glyph::Aspect).between(3, 5)) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:258:17 [INFO] [stdout] | [INFO] [stdout] 258 | Glyph::Aspect, [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:260:19 [INFO] [stdout] | [INFO] [stdout] 260 | .from(Glyph::Table) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:261:34 [INFO] [stdout] | [INFO] [stdout] 261 | .and_where(Expr::col(Glyph::Aspect).between(3, 5)) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:262:34 [INFO] [stdout] | [INFO] [stdout] 262 | .and_where(Expr::col(Glyph::Aspect).not_between(8, 10)) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:272:27 [INFO] [stdout] | [INFO] [stdout] 272 | .columns(vec![Char::Character]) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:273:19 [INFO] [stdout] | [INFO] [stdout] 273 | .from(Char::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:78:19 [INFO] [stdout] | [INFO] [stdout] 78 | .from(Glyph::Table) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:79:36 [INFO] [stdout] | [INFO] [stdout] 79 | .group_by_columns(vec![Glyph::Aspect,]) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:274:34 [INFO] [stdout] | [INFO] [stdout] 274 | .and_where(Expr::col(Char::Character).eq("A")) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:284:21 [INFO] [stdout] | [INFO] [stdout] 284 | .column(Char::Character) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:285:19 [INFO] [stdout] | [INFO] [stdout] 285 | .from(Char::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:286:34 [INFO] [stdout] | [INFO] [stdout] 286 | .and_where(Expr::col(Char::Character).like("A")) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:80:35 [INFO] [stdout] | [INFO] [stdout] 80 | .and_having(Expr::col(Glyph::Aspect).gt(2)) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:90:27 [INFO] [stdout] | [INFO] [stdout] 90 | .columns(vec![Glyph::Aspect,]) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:91:19 [INFO] [stdout] | [INFO] [stdout] 91 | .from(Glyph::Table) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:92:45 [INFO] [stdout] | [INFO] [stdout] 92 | .and_where(Expr::expr(Expr::col(Glyph::Aspect).if_null(0)).gt(2)) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:297:17 [INFO] [stdout] | [INFO] [stdout] 297 | Char::Character [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:299:19 [INFO] [stdout] | [INFO] [stdout] 299 | .from(Char::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:300:33 [INFO] [stdout] | [INFO] [stdout] 300 | .or_where(Expr::col(Char::Character).like("A%")) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:301:33 [INFO] [stdout] | [INFO] [stdout] 301 | .or_where(Expr::col(Char::Character).like("%B")) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:302:33 [INFO] [stdout] | [INFO] [stdout] 302 | .or_where(Expr::col(Char::Character).like("%C%")) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:312:21 [INFO] [stdout] | [INFO] [stdout] 312 | .column(Char::Character) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:313:19 [INFO] [stdout] | [INFO] [stdout] 313 | .from(Char::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:318:36 [INFO] [stdout] | [INFO] [stdout] 318 | .add(Expr::col(Char::Character).like("C")) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:319:36 [INFO] [stdout] | [INFO] [stdout] 319 | .add(Expr::col(Char::Character).like("D").and(Expr::col(Char::Character).like("E"))) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:319:77 [INFO] [stdout] | [INFO] [stdout] 319 | .add(Expr::col(Char::Character).like("D").and(Expr::col(Char::Character).like("E"))) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:322:31 [INFO] [stdout] | [INFO] [stdout] 322 | Expr::col(Char::Character).like("F").or(Expr::col(Char::Character).like("G")) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:322:71 [INFO] [stdout] | [INFO] [stdout] 322 | Expr::col(Char::Character).like("F").or(Expr::col(Char::Character).like("G")) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:334:21 [INFO] [stdout] | [INFO] [stdout] 334 | .column(Char::Character) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:335:19 [INFO] [stdout] | [INFO] [stdout] 335 | .from(Char::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:103:17 [INFO] [stdout] | [INFO] [stdout] 103 | Char::Character, [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:105:19 [INFO] [stdout] | [INFO] [stdout] 105 | .from(Char::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:346:21 [INFO] [stdout] | [INFO] [stdout] 346 | .column(Char::Character) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:347:19 [INFO] [stdout] | [INFO] [stdout] 347 | .from(Char::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:351:43 [INFO] [stdout] | [INFO] [stdout] 351 | x.and_where(Expr::col(Char::FontId).eq(5)); [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/sqlite/query.rs:106:24 [INFO] [stdout] | [INFO] [stdout] 106 | .left_join(Font::Table, Expr::tbl(Char::Table, Char::FontId).equals(Font::Table, Font::Id)) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:364:21 [INFO] [stdout] | [INFO] [stdout] 364 | .column(Char::Character) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:365:19 [INFO] [stdout] | [INFO] [stdout] 365 | .from(Char::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:106:47 [INFO] [stdout] | [INFO] [stdout] 106 | .left_join(Font::Table, Expr::tbl(Char::Table, Char::FontId).equals(Font::Table, Font::Id)) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:367:27 [INFO] [stdout] | [INFO] [stdout] 367 | Expr::col(Char::SizeW) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:106:60 [INFO] [stdout] | [INFO] [stdout] 106 | .left_join(Font::Table, Expr::tbl(Char::Table, Char::FontId).equals(Font::Table, Font::Id)) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:369:39 [INFO] [stdout] | [INFO] [stdout] 369 | .equals(Expr::col(Char::SizeH).div(2)) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/sqlite/query.rs:106:81 [INFO] [stdout] | [INFO] [stdout] 106 | .left_join(Font::Table, Expr::tbl(Char::Table, Char::FontId).equals(Font::Table, Font::Id)) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/sqlite/query.rs:106:94 [INFO] [stdout] | [INFO] [stdout] 106 | .left_join(Font::Table, Expr::tbl(Char::Table, Char::FontId).equals(Font::Table, Font::Id)) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:380:21 [INFO] [stdout] | [INFO] [stdout] 380 | .column(Char::Character) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:381:19 [INFO] [stdout] | [INFO] [stdout] 381 | .from(Char::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:383:38 [INFO] [stdout] | [INFO] [stdout] 383 | Expr::expr(Expr::col(Char::SizeW).add(1)) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:385:50 [INFO] [stdout] | [INFO] [stdout] 385 | .equals(Expr::expr(Expr::col(Char::SizeH).div(2)).sub(1)) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:397:17 [INFO] [stdout] | [INFO] [stdout] 397 | Char::Character, Char::SizeW, Char::SizeH [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:397:34 [INFO] [stdout] | [INFO] [stdout] 397 | Char::Character, Char::SizeW, Char::SizeH [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:397:47 [INFO] [stdout] | [INFO] [stdout] 397 | Char::Character, Char::SizeW, Char::SizeH [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:399:19 [INFO] [stdout] | [INFO] [stdout] 399 | .from(Char::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:400:34 [INFO] [stdout] | [INFO] [stdout] 400 | .and_where(Expr::col(Char::SizeW).eq(3)) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:401:34 [INFO] [stdout] | [INFO] [stdout] 401 | .and_where(Expr::col(Char::SizeH).eq(4)) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:402:34 [INFO] [stdout] | [INFO] [stdout] 402 | .and_where(Expr::col(Char::SizeH).eq(5)) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:413:17 [INFO] [stdout] | [INFO] [stdout] 413 | Char::Character, Char::SizeW, Char::SizeH [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:413:34 [INFO] [stdout] | [INFO] [stdout] 413 | Char::Character, Char::SizeW, Char::SizeH [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:413:47 [INFO] [stdout] | [INFO] [stdout] 413 | Char::Character, Char::SizeW, Char::SizeH [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:415:19 [INFO] [stdout] | [INFO] [stdout] 415 | .from(Char::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:416:33 [INFO] [stdout] | [INFO] [stdout] 416 | .or_where(Expr::col(Char::SizeW).eq(3)) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:417:33 [INFO] [stdout] | [INFO] [stdout] 417 | .or_where(Expr::col(Char::SizeH).eq(4)) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:117:17 [INFO] [stdout] | [INFO] [stdout] 117 | Char::Character, [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:418:33 [INFO] [stdout] | [INFO] [stdout] 418 | .or_where(Expr::col(Char::SizeH).eq(5)) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:119:19 [INFO] [stdout] | [INFO] [stdout] 119 | .from(Char::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/sqlite/query.rs:120:24 [INFO] [stdout] | [INFO] [stdout] 120 | .left_join(Font::Table, Expr::tbl(Char::Table, Char::FontId).equals(Font::Table, Font::Id)) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:120:47 [INFO] [stdout] | [INFO] [stdout] 120 | .left_join(Font::Table, Expr::tbl(Char::Table, Char::FontId).equals(Font::Table, Font::Id)) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:120:60 [INFO] [stdout] | [INFO] [stdout] 120 | .left_join(Font::Table, Expr::tbl(Char::Table, Char::FontId).equals(Font::Table, Font::Id)) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:430:17 [INFO] [stdout] | [INFO] [stdout] 430 | Char::Character, Char::SizeW, Char::SizeH [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/sqlite/query.rs:120:81 [INFO] [stdout] | [INFO] [stdout] 120 | .left_join(Font::Table, Expr::tbl(Char::Table, Char::FontId).equals(Font::Table, Font::Id)) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:430:34 [INFO] [stdout] | [INFO] [stdout] 430 | Char::Character, Char::SizeW, Char::SizeH [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/sqlite/query.rs:120:94 [INFO] [stdout] | [INFO] [stdout] 120 | .left_join(Font::Table, Expr::tbl(Char::Table, Char::FontId).equals(Font::Table, Font::Id)) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:430:47 [INFO] [stdout] | [INFO] [stdout] 430 | Char::Character, Char::SizeW, Char::SizeH [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:432:19 [INFO] [stdout] | [INFO] [stdout] 432 | .from(Char::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:121:25 [INFO] [stdout] | [INFO] [stdout] 121 | .inner_join(Glyph::Table, Expr::tbl(Char::Table, Char::Character).equals(Glyph::Table, Glyph::Image)) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:433:34 [INFO] [stdout] | [INFO] [stdout] 433 | .and_where(Expr::col(Char::SizeW).eq(3)) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:121:49 [INFO] [stdout] | [INFO] [stdout] 121 | .inner_join(Glyph::Table, Expr::tbl(Char::Table, Char::Character).equals(Glyph::Table, Glyph::Image)) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:434:33 [INFO] [stdout] | [INFO] [stdout] 434 | .or_where(Expr::col(Char::SizeH).eq(4)) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:121:62 [INFO] [stdout] | [INFO] [stdout] 121 | .inner_join(Glyph::Table, Expr::tbl(Char::Table, Char::Character).equals(Glyph::Table, Glyph::Image)) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:121:86 [INFO] [stdout] | [INFO] [stdout] 121 | .inner_join(Glyph::Table, Expr::tbl(Char::Table, Char::Character).equals(Glyph::Table, Glyph::Image)) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:121:100 [INFO] [stdout] | [INFO] [stdout] 121 | .inner_join(Glyph::Table, Expr::tbl(Char::Table, Char::Character).equals(Glyph::Table, Glyph::Image)) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:435:34 [INFO] [stdout] | [INFO] [stdout] 435 | .and_where(Expr::col(Char::SizeH).eq(5)) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:446:17 [INFO] [stdout] | [INFO] [stdout] 446 | Char::Character, Char::SizeW, Char::SizeH [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:446:34 [INFO] [stdout] | [INFO] [stdout] 446 | Char::Character, Char::SizeW, Char::SizeH [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:446:47 [INFO] [stdout] | [INFO] [stdout] 446 | Char::Character, Char::SizeW, Char::SizeH [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:448:19 [INFO] [stdout] | [INFO] [stdout] 448 | .from(Char::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:450:27 [INFO] [stdout] | [INFO] [stdout] 450 | Expr::col(Char::SizeW).mul(2) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:451:36 [INFO] [stdout] | [INFO] [stdout] 451 | .add(Expr::col(Char::SizeH).div(3)) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:132:17 [INFO] [stdout] | [INFO] [stdout] 132 | Char::Character, [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:134:19 [INFO] [stdout] | [INFO] [stdout] 134 | .from(Char::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/sqlite/query.rs:135:24 [INFO] [stdout] | [INFO] [stdout] 135 | .left_join(Font::Table, [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:473:32 [INFO] [stdout] | [INFO] [stdout] 473 | .expr_as(Expr::col(Char::Character), Alias::new("C")) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `sea_query_test` [INFO] [stdout] --> tests/postgres/mod.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use sea_query_test::*; [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `sea_query_test` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:474:19 [INFO] [stdout] | [INFO] [stdout] 474 | .from(Char::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:136:27 [INFO] [stdout] | [INFO] [stdout] 136 | Expr::tbl(Char::Table, Char::FontId).equals(Font::Table, Font::Id) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:484:21 [INFO] [stdout] | [INFO] [stdout] 484 | .column(Glyph::Image) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:136:40 [INFO] [stdout] | [INFO] [stdout] 136 | Expr::tbl(Char::Table, Char::FontId).equals(Font::Table, Font::Id) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:485:19 [INFO] [stdout] | [INFO] [stdout] 485 | .from(Glyph::Table) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/sqlite/query.rs:136:61 [INFO] [stdout] | [INFO] [stdout] 136 | Expr::tbl(Char::Table, Char::FontId).equals(Font::Table, Font::Id) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/sqlite/query.rs:136:74 [INFO] [stdout] | [INFO] [stdout] 136 | Expr::tbl(Char::Table, Char::FontId).equals(Font::Table, Font::Id) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:487:27 [INFO] [stdout] | [INFO] [stdout] 487 | Expr::col(Glyph::Aspect) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:137:32 [INFO] [stdout] | [INFO] [stdout] 137 | .and(Expr::tbl(Char::Table, Char::FontId).equals(Font::Table, Font::Id)) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:137:45 [INFO] [stdout] | [INFO] [stdout] 137 | .and(Expr::tbl(Char::Table, Char::FontId).equals(Font::Table, Font::Id)) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/sqlite/query.rs:137:66 [INFO] [stdout] | [INFO] [stdout] 137 | .and(Expr::tbl(Char::Table, Char::FontId).equals(Font::Table, Font::Id)) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/sqlite/query.rs:137:79 [INFO] [stdout] | [INFO] [stdout] 137 | .and(Expr::tbl(Char::Table, Char::FontId).equals(Font::Table, Font::Id)) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:499:21 [INFO] [stdout] | [INFO] [stdout] 499 | .column(Glyph::Aspect) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:500:29 [INFO] [stdout] | [INFO] [stdout] 500 | .expr(Expr::col(Glyph::Image).max()) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:501:19 [INFO] [stdout] | [INFO] [stdout] 501 | .from(Glyph::Table) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:502:36 [INFO] [stdout] | [INFO] [stdout] 502 | .group_by_columns(vec![Glyph::Aspect,]) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:504:27 [INFO] [stdout] | [INFO] [stdout] 504 | Expr::col(Glyph::Aspect) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:506:35 [INFO] [stdout] | [INFO] [stdout] 506 | .or(Expr::col(Glyph::Aspect).lt(8)) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:149:17 [INFO] [stdout] | [INFO] [stdout] 149 | Glyph::Aspect, [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:151:19 [INFO] [stdout] | [INFO] [stdout] 151 | .from(Glyph::Table) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:509:27 [INFO] [stdout] | [INFO] [stdout] 509 | Expr::col(Glyph::Aspect) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:511:36 [INFO] [stdout] | [INFO] [stdout] 511 | .and(Expr::col(Glyph::Aspect).lt(18)) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:152:45 [INFO] [stdout] | [INFO] [stdout] 152 | .and_where(Expr::expr(Expr::col(Glyph::Aspect).if_null(0)).gt(2)) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:153:23 [INFO] [stdout] | [INFO] [stdout] 153 | .order_by(Glyph::Image, Order::Desc) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Order` [INFO] [stdout] --> tests/sqlite/query.rs:153:37 [INFO] [stdout] | [INFO] [stdout] 153 | .order_by(Glyph::Image, Order::Desc) [INFO] [stdout] | ^^^^^ use of undeclared type `Order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:154:24 [INFO] [stdout] | [INFO] [stdout] 154 | .order_by((Glyph::Table, Glyph::Aspect), Order::Asc) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:154:38 [INFO] [stdout] | [INFO] [stdout] 154 | .order_by((Glyph::Table, Glyph::Aspect), Order::Asc) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Order` [INFO] [stdout] --> tests/sqlite/query.rs:154:54 [INFO] [stdout] | [INFO] [stdout] 154 | .order_by((Glyph::Table, Glyph::Aspect), Order::Asc) [INFO] [stdout] | ^^^^^ use of undeclared type `Order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:165:17 [INFO] [stdout] | [INFO] [stdout] 165 | Glyph::Aspect, [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:167:19 [INFO] [stdout] | [INFO] [stdout] 167 | .from(Glyph::Table) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:168:45 [INFO] [stdout] | [INFO] [stdout] 168 | .and_where(Expr::expr(Expr::col(Glyph::Aspect).if_null(0)).gt(2)) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:514:27 [INFO] [stdout] | [INFO] [stdout] 514 | Expr::col(Glyph::Aspect) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:516:35 [INFO] [stdout] | [INFO] [stdout] 516 | .or(Expr::col(Glyph::Aspect).lt(28)) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:518:34 [INFO] [stdout] | [INFO] [stdout] 518 | .or_having(Expr::col(Glyph::Aspect).gt(32)) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:534:17 [INFO] [stdout] | [INFO] [stdout] 534 | .column(Glyph::Id) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:535:15 [INFO] [stdout] | [INFO] [stdout] 535 | .from(Glyph::Table) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:536:30 [INFO] [stdout] | [INFO] [stdout] 536 | .and_where(Expr::col(Glyph::Aspect).is_null()) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:170:18 [INFO] [stdout] | [INFO] [stdout] 170 | (Glyph::Id, Order::Asc), [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:549:17 [INFO] [stdout] | [INFO] [stdout] 549 | .column(Glyph::Id) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:550:15 [INFO] [stdout] | [INFO] [stdout] 550 | .from(Glyph::Table) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Order` [INFO] [stdout] --> tests/sqlite/query.rs:170:29 [INFO] [stdout] | [INFO] [stdout] 170 | (Glyph::Id, Order::Asc), [INFO] [stdout] | ^^^^^ use of undeclared type `Order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:171:18 [INFO] [stdout] | [INFO] [stdout] 171 | (Glyph::Aspect, Order::Desc), [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Order` [INFO] [stdout] --> tests/sqlite/query.rs:171:33 [INFO] [stdout] | [INFO] [stdout] 171 | (Glyph::Aspect, Order::Desc), [INFO] [stdout] | ^^^^^ use of undeclared type `Order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:183:17 [INFO] [stdout] | [INFO] [stdout] 183 | Glyph::Aspect, [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:185:19 [INFO] [stdout] | [INFO] [stdout] 185 | .from(Glyph::Table) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:551:47 [INFO] [stdout] | [INFO] [stdout] 551 | .cond_where(Cond::any().add(Expr::col(Glyph::Aspect).is_null())) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:186:45 [INFO] [stdout] | [INFO] [stdout] 186 | .and_where(Expr::expr(Expr::col(Glyph::Aspect).if_null(0)).gt(2)) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:564:17 [INFO] [stdout] | [INFO] [stdout] 564 | .column(Glyph::Id) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:188:19 [INFO] [stdout] | [INFO] [stdout] 188 | ((Glyph::Table, Glyph::Id), Order::Asc), [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:565:15 [INFO] [stdout] | [INFO] [stdout] 565 | .from(Glyph::Table) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:188:33 [INFO] [stdout] | [INFO] [stdout] 188 | ((Glyph::Table, Glyph::Id), Order::Asc), [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:576:17 [INFO] [stdout] | [INFO] [stdout] 576 | .column(Glyph::Id) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Order` [INFO] [stdout] --> tests/sqlite/query.rs:188:45 [INFO] [stdout] | [INFO] [stdout] 188 | ((Glyph::Table, Glyph::Id), Order::Asc), [INFO] [stdout] | ^^^^^ use of undeclared type `Order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:189:19 [INFO] [stdout] | [INFO] [stdout] 189 | ((Glyph::Table, Glyph::Aspect), Order::Desc), [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:189:33 [INFO] [stdout] | [INFO] [stdout] 189 | ((Glyph::Table, Glyph::Aspect), Order::Desc), [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Order` [INFO] [stdout] --> tests/sqlite/query.rs:189:49 [INFO] [stdout] | [INFO] [stdout] 189 | ((Glyph::Table, Glyph::Aspect), Order::Desc), [INFO] [stdout] | ^^^^^ use of undeclared type `Order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:201:17 [INFO] [stdout] | [INFO] [stdout] 201 | Glyph::Id, [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:202:17 [INFO] [stdout] | [INFO] [stdout] 202 | Glyph::Aspect, [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:204:29 [INFO] [stdout] | [INFO] [stdout] 204 | .expr(Expr::col(Glyph::Image).max()) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:205:19 [INFO] [stdout] | [INFO] [stdout] 205 | .from(Glyph::Table) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:207:18 [INFO] [stdout] | [INFO] [stdout] 207 | (Glyph::Table, Glyph::Id), [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:207:32 [INFO] [stdout] | [INFO] [stdout] 207 | (Glyph::Table, Glyph::Id), [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:208:18 [INFO] [stdout] | [INFO] [stdout] 208 | (Glyph::Table, Glyph::Aspect), [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:577:15 [INFO] [stdout] | [INFO] [stdout] 577 | .from(Glyph::Table) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:580:32 [INFO] [stdout] | [INFO] [stdout] 580 | .add(Expr::col(Glyph::Aspect).is_null()) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:581:32 [INFO] [stdout] | [INFO] [stdout] 581 | .add(Expr::col(Glyph::Aspect).is_not_null()), [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:595:17 [INFO] [stdout] | [INFO] [stdout] 595 | .column(Glyph::Id) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:596:15 [INFO] [stdout] | [INFO] [stdout] 596 | .from(Glyph::Table) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:599:32 [INFO] [stdout] | [INFO] [stdout] 599 | .add(Expr::col(Glyph::Aspect).is_null()) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:600:32 [INFO] [stdout] | [INFO] [stdout] 600 | .add(Expr::col(Glyph::Aspect).is_not_null()), [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:614:17 [INFO] [stdout] | [INFO] [stdout] 614 | .column(Glyph::Id) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:615:15 [INFO] [stdout] | [INFO] [stdout] 615 | .from(Glyph::Table) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:635:27 [INFO] [stdout] | [INFO] [stdout] 635 | .columns(vec![Glyph::Aspect]) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:636:35 [INFO] [stdout] | [INFO] [stdout] 636 | .exprs(vec![Expr::col(Glyph::Image).max()]) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:637:19 [INFO] [stdout] | [INFO] [stdout] 637 | .from(Glyph::Table) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:638:36 [INFO] [stdout] | [INFO] [stdout] 638 | .group_by_columns(vec![Glyph::Aspect]) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:648:17 [INFO] [stdout] | [INFO] [stdout] 648 | .column(Glyph::Id) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:208:32 [INFO] [stdout] | [INFO] [stdout] 208 | (Glyph::Table, Glyph::Aspect), [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:649:15 [INFO] [stdout] | [INFO] [stdout] 649 | .from(Glyph::Table) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:652:44 [INFO] [stdout] | [INFO] [stdout] 652 | .add_option(Some(Expr::col(Glyph::Aspect).lt(8))) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:653:32 [INFO] [stdout] | [INFO] [stdout] 653 | .add(Expr::col(Glyph::Aspect).is_not_null()), [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:666:17 [INFO] [stdout] | [INFO] [stdout] 666 | .column(Glyph::Id) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:667:15 [INFO] [stdout] | [INFO] [stdout] 667 | .from(Glyph::Table) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:210:35 [INFO] [stdout] | [INFO] [stdout] 210 | .and_having(Expr::col(Glyph::Aspect).gt(2)) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:695:25 [INFO] [stdout] | [INFO] [stdout] 695 | .into_table(Glyph::Table) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:220:27 [INFO] [stdout] | [INFO] [stdout] 220 | .columns(vec![Char::Character]) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:697:17 [INFO] [stdout] | [INFO] [stdout] 697 | Glyph::Image, [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:221:19 [INFO] [stdout] | [INFO] [stdout] 221 | .from(Char::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:698:17 [INFO] [stdout] | [INFO] [stdout] 698 | Glyph::Aspect, [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:222:34 [INFO] [stdout] | [INFO] [stdout] 222 | .and_where(Expr::col(Char::FontId).is_null()) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:714:25 [INFO] [stdout] | [INFO] [stdout] 714 | .into_table(Glyph::Table) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:716:17 [INFO] [stdout] | [INFO] [stdout] 716 | Glyph::Image, [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:232:27 [INFO] [stdout] | [INFO] [stdout] 232 | .columns(vec![Char::Character]) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:717:17 [INFO] [stdout] | [INFO] [stdout] 717 | Glyph::Aspect, [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:233:19 [INFO] [stdout] | [INFO] [stdout] 233 | .from(Char::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Value` [INFO] [stdout] --> tests/mysql/query.rs:724:17 [INFO] [stdout] | [INFO] [stdout] 724 | Value::Null, [INFO] [stdout] | ^^^^^ use of undeclared type `Value` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:234:34 [INFO] [stdout] | [INFO] [stdout] 234 | .and_where(Expr::col(Char::FontId).is_null()) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:235:34 [INFO] [stdout] | [INFO] [stdout] 235 | .and_where(Expr::col(Char::Character).is_not_null()) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:762:20 [INFO] [stdout] | [INFO] [stdout] 762 | .table(Glyph::Table) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:764:18 [INFO] [stdout] | [INFO] [stdout] 764 | (Glyph::Aspect, 2.1345.into()), [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:765:18 [INFO] [stdout] | [INFO] [stdout] 765 | (Glyph::Image, "24B0E11951B03B07F8300FD003983F03F0780060".into()), [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:245:28 [INFO] [stdout] | [INFO] [stdout] 245 | .columns(vec![(Glyph::Table, Glyph::Image),]) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:245:42 [INFO] [stdout] | [INFO] [stdout] 245 | .columns(vec![(Glyph::Table, Glyph::Image),]) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:246:19 [INFO] [stdout] | [INFO] [stdout] 246 | .from(Glyph::Table) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:247:34 [INFO] [stdout] | [INFO] [stdout] 247 | .and_where(Expr::tbl(Glyph::Table, Glyph::Aspect).between(3, 5)) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:247:48 [INFO] [stdout] | [INFO] [stdout] 247 | .and_where(Expr::tbl(Glyph::Table, Glyph::Aspect).between(3, 5)) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:767:34 [INFO] [stdout] | [INFO] [stdout] 767 | .and_where(Expr::col(Glyph::Id).eq(1)) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:768:23 [INFO] [stdout] | [INFO] [stdout] 768 | .order_by(Glyph::Id, Order::Asc) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Order` [INFO] [stdout] --> tests/mysql/query.rs:768:34 [INFO] [stdout] | [INFO] [stdout] 768 | .order_by(Glyph::Id, Order::Asc) [INFO] [stdout] | ^^^^^ use of undeclared type `Order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:797:20 [INFO] [stdout] | [INFO] [stdout] 797 | .table(Glyph::Table) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:798:25 [INFO] [stdout] | [INFO] [stdout] 798 | .value_expr(Glyph::Aspect, Expr::cust("60 * 24 * 24")) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:800:18 [INFO] [stdout] | [INFO] [stdout] 800 | (Glyph::Image, "24B0E11951B03B07F8300FD003983F03F0780060".into()), [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:258:17 [INFO] [stdout] | [INFO] [stdout] 258 | Glyph::Aspect, [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:260:19 [INFO] [stdout] | [INFO] [stdout] 260 | .from(Glyph::Table) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:802:34 [INFO] [stdout] | [INFO] [stdout] 802 | .and_where(Expr::col(Glyph::Id).eq(1)) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:261:34 [INFO] [stdout] | [INFO] [stdout] 261 | .and_where(Expr::col(Glyph::Aspect).between(3, 5)) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:803:23 [INFO] [stdout] | [INFO] [stdout] 803 | .order_by(Glyph::Id, Order::Asc) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Order` [INFO] [stdout] --> tests/mysql/query.rs:803:34 [INFO] [stdout] | [INFO] [stdout] 803 | .order_by(Glyph::Id, Order::Asc) [INFO] [stdout] | ^^^^^ use of undeclared type `Order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:262:34 [INFO] [stdout] | [INFO] [stdout] 262 | .and_where(Expr::col(Glyph::Aspect).not_between(8, 10)) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:814:25 [INFO] [stdout] | [INFO] [stdout] 814 | .from_table(Glyph::Table) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:272:27 [INFO] [stdout] | [INFO] [stdout] 272 | .columns(vec![Char::Character]) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:815:34 [INFO] [stdout] | [INFO] [stdout] 815 | .and_where(Expr::col(Glyph::Id).eq(1)) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:816:23 [INFO] [stdout] | [INFO] [stdout] 816 | .order_by(Glyph::Id, Order::Asc) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Order` [INFO] [stdout] --> tests/mysql/query.rs:816:34 [INFO] [stdout] | [INFO] [stdout] 816 | .order_by(Glyph::Id, Order::Asc) [INFO] [stdout] | ^^^^^ use of undeclared type `Order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/table.rs:7:20 [INFO] [stdout] | [INFO] [stdout] 7 | .table(Glyph::Table) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `any` in this scope [INFO] [stdout] --> tests/postgres/query.rs:600:21 [INFO] [stdout] | [INFO] [stdout] 600 | .cond_where(any![ [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] sea_query::any [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find macro `any` in this scope [INFO] [stdout] --> tests/postgres/query.rs:623:26 [INFO] [stdout] | [INFO] [stdout] 623 | .cond_having(any![Expr::col(Glyph::Aspect).gt(2)]) [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] sea_query::any [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:273:19 [INFO] [stdout] | [INFO] [stdout] 273 | .from(Char::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:274:34 [INFO] [stdout] | [INFO] [stdout] 274 | .and_where(Expr::col(Char::Character).eq("A")) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:284:21 [INFO] [stdout] | [INFO] [stdout] 284 | .column(Char::Character) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:285:19 [INFO] [stdout] | [INFO] [stdout] 285 | .from(Char::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:286:34 [INFO] [stdout] | [INFO] [stdout] 286 | .and_where(Expr::col(Char::Character).like("A")) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:297:17 [INFO] [stdout] | [INFO] [stdout] 297 | Char::Character [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:299:19 [INFO] [stdout] | [INFO] [stdout] 299 | .from(Char::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:300:33 [INFO] [stdout] | [INFO] [stdout] 300 | .or_where(Expr::col(Char::Character).like("A%")) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:301:33 [INFO] [stdout] | [INFO] [stdout] 301 | .or_where(Expr::col(Char::Character).like("%B")) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:302:33 [INFO] [stdout] | [INFO] [stdout] 302 | .or_where(Expr::col(Char::Character).like("%C%")) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:312:21 [INFO] [stdout] | [INFO] [stdout] 312 | .column(Char::Character) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:313:19 [INFO] [stdout] | [INFO] [stdout] 313 | .from(Char::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:318:36 [INFO] [stdout] | [INFO] [stdout] 318 | .add(Expr::col(Char::Character).like("C")) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:319:36 [INFO] [stdout] | [INFO] [stdout] 319 | .add(Expr::col(Char::Character).like("D").and(Expr::col(Char::Character).like("E"))) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:319:77 [INFO] [stdout] | [INFO] [stdout] 319 | .add(Expr::col(Char::Character).like("D").and(Expr::col(Char::Character).like("E"))) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:322:31 [INFO] [stdout] | [INFO] [stdout] 322 | Expr::col(Char::Character).like("F").or(Expr::col(Char::Character).like("G")) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:322:71 [INFO] [stdout] | [INFO] [stdout] 322 | Expr::col(Char::Character).like("F").or(Expr::col(Char::Character).like("G")) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:334:21 [INFO] [stdout] | [INFO] [stdout] 334 | .column(Char::Character) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:335:19 [INFO] [stdout] | [INFO] [stdout] 335 | .from(Char::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:346:21 [INFO] [stdout] | [INFO] [stdout] 346 | .column(Char::Character) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:347:19 [INFO] [stdout] | [INFO] [stdout] 347 | .from(Char::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:351:43 [INFO] [stdout] | [INFO] [stdout] 351 | x.and_where(Expr::col(Char::FontId).eq(5)); [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:364:21 [INFO] [stdout] | [INFO] [stdout] 364 | .column(Char::Character) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:365:19 [INFO] [stdout] | [INFO] [stdout] 365 | .from(Char::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:367:27 [INFO] [stdout] | [INFO] [stdout] 367 | Expr::col(Char::SizeW) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:369:39 [INFO] [stdout] | [INFO] [stdout] 369 | .equals(Expr::col(Char::SizeH).div(2)) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/table.rs:9:32 [INFO] [stdout] | [INFO] [stdout] 9 | ColumnDef::new(Glyph::Id) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/table.rs:15:33 [INFO] [stdout] | [INFO] [stdout] 15 | .col(ColumnDef::new(Glyph::Aspect).double().not_null()) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/table.rs:16:33 [INFO] [stdout] | [INFO] [stdout] 16 | .col(ColumnDef::new(Glyph::Image).text()) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/mysql/table.rs:36:20 [INFO] [stdout] | [INFO] [stdout] 36 | .table(Font::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/mysql/table.rs:38:32 [INFO] [stdout] | [INFO] [stdout] 38 | ColumnDef::new(Font::Id) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/mysql/table.rs:44:33 [INFO] [stdout] | [INFO] [stdout] 44 | .col(ColumnDef::new(Font::Name).string().not_null()) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/mysql/table.rs:45:33 [INFO] [stdout] | [INFO] [stdout] 45 | .col(ColumnDef::new(Font::Variant).string_len(255).not_null()) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/mysql/table.rs:46:33 [INFO] [stdout] | [INFO] [stdout] 46 | .col(ColumnDef::new(Font::Language).string_len(1024).not_null()) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/table.rs:67:20 [INFO] [stdout] | [INFO] [stdout] 67 | .table(Char::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/table.rs:70:32 [INFO] [stdout] | [INFO] [stdout] 70 | ColumnDef::new(Char::Id) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/table.rs:76:33 [INFO] [stdout] | [INFO] [stdout] 76 | .col(ColumnDef::new(Char::FontSize).integer_len(11).not_null()) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/table.rs:77:33 [INFO] [stdout] | [INFO] [stdout] 77 | .col(ColumnDef::new(Char::Character).string_len(255).not_null()) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/table.rs:78:33 [INFO] [stdout] | [INFO] [stdout] 78 | .col(ColumnDef::new(Char::SizeW).integer_len(11).not_null()) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/table.rs:79:33 [INFO] [stdout] | [INFO] [stdout] 79 | .col(ColumnDef::new(Char::SizeH).integer_len(11).not_null()) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/table.rs:81:32 [INFO] [stdout] | [INFO] [stdout] 81 | ColumnDef::new(Char::FontId) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Value` [INFO] [stdout] --> tests/mysql/table.rs:83:30 [INFO] [stdout] | [INFO] [stdout] 83 | .default(Value::Null) [INFO] [stdout] | ^^^^^ use of undeclared type `Value` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:380:21 [INFO] [stdout] | [INFO] [stdout] 380 | .column(Char::Character) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/table.rs:88:27 [INFO] [stdout] | [INFO] [stdout] 88 | .from(Char::Table, Char::FontId) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/table.rs:88:40 [INFO] [stdout] | [INFO] [stdout] 88 | .from(Char::Table, Char::FontId) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/mysql/table.rs:89:25 [INFO] [stdout] | [INFO] [stdout] 89 | .to(Font::Table, Font::Id) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/mysql/table.rs:89:38 [INFO] [stdout] | [INFO] [stdout] 89 | .to(Font::Table, Font::Id) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ForeignKeyAction` [INFO] [stdout] --> tests/mysql/table.rs:90:32 [INFO] [stdout] | [INFO] [stdout] 90 | .on_delete(ForeignKeyAction::Cascade) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of undeclared type `ForeignKeyAction` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ForeignKeyAction` [INFO] [stdout] --> tests/mysql/table.rs:91:32 [INFO] [stdout] | [INFO] [stdout] 91 | .on_update(ForeignKeyAction::Restrict) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of undeclared type `ForeignKeyAction` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/table.rs:118:20 [INFO] [stdout] | [INFO] [stdout] 118 | .table(Glyph::Table) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:381:19 [INFO] [stdout] | [INFO] [stdout] 381 | .from(Char::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:383:38 [INFO] [stdout] | [INFO] [stdout] 383 | Expr::expr(Expr::col(Char::SizeW).add(1)) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:385:50 [INFO] [stdout] | [INFO] [stdout] 385 | .equals(Expr::expr(Expr::col(Char::SizeH).div(2)).sub(1)) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/foreign_key.rs:8:19 [INFO] [stdout] | [INFO] [stdout] 8 | .from(Char::Table, Char::FontId) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/foreign_key.rs:8:32 [INFO] [stdout] | [INFO] [stdout] 8 | .from(Char::Table, Char::FontId) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/postgres/foreign_key.rs:9:17 [INFO] [stdout] | [INFO] [stdout] 9 | .to(Font::Table, Font::Id) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/postgres/foreign_key.rs:9:30 [INFO] [stdout] | [INFO] [stdout] 9 | .to(Font::Table, Font::Id) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ForeignKeyAction` [INFO] [stdout] --> tests/postgres/foreign_key.rs:10:24 [INFO] [stdout] | [INFO] [stdout] 10 | .on_delete(ForeignKeyAction::Cascade) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of undeclared type `ForeignKeyAction` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ForeignKeyAction` [INFO] [stdout] --> tests/postgres/foreign_key.rs:11:24 [INFO] [stdout] | [INFO] [stdout] 11 | .on_update(ForeignKeyAction::Cascade) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of undeclared type `ForeignKeyAction` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/foreign_key.rs:27:20 [INFO] [stdout] | [INFO] [stdout] 27 | .table(Char::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:397:17 [INFO] [stdout] | [INFO] [stdout] 397 | Char::Character, Char::SizeW, Char::SizeH [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:397:34 [INFO] [stdout] | [INFO] [stdout] 397 | Char::Character, Char::SizeW, Char::SizeH [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:397:47 [INFO] [stdout] | [INFO] [stdout] 397 | Char::Character, Char::SizeW, Char::SizeH [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:399:19 [INFO] [stdout] | [INFO] [stdout] 399 | .from(Char::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:400:34 [INFO] [stdout] | [INFO] [stdout] 400 | .and_where(Expr::col(Char::SizeW).eq(3)) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:401:34 [INFO] [stdout] | [INFO] [stdout] 401 | .and_where(Expr::col(Char::SizeH).eq(4)) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:402:34 [INFO] [stdout] | [INFO] [stdout] 402 | .and_where(Expr::col(Char::SizeH).eq(5)) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/table.rs:120:32 [INFO] [stdout] | [INFO] [stdout] 120 | ColumnDef::new(Glyph::Id) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:413:17 [INFO] [stdout] | [INFO] [stdout] 413 | Char::Character, Char::SizeW, Char::SizeH [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:413:34 [INFO] [stdout] | [INFO] [stdout] 413 | Char::Character, Char::SizeW, Char::SizeH [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:413:47 [INFO] [stdout] | [INFO] [stdout] 413 | Char::Character, Char::SizeW, Char::SizeH [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:415:19 [INFO] [stdout] | [INFO] [stdout] 415 | .from(Char::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:416:33 [INFO] [stdout] | [INFO] [stdout] 416 | .or_where(Expr::col(Char::SizeW).eq(3)) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/table.rs:139:20 [INFO] [stdout] | [INFO] [stdout] 139 | .table(Glyph::Table) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/table.rs:140:33 [INFO] [stdout] | [INFO] [stdout] 140 | .col(ColumnDef::new(Glyph::Id).integer().not_null()) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:417:33 [INFO] [stdout] | [INFO] [stdout] 417 | .or_where(Expr::col(Char::SizeH).eq(4)) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:418:33 [INFO] [stdout] | [INFO] [stdout] 418 | .or_where(Expr::col(Char::SizeH).eq(5)) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/table.rs:141:70 [INFO] [stdout] | [INFO] [stdout] 141 | .index(Index::create().unique().name("idx-glyph-id").col(Glyph::Id)) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:430:17 [INFO] [stdout] | [INFO] [stdout] 430 | Char::Character, Char::SizeW, Char::SizeH [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:430:34 [INFO] [stdout] | [INFO] [stdout] 430 | Char::Character, Char::SizeW, Char::SizeH [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:430:47 [INFO] [stdout] | [INFO] [stdout] 430 | Char::Character, Char::SizeW, Char::SizeH [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/table.rs:157:20 [INFO] [stdout] | [INFO] [stdout] 157 | .table(Glyph::Table) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/postgres/index.rs:8:20 [INFO] [stdout] | [INFO] [stdout] 8 | .table(Glyph::Table) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:432:19 [INFO] [stdout] | [INFO] [stdout] 432 | .from(Char::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/postgres/index.rs:9:18 [INFO] [stdout] | [INFO] [stdout] 9 | .col(Glyph::Aspect) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/table.rs:158:20 [INFO] [stdout] | [INFO] [stdout] 158 | .table(Char::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:433:34 [INFO] [stdout] | [INFO] [stdout] 433 | .and_where(Expr::col(Char::SizeW).eq(3)) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/mysql/table.rs:169:20 [INFO] [stdout] | [INFO] [stdout] 169 | .table(Font::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:434:33 [INFO] [stdout] | [INFO] [stdout] 434 | .or_where(Expr::col(Char::SizeH).eq(4)) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:435:34 [INFO] [stdout] | [INFO] [stdout] 435 | .and_where(Expr::col(Char::SizeH).eq(5)) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:446:17 [INFO] [stdout] | [INFO] [stdout] 446 | Char::Character, Char::SizeW, Char::SizeH [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:446:34 [INFO] [stdout] | [INFO] [stdout] 446 | Char::Character, Char::SizeW, Char::SizeH [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:446:47 [INFO] [stdout] | [INFO] [stdout] 446 | Char::Character, Char::SizeW, Char::SizeH [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:448:19 [INFO] [stdout] | [INFO] [stdout] 448 | .from(Char::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/postgres/index.rs:21:20 [INFO] [stdout] | [INFO] [stdout] 21 | .table(Glyph::Table) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:450:27 [INFO] [stdout] | [INFO] [stdout] 450 | Expr::col(Char::SizeW).mul(2) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:451:36 [INFO] [stdout] | [INFO] [stdout] 451 | .add(Expr::col(Char::SizeH).div(3)) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/postgres/index.rs:22:18 [INFO] [stdout] | [INFO] [stdout] 22 | .col(Glyph::Aspect) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/postgres/index.rs:23:18 [INFO] [stdout] | [INFO] [stdout] 23 | .col(Glyph::Image) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/mysql/table.rs:179:20 [INFO] [stdout] | [INFO] [stdout] 179 | .table(Font::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:473:32 [INFO] [stdout] | [INFO] [stdout] 473 | .expr_as(Expr::col(Char::Character), Alias::new("C")) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:474:19 [INFO] [stdout] | [INFO] [stdout] 474 | .from(Char::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/mysql/table.rs:195:20 [INFO] [stdout] | [INFO] [stdout] 195 | .table(Font::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:484:21 [INFO] [stdout] | [INFO] [stdout] 484 | .column(Glyph::Image) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:485:19 [INFO] [stdout] | [INFO] [stdout] 485 | .from(Glyph::Table) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/postgres/index.rs:35:20 [INFO] [stdout] | [INFO] [stdout] 35 | .table(Glyph::Table) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/postgres/index.rs:36:18 [INFO] [stdout] | [INFO] [stdout] 36 | .col(Glyph::Image) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:487:27 [INFO] [stdout] | [INFO] [stdout] 487 | Expr::col(Glyph::Aspect) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/mysql/table.rs:210:20 [INFO] [stdout] | [INFO] [stdout] 210 | .table(Font::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:499:21 [INFO] [stdout] | [INFO] [stdout] 499 | .column(Glyph::Aspect) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:500:29 [INFO] [stdout] | [INFO] [stdout] 500 | .expr(Expr::col(Glyph::Image).max()) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:501:19 [INFO] [stdout] | [INFO] [stdout] 501 | .from(Glyph::Table) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:502:36 [INFO] [stdout] | [INFO] [stdout] 502 | .group_by_columns(vec![Glyph::Aspect,]) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `TestEnv` [INFO] [stdout] --> tests/postgres/online.rs:7:19 [INFO] [stdout] | [INFO] [stdout] 7 | let mut env = TestEnv::new("postgresql://sea:sea@localhost/query"); [INFO] [stdout] | ^^^^^^^ use of undeclared type `TestEnv` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:504:27 [INFO] [stdout] | [INFO] [stdout] 504 | Expr::col(Glyph::Aspect) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/postgres/online.rs:10:16 [INFO] [stdout] | [INFO] [stdout] 10 | .table(Font::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/mysql/table.rs:221:20 [INFO] [stdout] | [INFO] [stdout] 221 | .table(Font::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:506:35 [INFO] [stdout] | [INFO] [stdout] 506 | .or(Expr::col(Glyph::Aspect).lt(8)) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:509:27 [INFO] [stdout] | [INFO] [stdout] 509 | Expr::col(Glyph::Aspect) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:511:36 [INFO] [stdout] | [INFO] [stdout] 511 | .and(Expr::col(Glyph::Aspect).lt(18)) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:514:27 [INFO] [stdout] | [INFO] [stdout] 514 | Expr::col(Glyph::Aspect) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:516:35 [INFO] [stdout] | [INFO] [stdout] 516 | .or(Expr::col(Glyph::Aspect).lt(28)) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:518:34 [INFO] [stdout] | [INFO] [stdout] 518 | .or_having(Expr::col(Glyph::Aspect).gt(32)) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:534:17 [INFO] [stdout] | [INFO] [stdout] 534 | .column(Glyph::Id) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:535:15 [INFO] [stdout] | [INFO] [stdout] 535 | .from(Glyph::Table) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:536:30 [INFO] [stdout] | [INFO] [stdout] 536 | .and_where(Expr::col(Glyph::Aspect).is_null()) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:549:17 [INFO] [stdout] | [INFO] [stdout] 549 | .column(Glyph::Id) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:550:15 [INFO] [stdout] | [INFO] [stdout] 550 | .from(Glyph::Table) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:551:47 [INFO] [stdout] | [INFO] [stdout] 551 | .cond_where(Cond::any().add(Expr::col(Glyph::Aspect).is_null())) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:564:17 [INFO] [stdout] | [INFO] [stdout] 564 | .column(Glyph::Id) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:565:15 [INFO] [stdout] | [INFO] [stdout] 565 | .from(Glyph::Table) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:576:17 [INFO] [stdout] | [INFO] [stdout] 576 | .column(Glyph::Id) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:577:15 [INFO] [stdout] | [INFO] [stdout] 577 | .from(Glyph::Table) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:580:32 [INFO] [stdout] | [INFO] [stdout] 580 | .add(Expr::col(Glyph::Aspect).is_null()) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:581:32 [INFO] [stdout] | [INFO] [stdout] 581 | .add(Expr::col(Glyph::Aspect).is_not_null()), [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:595:17 [INFO] [stdout] | [INFO] [stdout] 595 | .column(Glyph::Id) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:596:15 [INFO] [stdout] | [INFO] [stdout] 596 | .from(Glyph::Table) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:599:32 [INFO] [stdout] | [INFO] [stdout] 599 | .add(Expr::col(Glyph::Aspect).is_null()) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:600:32 [INFO] [stdout] | [INFO] [stdout] 600 | .add(Expr::col(Glyph::Aspect).is_not_null()), [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:614:17 [INFO] [stdout] | [INFO] [stdout] 614 | .column(Glyph::Id) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:615:15 [INFO] [stdout] | [INFO] [stdout] 615 | .from(Glyph::Table) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:635:27 [INFO] [stdout] | [INFO] [stdout] 635 | .columns(vec![Glyph::Aspect]) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:636:35 [INFO] [stdout] | [INFO] [stdout] 636 | .exprs(vec![Expr::col(Glyph::Image).max()]) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/mysql/table.rs:232:20 [INFO] [stdout] | [INFO] [stdout] 232 | .table(Font::Table, Alias::new("font_new")) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:637:19 [INFO] [stdout] | [INFO] [stdout] 637 | .from(Glyph::Table) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:638:36 [INFO] [stdout] | [INFO] [stdout] 638 | .group_by_columns(vec![Glyph::Aspect]) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:648:17 [INFO] [stdout] | [INFO] [stdout] 648 | .column(Glyph::Id) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ForeignKey` [INFO] [stdout] --> tests/mysql/foreign_key.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | ForeignKey::create() [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::ForeignKey; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/postgres/online.rs:12:28 [INFO] [stdout] | [INFO] [stdout] 12 | ColumnDef::new(Font::Id) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/postgres/online.rs:18:29 [INFO] [stdout] | [INFO] [stdout] 18 | .col(ColumnDef::new(Font::Name).string_len(255).not_null()) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/postgres/online.rs:19:29 [INFO] [stdout] | [INFO] [stdout] 19 | .col(ColumnDef::new(Font::Variant).string_len(255).not_null()) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/postgres/online.rs:20:29 [INFO] [stdout] | [INFO] [stdout] 20 | .col(ColumnDef::new(Font::Language).string_len(255).not_null()) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/postgres/online.rs:38:16 [INFO] [stdout] | [INFO] [stdout] 38 | .table(Font::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/postgres/online.rs:39:14 [INFO] [stdout] | [INFO] [stdout] 39 | .col(Font::Name) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/online.rs:51:16 [INFO] [stdout] | [INFO] [stdout] 51 | .table(Char::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:649:15 [INFO] [stdout] | [INFO] [stdout] 649 | .from(Glyph::Table) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:652:44 [INFO] [stdout] | [INFO] [stdout] 652 | .add_option(Some(Expr::col(Glyph::Aspect).lt(8))) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:653:32 [INFO] [stdout] | [INFO] [stdout] 653 | .add(Expr::col(Glyph::Aspect).is_not_null()), [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:666:17 [INFO] [stdout] | [INFO] [stdout] 666 | .column(Glyph::Id) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:667:15 [INFO] [stdout] | [INFO] [stdout] 667 | .from(Glyph::Table) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:695:25 [INFO] [stdout] | [INFO] [stdout] 695 | .into_table(Glyph::Table) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:697:17 [INFO] [stdout] | [INFO] [stdout] 697 | Glyph::Image, [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/foreign_key.rs:12:24 [INFO] [stdout] | [INFO] [stdout] 12 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:698:17 [INFO] [stdout] | [INFO] [stdout] 698 | Glyph::Aspect, [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:714:25 [INFO] [stdout] | [INFO] [stdout] 714 | .into_table(Glyph::Table) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ForeignKey` [INFO] [stdout] --> tests/mysql/foreign_key.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | ForeignKey::drop() [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::ForeignKey; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:716:17 [INFO] [stdout] | [INFO] [stdout] 716 | Glyph::Image, [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:717:17 [INFO] [stdout] | [INFO] [stdout] 717 | Glyph::Aspect, [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/foreign_key.rs:29:24 [INFO] [stdout] | [INFO] [stdout] 29 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Value` [INFO] [stdout] --> tests/sqlite/query.rs:724:17 [INFO] [stdout] | [INFO] [stdout] 724 | Value::Null, [INFO] [stdout] | ^^^^^ use of undeclared type `Value` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:762:20 [INFO] [stdout] | [INFO] [stdout] 762 | .table(Glyph::Table) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:764:18 [INFO] [stdout] | [INFO] [stdout] 764 | (Glyph::Aspect, 2.1345.into()), [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Index` [INFO] [stdout] --> tests/mysql/index.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | Index::create() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::ops::Index; [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Index; [INFO] [stdout] | [INFO] [stdout] 1 | use std::ops::Index; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:765:18 [INFO] [stdout] | [INFO] [stdout] 765 | (Glyph::Image, "24B0E11951B03B07F8300FD003983F03F0780060".into()), [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:767:34 [INFO] [stdout] | [INFO] [stdout] 767 | .and_where(Expr::col(Glyph::Id).eq(1)) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/index.rs:10:24 [INFO] [stdout] | [INFO] [stdout] 10 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:793:20 [INFO] [stdout] | [INFO] [stdout] 793 | .table(Glyph::Table) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:794:25 [INFO] [stdout] | [INFO] [stdout] 794 | .value_expr(Glyph::Aspect, Expr::cust("60 * 24 * 24")) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Index` [INFO] [stdout] --> tests/mysql/index.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | Index::create() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::ops::Index; [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Index; [INFO] [stdout] | [INFO] [stdout] 1 | use std::ops::Index; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:796:18 [INFO] [stdout] | [INFO] [stdout] 796 | (Glyph::Image, "24B0E11951B03B07F8300FD003983F03F0780060".into()), [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:798:34 [INFO] [stdout] | [INFO] [stdout] 798 | .and_where(Expr::col(Glyph::Id).eq(1)) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/index.rs:24:24 [INFO] [stdout] | [INFO] [stdout] 24 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:808:25 [INFO] [stdout] | [INFO] [stdout] 808 | .from_table(Glyph::Table) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:809:34 [INFO] [stdout] | [INFO] [stdout] 809 | .and_where(Expr::col(Glyph::Id).eq(1)) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Index` [INFO] [stdout] --> tests/mysql/index.rs:32:9 [INFO] [stdout] | [INFO] [stdout] 32 | Index::create() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::ops::Index; [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Index; [INFO] [stdout] | [INFO] [stdout] 1 | use std::ops::Index; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/index.rs:37:24 [INFO] [stdout] | [INFO] [stdout] 37 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/table.rs:7:20 [INFO] [stdout] | [INFO] [stdout] 7 | .table(Glyph::Table) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Index` [INFO] [stdout] --> tests/mysql/index.rs:45:9 [INFO] [stdout] | [INFO] [stdout] 45 | Index::create() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::ops::Index; [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Index; [INFO] [stdout] | [INFO] [stdout] 1 | use std::ops::Index; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/index.rs:50:24 [INFO] [stdout] | [INFO] [stdout] 50 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Index` [INFO] [stdout] --> tests/mysql/index.rs:58:9 [INFO] [stdout] | [INFO] [stdout] 58 | Index::drop() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::ops::Index; [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Index; [INFO] [stdout] | [INFO] [stdout] 1 | use std::ops::Index; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/index.rs:61:24 [INFO] [stdout] | [INFO] [stdout] 61 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/table.rs:9:32 [INFO] [stdout] | [INFO] [stdout] 9 | ColumnDef::new(Glyph::Id) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Table` [INFO] [stdout] --> tests/mysql/online.rs:9:15 [INFO] [stdout] | [INFO] [stdout] 9 | let sql = Table::create() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Table; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ColumnDef` [INFO] [stdout] --> tests/mysql/online.rs:12:13 [INFO] [stdout] | [INFO] [stdout] 12 | ColumnDef::new(Font::Id) [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::ColumnDef; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/table.rs:15:33 [INFO] [stdout] | [INFO] [stdout] 15 | .col(ColumnDef::new(Glyph::Aspect).double().not_null()) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ColumnDef` [INFO] [stdout] --> tests/mysql/online.rs:18:14 [INFO] [stdout] | [INFO] [stdout] 18 | .col(ColumnDef::new(Font::Name).string_len(255).not_null()) [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::ColumnDef; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ColumnDef` [INFO] [stdout] --> tests/mysql/online.rs:19:14 [INFO] [stdout] | [INFO] [stdout] 19 | .col(ColumnDef::new(Font::Variant).string_len(255).not_null()) [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::ColumnDef; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ColumnDef` [INFO] [stdout] --> tests/mysql/online.rs:20:14 [INFO] [stdout] | [INFO] [stdout] 20 | .col(ColumnDef::new(Font::Language).string_len(255).not_null()) [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::ColumnDef; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/table.rs:16:33 [INFO] [stdout] | [INFO] [stdout] 16 | .col(ColumnDef::new(Glyph::Image).text()) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/online.rs:24:20 [INFO] [stdout] | [INFO] [stdout] 24 | .to_string(MysqlQueryBuilder); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Index` [INFO] [stdout] --> tests/mysql/online.rs:39:15 [INFO] [stdout] | [INFO] [stdout] 39 | let sql = Index::create() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::ops::Index; [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Index; [INFO] [stdout] | [INFO] [stdout] 1 | use std::ops::Index; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/online.rs:43:20 [INFO] [stdout] | [INFO] [stdout] 43 | .to_string(MysqlQueryBuilder); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/sqlite/table.rs:33:20 [INFO] [stdout] | [INFO] [stdout] 33 | .table(Font::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/sqlite/table.rs:35:32 [INFO] [stdout] | [INFO] [stdout] 35 | ColumnDef::new(Font::Id) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/online.rs:54:28 [INFO] [stdout] | [INFO] [stdout] 54 | ColumnDef::new(Char::Id) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/sqlite/table.rs:41:33 [INFO] [stdout] | [INFO] [stdout] 41 | .col(ColumnDef::new(Font::Name).string().not_null()) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/sqlite/table.rs:42:33 [INFO] [stdout] | [INFO] [stdout] 42 | .col(ColumnDef::new(Font::Variant).string().not_null()) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/online.rs:60:29 [INFO] [stdout] | [INFO] [stdout] 60 | .col(ColumnDef::new(Char::FontSize).integer().not_null()) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/sqlite/table.rs:43:33 [INFO] [stdout] | [INFO] [stdout] 43 | .col(ColumnDef::new(Font::Language).string().not_null()) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/online.rs:61:29 [INFO] [stdout] | [INFO] [stdout] 61 | .col(ColumnDef::new(Char::Character).string_len(255).not_null()) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/table.rs:61:20 [INFO] [stdout] | [INFO] [stdout] 61 | .table(Char::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/online.rs:62:29 [INFO] [stdout] | [INFO] [stdout] 62 | .col(ColumnDef::new(Char::SizeW).integer().not_null()) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/table.rs:64:32 [INFO] [stdout] | [INFO] [stdout] 64 | ColumnDef::new(Char::Id) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/online.rs:63:29 [INFO] [stdout] | [INFO] [stdout] 63 | .col(ColumnDef::new(Char::SizeH).integer().not_null()) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/table.rs:70:33 [INFO] [stdout] | [INFO] [stdout] 70 | .col(ColumnDef::new(Char::FontSize).integer().not_null()) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/online.rs:64:29 [INFO] [stdout] | [INFO] [stdout] 64 | .col(ColumnDef::new(Char::FontId).integer().default(Value::Null)) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/table.rs:71:33 [INFO] [stdout] | [INFO] [stdout] 71 | .col(ColumnDef::new(Char::Character).string().not_null()) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Value` [INFO] [stdout] --> tests/postgres/online.rs:64:61 [INFO] [stdout] | [INFO] [stdout] 64 | .col(ColumnDef::new(Char::FontId).integer().default(Value::Null)) [INFO] [stdout] | ^^^^^ use of undeclared type `Value` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/table.rs:72:33 [INFO] [stdout] | [INFO] [stdout] 72 | .col(ColumnDef::new(Char::SizeW).integer().not_null()) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/online.rs:84:16 [INFO] [stdout] | [INFO] [stdout] 84 | .table(Char::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Index` [INFO] [stdout] --> tests/mysql/online.rs:47:15 [INFO] [stdout] | [INFO] [stdout] 47 | let sql = Index::drop() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::ops::Index; [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Index; [INFO] [stdout] | [INFO] [stdout] 1 | use std::ops::Index; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/table.rs:73:33 [INFO] [stdout] | [INFO] [stdout] 73 | .col(ColumnDef::new(Char::SizeH).integer().not_null()) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/table.rs:74:33 [INFO] [stdout] | [INFO] [stdout] 74 | .col(ColumnDef::new(Char::FontId).integer().default(Value::Null)) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Value` [INFO] [stdout] --> tests/sqlite/table.rs:74:65 [INFO] [stdout] | [INFO] [stdout] 74 | .col(ColumnDef::new(Char::FontId).integer().default(Value::Null)) [INFO] [stdout] | ^^^^^ use of undeclared type `Value` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/table.rs:77:27 [INFO] [stdout] | [INFO] [stdout] 77 | .from(Char::Table, Char::FontId) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/table.rs:77:40 [INFO] [stdout] | [INFO] [stdout] 77 | .from(Char::Table, Char::FontId) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/sqlite/table.rs:78:25 [INFO] [stdout] | [INFO] [stdout] 78 | .to(Font::Table, Font::Id) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/sqlite/table.rs:78:38 [INFO] [stdout] | [INFO] [stdout] 78 | .to(Font::Table, Font::Id) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ForeignKeyAction` [INFO] [stdout] --> tests/sqlite/table.rs:79:32 [INFO] [stdout] | [INFO] [stdout] 79 | .on_delete(ForeignKeyAction::Cascade) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of undeclared type `ForeignKeyAction` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ForeignKeyAction` [INFO] [stdout] --> tests/sqlite/table.rs:80:32 [INFO] [stdout] | [INFO] [stdout] 80 | .on_update(ForeignKeyAction::Cascade) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of undeclared type `ForeignKeyAction` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/table.rs:102:20 [INFO] [stdout] | [INFO] [stdout] 102 | .table(Glyph::Table) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/table.rs:103:20 [INFO] [stdout] | [INFO] [stdout] 103 | .table(Char::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/sqlite/table.rs:114:20 [INFO] [stdout] | [INFO] [stdout] 114 | .table(Font::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/online.rs:85:14 [INFO] [stdout] | [INFO] [stdout] 85 | .col(Char::FontSize) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/online.rs:101:15 [INFO] [stdout] | [INFO] [stdout] 101 | .from(Char::Table, Char::FontId) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/online.rs:101:28 [INFO] [stdout] | [INFO] [stdout] 101 | .from(Char::Table, Char::FontId) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/postgres/online.rs:102:13 [INFO] [stdout] | [INFO] [stdout] 102 | .to(Font::Table, Font::Id) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/postgres/online.rs:102:26 [INFO] [stdout] | [INFO] [stdout] 102 | .to(Font::Table, Font::Id) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ForeignKeyAction` [INFO] [stdout] --> tests/postgres/online.rs:103:20 [INFO] [stdout] | [INFO] [stdout] 103 | .on_delete(ForeignKeyAction::Cascade) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of undeclared type `ForeignKeyAction` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ForeignKeyAction` [INFO] [stdout] --> tests/postgres/online.rs:104:20 [INFO] [stdout] | [INFO] [stdout] 104 | .on_update(ForeignKeyAction::Cascade) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of undeclared type `ForeignKeyAction` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/online.rs:120:16 [INFO] [stdout] | [INFO] [stdout] 120 | .table(Char::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/online.rs:129:23 [INFO] [stdout] | [INFO] [stdout] 129 | .columns(vec![Char::Character, Char::SizeW, Char::SizeH]) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/online.rs:129:40 [INFO] [stdout] | [INFO] [stdout] 129 | .columns(vec![Char::Character, Char::SizeW, Char::SizeH]) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/online.rs:129:53 [INFO] [stdout] | [INFO] [stdout] 129 | .columns(vec![Char::Character, Char::SizeW, Char::SizeH]) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/online.rs:130:15 [INFO] [stdout] | [INFO] [stdout] 130 | .from(Char::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/online.rs:141:21 [INFO] [stdout] | [INFO] [stdout] 141 | .into_table(Char::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/online.rs:143:13 [INFO] [stdout] | [INFO] [stdout] 143 | Char::Character, [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/online.rs:144:13 [INFO] [stdout] | [INFO] [stdout] 144 | Char::SizeW, [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/online.rs:145:13 [INFO] [stdout] | [INFO] [stdout] 145 | Char::SizeH, [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/online.rs:146:13 [INFO] [stdout] | [INFO] [stdout] 146 | Char::FontSize, [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/online.rs:147:13 [INFO] [stdout] | [INFO] [stdout] 147 | Char::FontId, [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/sqlite/table.rs:124:20 [INFO] [stdout] | [INFO] [stdout] 124 | .table(Font::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Value` [INFO] [stdout] --> tests/postgres/online.rs:154:13 [INFO] [stdout] | [INFO] [stdout] 154 | Value::Null, [INFO] [stdout] | ^^^^^ use of undeclared type `Value` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Value` [INFO] [stdout] --> tests/postgres/online.rs:161:13 [INFO] [stdout] | [INFO] [stdout] 161 | Value::Null, [INFO] [stdout] | ^^^^^ use of undeclared type `Value` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/online.rs:171:16 [INFO] [stdout] | [INFO] [stdout] 171 | .table(Char::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/sqlite/table.rs:140:16 [INFO] [stdout] | [INFO] [stdout] 140 | .table(Font::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/online.rs:173:14 [INFO] [stdout] | [INFO] [stdout] 173 | (Char::Character, "S".into()), [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/online.rs:174:14 [INFO] [stdout] | [INFO] [stdout] 174 | (Char::SizeW, 1233.into()), [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/online.rs:175:14 [INFO] [stdout] | [INFO] [stdout] 175 | (Char::SizeH, 12.into()), [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/online.rs:177:30 [INFO] [stdout] | [INFO] [stdout] 177 | .and_where(Expr::col(Char::Id).eq(1)) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/online.rs:186:16 [INFO] [stdout] | [INFO] [stdout] 186 | .table(Char::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/sqlite/table.rs:149:20 [INFO] [stdout] | [INFO] [stdout] 149 | .table(Font::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/online.rs:50:20 [INFO] [stdout] | [INFO] [stdout] 50 | .to_string(MysqlQueryBuilder); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Table` [INFO] [stdout] --> tests/mysql/online.rs:54:15 [INFO] [stdout] | [INFO] [stdout] 54 | let sql = Table::create() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Table; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ColumnDef` [INFO] [stdout] --> tests/mysql/online.rs:58:13 [INFO] [stdout] | [INFO] [stdout] 58 | ColumnDef::new(Char::Id) [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::ColumnDef; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ColumnDef` [INFO] [stdout] --> tests/mysql/online.rs:64:14 [INFO] [stdout] | [INFO] [stdout] 64 | .col(ColumnDef::new(Char::FontSize).integer_len(11).not_null()) [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::ColumnDef; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ColumnDef` [INFO] [stdout] --> tests/mysql/online.rs:65:14 [INFO] [stdout] | [INFO] [stdout] 65 | .col(ColumnDef::new(Char::Character).string_len(255).not_null()) [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::ColumnDef; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ColumnDef` [INFO] [stdout] --> tests/mysql/online.rs:66:14 [INFO] [stdout] | [INFO] [stdout] 66 | .col(ColumnDef::new(Char::SizeW).integer_len(11).not_null()) [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::ColumnDef; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ColumnDef` [INFO] [stdout] --> tests/mysql/online.rs:67:14 [INFO] [stdout] | [INFO] [stdout] 67 | .col(ColumnDef::new(Char::SizeH).integer_len(11).not_null()) [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::ColumnDef; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ColumnDef` [INFO] [stdout] --> tests/mysql/online.rs:69:13 [INFO] [stdout] | [INFO] [stdout] 69 | ColumnDef::new(Char::FontId) [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::ColumnDef; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/online.rs:76:20 [INFO] [stdout] | [INFO] [stdout] 76 | .to_string(MysqlQueryBuilder); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Index` [INFO] [stdout] --> tests/mysql/online.rs:93:15 [INFO] [stdout] | [INFO] [stdout] 93 | let sql = Index::create() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::ops::Index; [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Index; [INFO] [stdout] | [INFO] [stdout] 1 | use std::ops::Index; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/online.rs:97:20 [INFO] [stdout] | [INFO] [stdout] 97 | .to_string(MysqlQueryBuilder); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/online.rs:192:16 [INFO] [stdout] | [INFO] [stdout] 192 | .table(Char::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Index` [INFO] [stdout] --> tests/mysql/online.rs:104:15 [INFO] [stdout] | [INFO] [stdout] 104 | let sql = Index::drop() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::ops::Index; [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Index; [INFO] [stdout] | [INFO] [stdout] 1 | use std::ops::Index; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/online.rs:107:20 [INFO] [stdout] | [INFO] [stdout] 107 | .to_string(MysqlQueryBuilder); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/postgres/online.rs:193:16 [INFO] [stdout] | [INFO] [stdout] 193 | .table(Font::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ForeignKey` [INFO] [stdout] --> tests/mysql/online.rs:111:15 [INFO] [stdout] | [INFO] [stdout] 111 | let sql = ForeignKey::create() [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::ForeignKey; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/online.rs:117:20 [INFO] [stdout] | [INFO] [stdout] 117 | .to_string(MysqlQueryBuilder); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ForeignKey` [INFO] [stdout] --> tests/mysql/online.rs:130:15 [INFO] [stdout] | [INFO] [stdout] 130 | let sql = ForeignKey::drop() [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::ForeignKey; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/online.rs:133:20 [INFO] [stdout] | [INFO] [stdout] 133 | .to_string(MysqlQueryBuilder); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/mysql/online.rs:140:15 [INFO] [stdout] | [INFO] [stdout] 140 | let sql = Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/sqlite/table.rs:160:16 [INFO] [stdout] | [INFO] [stdout] 160 | .table(Font::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/online.rs:145:20 [INFO] [stdout] | [INFO] [stdout] 145 | .to_string(MysqlQueryBuilder); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/mysql/online.rs:152:15 [INFO] [stdout] | [INFO] [stdout] 152 | let sql = Query::insert() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/query.rs:7:27 [INFO] [stdout] | [INFO] [stdout] 7 | .columns(vec![Char::Character, Char::SizeW, Char::SizeH]) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/query.rs:7:44 [INFO] [stdout] | [INFO] [stdout] 7 | .columns(vec![Char::Character, Char::SizeW, Char::SizeH]) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/online.rs:175:20 [INFO] [stdout] | [INFO] [stdout] 175 | .to_string(MysqlQueryBuilder); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/query.rs:7:57 [INFO] [stdout] | [INFO] [stdout] 7 | .columns(vec![Char::Character, Char::SizeW, Char::SizeH]) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/mysql/online.rs:182:15 [INFO] [stdout] | [INFO] [stdout] 182 | let sql = Query::update() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/query.rs:8:19 [INFO] [stdout] | [INFO] [stdout] 8 | .from(Char::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/online.rs:189:20 [INFO] [stdout] | [INFO] [stdout] 189 | .and_where(Expr::col(Char::Id).eq(1)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/online.rs:192:20 [INFO] [stdout] | [INFO] [stdout] 192 | .to_string(MysqlQueryBuilder); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Table` [INFO] [stdout] --> tests/mysql/online.rs:199:15 [INFO] [stdout] | [INFO] [stdout] 199 | let sql = Table::truncate() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Table; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/sqlite/table.rs:169:20 [INFO] [stdout] | [INFO] [stdout] 169 | .table(Font::Table, Alias::new("font_new")) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/online.rs:201:20 [INFO] [stdout] | [INFO] [stdout] 201 | .to_string(MysqlQueryBuilder); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Table` [INFO] [stdout] --> tests/mysql/online.rs:205:15 [INFO] [stdout] | [INFO] [stdout] 205 | let sql = Table::drop() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Table; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/online.rs:208:20 [INFO] [stdout] | [INFO] [stdout] 208 | .to_string(MysqlQueryBuilder); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/mysql/query.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/query.rs:20:27 [INFO] [stdout] | [INFO] [stdout] 20 | .columns(vec![Char::Character, Char::SizeW, Char::SizeH]) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/query.rs:20:44 [INFO] [stdout] | [INFO] [stdout] 20 | .columns(vec![Char::Character, Char::SizeW, Char::SizeH]) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/query.rs:11:24 [INFO] [stdout] | [INFO] [stdout] 11 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/query.rs:20:57 [INFO] [stdout] | [INFO] [stdout] 20 | .columns(vec![Char::Character, Char::SizeW, Char::SizeH]) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/query.rs:21:19 [INFO] [stdout] | [INFO] [stdout] 21 | .from(Char::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/mysql/query.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 19 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:22:24 [INFO] [stdout] | [INFO] [stdout] 22 | .and_where(Expr::col(Char::SizeW).eq(3)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/query.rs:23:24 [INFO] [stdout] | [INFO] [stdout] 23 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/mysql/query.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:36:24 [INFO] [stdout] | [INFO] [stdout] 36 | .and_where(Expr::col(Char::SizeW).eq(3)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:37:24 [INFO] [stdout] | [INFO] [stdout] 37 | .and_where(Expr::col(Char::SizeH).eq(4)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/query.rs:38:24 [INFO] [stdout] | [INFO] [stdout] 38 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/mysql/query.rs:46:9 [INFO] [stdout] | [INFO] [stdout] 46 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/query.rs:22:34 [INFO] [stdout] | [INFO] [stdout] 22 | .and_where(Expr::col(Char::SizeW).eq(3)) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/mysql/query.rs:49:17 [INFO] [stdout] | [INFO] [stdout] 49 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Alias` [INFO] [stdout] --> tests/mysql/query.rs:53:17 [INFO] [stdout] | [INFO] [stdout] 53 | Alias::new("subglyph") [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Alias; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/query.rs:55:24 [INFO] [stdout] | [INFO] [stdout] 55 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Index` [INFO] [stdout] --> tests/sqlite/index.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | Index::create() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::ops::Index; [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Index; [INFO] [stdout] | [INFO] [stdout] 1 | use std::ops::Index; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/mysql/query.rs:63:9 [INFO] [stdout] | [INFO] [stdout] 63 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:66:24 [INFO] [stdout] | [INFO] [stdout] 66 | .and_where(Expr::tbl(Glyph::Table, Glyph::Aspect).is_in(vec![3, 4])) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/query.rs:67:24 [INFO] [stdout] | [INFO] [stdout] 67 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SqliteQueryBuilder` in this scope [INFO] [stdout] --> tests/sqlite/index.rs:10:24 [INFO] [stdout] | [INFO] [stdout] 10 | .to_string(SqliteQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::SqliteQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/mysql/query.rs:75:9 [INFO] [stdout] | [INFO] [stdout] 75 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:77:25 [INFO] [stdout] | [INFO] [stdout] 77 | .exprs(vec![Expr::col(Glyph::Image).max(),]) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:80:25 [INFO] [stdout] | [INFO] [stdout] 80 | .and_having(Expr::col(Glyph::Aspect).gt(2)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Index` [INFO] [stdout] --> tests/sqlite/index.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | Index::create() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::ops::Index; [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Index; [INFO] [stdout] | [INFO] [stdout] 1 | use std::ops::Index; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/query.rs:81:24 [INFO] [stdout] | [INFO] [stdout] 81 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/mysql/query.rs:89:9 [INFO] [stdout] | [INFO] [stdout] 89 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SqliteQueryBuilder` in this scope [INFO] [stdout] --> tests/sqlite/index.rs:24:24 [INFO] [stdout] | [INFO] [stdout] 24 | .to_string(SqliteQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::SqliteQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:92:24 [INFO] [stdout] | [INFO] [stdout] 92 | .and_where(Expr::expr(Expr::col(Glyph::Aspect).if_null(0)).gt(2)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/query.rs:32:27 [INFO] [stdout] | [INFO] [stdout] 32 | .columns(vec![Char::Character, Char::SizeW, Char::SizeH]) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:92:35 [INFO] [stdout] | [INFO] [stdout] 92 | .and_where(Expr::expr(Expr::col(Glyph::Aspect).if_null(0)).gt(2)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/query.rs:93:24 [INFO] [stdout] | [INFO] [stdout] 93 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/query.rs:32:44 [INFO] [stdout] | [INFO] [stdout] 32 | .columns(vec![Char::Character, Char::SizeW, Char::SizeH]) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Index` [INFO] [stdout] --> tests/sqlite/index.rs:32:9 [INFO] [stdout] | [INFO] [stdout] 32 | Index::drop() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::ops::Index; [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Index; [INFO] [stdout] | [INFO] [stdout] 1 | use std::ops::Index; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/mysql/query.rs:101:9 [INFO] [stdout] | [INFO] [stdout] 101 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/query.rs:32:57 [INFO] [stdout] | [INFO] [stdout] 32 | .columns(vec![Char::Character, Char::SizeW, Char::SizeH]) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:106:37 [INFO] [stdout] | [INFO] [stdout] 106 | .left_join(Font::Table, Expr::tbl(Char::Table, Char::FontId).equals(Font::Table, Font::Id)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SqliteQueryBuilder` in this scope [INFO] [stdout] --> tests/sqlite/index.rs:35:24 [INFO] [stdout] | [INFO] [stdout] 35 | .to_string(SqliteQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::SqliteQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/query.rs:107:24 [INFO] [stdout] | [INFO] [stdout] 107 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/query.rs:33:19 [INFO] [stdout] | [INFO] [stdout] 33 | .from(Char::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/mysql/query.rs:115:9 [INFO] [stdout] | [INFO] [stdout] 115 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/sqlite/query.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:120:37 [INFO] [stdout] | [INFO] [stdout] 120 | .left_join(Font::Table, Expr::tbl(Char::Table, Char::FontId).equals(Font::Table, Font::Id)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:121:39 [INFO] [stdout] | [INFO] [stdout] 121 | .inner_join(Glyph::Table, Expr::tbl(Char::Table, Char::Character).equals(Glyph::Table, Glyph::Image)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SqliteQueryBuilder` in this scope [INFO] [stdout] --> tests/sqlite/query.rs:11:24 [INFO] [stdout] | [INFO] [stdout] 11 | .to_string(SqliteQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::SqliteQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/sqlite/query.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 19 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/query.rs:122:24 [INFO] [stdout] | [INFO] [stdout] 122 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/query.rs:34:34 [INFO] [stdout] | [INFO] [stdout] 34 | .and_where(Expr::col(Char::SizeW).eq(3)) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/sqlite/query.rs:22:24 [INFO] [stdout] | [INFO] [stdout] 22 | .and_where(Expr::col(Char::SizeW).eq(3)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/mysql/query.rs:130:9 [INFO] [stdout] | [INFO] [stdout] 130 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SqliteQueryBuilder` in this scope [INFO] [stdout] --> tests/sqlite/query.rs:23:24 [INFO] [stdout] | [INFO] [stdout] 23 | .to_string(SqliteQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::SqliteQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:136:17 [INFO] [stdout] | [INFO] [stdout] 136 | Expr::tbl(Char::Table, Char::FontId).equals(Font::Table, Font::Id) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/sqlite/query.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:137:22 [INFO] [stdout] | [INFO] [stdout] 137 | .and(Expr::tbl(Char::Table, Char::FontId).equals(Font::Table, Font::Id)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/sqlite/query.rs:36:24 [INFO] [stdout] | [INFO] [stdout] 36 | .and_where(Expr::col(Char::SizeW).eq(3)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/query.rs:139:24 [INFO] [stdout] | [INFO] [stdout] 139 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/sqlite/query.rs:37:24 [INFO] [stdout] | [INFO] [stdout] 37 | .and_where(Expr::col(Char::SizeH).eq(4)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/mysql/query.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SqliteQueryBuilder` in this scope [INFO] [stdout] --> tests/sqlite/query.rs:38:24 [INFO] [stdout] | [INFO] [stdout] 38 | .to_string(SqliteQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::SqliteQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:152:24 [INFO] [stdout] | [INFO] [stdout] 152 | .and_where(Expr::expr(Expr::col(Glyph::Aspect).if_null(0)).gt(2)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/query.rs:35:34 [INFO] [stdout] | [INFO] [stdout] 35 | .and_where(Expr::col(Char::SizeH).eq(4)) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:152:35 [INFO] [stdout] | [INFO] [stdout] 152 | .and_where(Expr::expr(Expr::col(Glyph::Aspect).if_null(0)).gt(2)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/sqlite/query.rs:46:9 [INFO] [stdout] | [INFO] [stdout] 46 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/sqlite/query.rs:49:17 [INFO] [stdout] | [INFO] [stdout] 49 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/query.rs:155:24 [INFO] [stdout] | [INFO] [stdout] 155 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Alias` [INFO] [stdout] --> tests/sqlite/query.rs:53:17 [INFO] [stdout] | [INFO] [stdout] 53 | Alias::new("subglyph") [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Alias; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/mysql/query.rs:163:9 [INFO] [stdout] | [INFO] [stdout] 163 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SqliteQueryBuilder` in this scope [INFO] [stdout] --> tests/sqlite/query.rs:55:24 [INFO] [stdout] | [INFO] [stdout] 55 | .to_string(SqliteQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::SqliteQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:168:24 [INFO] [stdout] | [INFO] [stdout] 168 | .and_where(Expr::expr(Expr::col(Glyph::Aspect).if_null(0)).gt(2)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/sqlite/query.rs:63:9 [INFO] [stdout] | [INFO] [stdout] 63 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:168:35 [INFO] [stdout] | [INFO] [stdout] 168 | .and_where(Expr::expr(Expr::col(Glyph::Aspect).if_null(0)).gt(2)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/sqlite/query.rs:66:24 [INFO] [stdout] | [INFO] [stdout] 66 | .and_where(Expr::tbl(Glyph::Table, Glyph::Aspect).is_in(vec![3, 4])) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/query.rs:173:24 [INFO] [stdout] | [INFO] [stdout] 173 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SqliteQueryBuilder` in this scope [INFO] [stdout] --> tests/sqlite/query.rs:67:24 [INFO] [stdout] | [INFO] [stdout] 67 | .to_string(SqliteQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::SqliteQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/mysql/query.rs:181:9 [INFO] [stdout] | [INFO] [stdout] 181 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/sqlite/query.rs:75:9 [INFO] [stdout] | [INFO] [stdout] 75 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:186:24 [INFO] [stdout] | [INFO] [stdout] 186 | .and_where(Expr::expr(Expr::col(Glyph::Aspect).if_null(0)).gt(2)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/sqlite/query.rs:77:25 [INFO] [stdout] | [INFO] [stdout] 77 | .exprs(vec![Expr::col(Glyph::Image).max(),]) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:186:35 [INFO] [stdout] | [INFO] [stdout] 186 | .and_where(Expr::expr(Expr::col(Glyph::Aspect).if_null(0)).gt(2)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/sqlite/query.rs:80:25 [INFO] [stdout] | [INFO] [stdout] 80 | .and_having(Expr::col(Glyph::Aspect).gt(2)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/query.rs:191:24 [INFO] [stdout] | [INFO] [stdout] 191 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/mysql/query.rs:199:9 [INFO] [stdout] | [INFO] [stdout] 199 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SqliteQueryBuilder` in this scope [INFO] [stdout] --> tests/sqlite/query.rs:81:24 [INFO] [stdout] | [INFO] [stdout] 81 | .to_string(SqliteQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::SqliteQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:204:19 [INFO] [stdout] | [INFO] [stdout] 204 | .expr(Expr::col(Glyph::Image).max()) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/sqlite/query.rs:89:9 [INFO] [stdout] | [INFO] [stdout] 89 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/postgres/query.rs:45:27 [INFO] [stdout] | [INFO] [stdout] 45 | .columns(vec![Glyph::Aspect]) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:210:25 [INFO] [stdout] | [INFO] [stdout] 210 | .and_having(Expr::col(Glyph::Aspect).gt(2)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/sqlite/query.rs:92:24 [INFO] [stdout] | [INFO] [stdout] 92 | .and_where(Expr::expr(Expr::col(Glyph::Aspect).if_null(0)).gt(2)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/query.rs:211:24 [INFO] [stdout] | [INFO] [stdout] 211 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/sqlite/query.rs:92:35 [INFO] [stdout] | [INFO] [stdout] 92 | .and_where(Expr::expr(Expr::col(Glyph::Aspect).if_null(0)).gt(2)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/postgres/query.rs:48:35 [INFO] [stdout] | [INFO] [stdout] 48 | .columns(vec![Glyph::Image, Glyph::Aspect]) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/mysql/query.rs:219:9 [INFO] [stdout] | [INFO] [stdout] 219 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/postgres/query.rs:48:49 [INFO] [stdout] | [INFO] [stdout] 48 | .columns(vec![Glyph::Image, Glyph::Aspect]) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:222:24 [INFO] [stdout] | [INFO] [stdout] 222 | .and_where(Expr::col(Char::FontId).is_null()) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/postgres/query.rs:49:27 [INFO] [stdout] | [INFO] [stdout] 49 | .from(Glyph::Table) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/query.rs:223:24 [INFO] [stdout] | [INFO] [stdout] 223 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/postgres/query.rs:62:22 [INFO] [stdout] | [INFO] [stdout] 62 | .column((Glyph::Table, Glyph::Image)) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/postgres/query.rs:62:36 [INFO] [stdout] | [INFO] [stdout] 62 | .column((Glyph::Table, Glyph::Image)) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/postgres/query.rs:63:19 [INFO] [stdout] | [INFO] [stdout] 63 | .from(Glyph::Table) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/mysql/query.rs:231:9 [INFO] [stdout] | [INFO] [stdout] 231 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:234:24 [INFO] [stdout] | [INFO] [stdout] 234 | .and_where(Expr::col(Char::FontId).is_null()) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:235:24 [INFO] [stdout] | [INFO] [stdout] 235 | .and_where(Expr::col(Char::Character).is_not_null()) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/postgres/query.rs:64:34 [INFO] [stdout] | [INFO] [stdout] 64 | .and_where(Expr::tbl(Glyph::Table, Glyph::Aspect).is_in(vec![3, 4])) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/query.rs:236:24 [INFO] [stdout] | [INFO] [stdout] 236 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/postgres/query.rs:64:48 [INFO] [stdout] | [INFO] [stdout] 64 | .and_where(Expr::tbl(Glyph::Table, Glyph::Aspect).is_in(vec![3, 4])) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/mysql/query.rs:244:9 [INFO] [stdout] | [INFO] [stdout] 244 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:247:24 [INFO] [stdout] | [INFO] [stdout] 247 | .and_where(Expr::tbl(Glyph::Table, Glyph::Aspect).between(3, 5)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/query.rs:248:24 [INFO] [stdout] | [INFO] [stdout] 248 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/mysql/query.rs:256:9 [INFO] [stdout] | [INFO] [stdout] 256 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:261:24 [INFO] [stdout] | [INFO] [stdout] 261 | .and_where(Expr::col(Glyph::Aspect).between(3, 5)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:262:24 [INFO] [stdout] | [INFO] [stdout] 262 | .and_where(Expr::col(Glyph::Aspect).not_between(8, 10)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/query.rs:263:24 [INFO] [stdout] | [INFO] [stdout] 263 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/mysql/query.rs:271:9 [INFO] [stdout] | [INFO] [stdout] 271 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:274:24 [INFO] [stdout] | [INFO] [stdout] 274 | .and_where(Expr::col(Char::Character).eq("A")) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/query.rs:275:24 [INFO] [stdout] | [INFO] [stdout] 275 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/mysql/query.rs:283:9 [INFO] [stdout] | [INFO] [stdout] 283 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:286:24 [INFO] [stdout] | [INFO] [stdout] 286 | .and_where(Expr::col(Char::Character).like("A")) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/postgres/query.rs:74:27 [INFO] [stdout] | [INFO] [stdout] 74 | .columns(vec![Glyph::Aspect,]) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/query.rs:287:24 [INFO] [stdout] | [INFO] [stdout] 287 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/mysql/query.rs:295:9 [INFO] [stdout] | [INFO] [stdout] 295 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:300:23 [INFO] [stdout] | [INFO] [stdout] 300 | .or_where(Expr::col(Char::Character).like("A%")) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:301:23 [INFO] [stdout] | [INFO] [stdout] 301 | .or_where(Expr::col(Char::Character).like("%B")) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:302:23 [INFO] [stdout] | [INFO] [stdout] 302 | .or_where(Expr::col(Char::Character).like("%C%")) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/query.rs:303:24 [INFO] [stdout] | [INFO] [stdout] 303 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/postgres/query.rs:75:35 [INFO] [stdout] | [INFO] [stdout] 75 | .exprs(vec![Expr::col(Glyph::Image).max(),]) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/mysql/query.rs:311:9 [INFO] [stdout] | [INFO] [stdout] 311 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Cond` [INFO] [stdout] --> tests/mysql/query.rs:315:17 [INFO] [stdout] | [INFO] [stdout] 315 | Cond::all() [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Cond; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/postgres/query.rs:76:19 [INFO] [stdout] | [INFO] [stdout] 76 | .from(Glyph::Table) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Cond` [INFO] [stdout] --> tests/mysql/query.rs:317:21 [INFO] [stdout] | [INFO] [stdout] 317 | Cond::any() [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Cond; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:318:26 [INFO] [stdout] | [INFO] [stdout] 318 | .add(Expr::col(Char::Character).like("C")) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:319:26 [INFO] [stdout] | [INFO] [stdout] 319 | .add(Expr::col(Char::Character).like("D").and(Expr::col(Char::Character).like("E"))) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/postgres/query.rs:77:36 [INFO] [stdout] | [INFO] [stdout] 77 | .group_by_columns(vec![Glyph::Aspect,]) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:319:67 [INFO] [stdout] | [INFO] [stdout] 319 | .add(Expr::col(Char::Character).like("D").and(Expr::col(Char::Character).like("E"))) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:322:21 [INFO] [stdout] | [INFO] [stdout] 322 | Expr::col(Char::Character).like("F").or(Expr::col(Char::Character).like("G")) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:322:61 [INFO] [stdout] | [INFO] [stdout] 322 | Expr::col(Char::Character).like("F").or(Expr::col(Char::Character).like("G")) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/query.rs:325:24 [INFO] [stdout] | [INFO] [stdout] 325 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/mysql/query.rs:333:9 [INFO] [stdout] | [INFO] [stdout] 333 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/postgres/query.rs:78:35 [INFO] [stdout] | [INFO] [stdout] 78 | .and_having(Expr::col(Glyph::Aspect).gt(2)) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/query.rs:337:24 [INFO] [stdout] | [INFO] [stdout] 337 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/postgres/query.rs:88:27 [INFO] [stdout] | [INFO] [stdout] 88 | .columns(vec![Glyph::Aspect,]) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/postgres/query.rs:89:19 [INFO] [stdout] | [INFO] [stdout] 89 | .from(Glyph::Table) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/mysql/query.rs:345:9 [INFO] [stdout] | [INFO] [stdout] 345 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:351:33 [INFO] [stdout] | [INFO] [stdout] 351 | x.and_where(Expr::col(Char::FontId).eq(5)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/query.rs:355:24 [INFO] [stdout] | [INFO] [stdout] 355 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/mysql/query.rs:363:9 [INFO] [stdout] | [INFO] [stdout] 363 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:367:17 [INFO] [stdout] | [INFO] [stdout] 367 | Expr::col(Char::SizeW) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:369:29 [INFO] [stdout] | [INFO] [stdout] 369 | .equals(Expr::col(Char::SizeH).div(2)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/query.rs:371:24 [INFO] [stdout] | [INFO] [stdout] 371 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/mysql/query.rs:379:9 [INFO] [stdout] | [INFO] [stdout] 379 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:383:17 [INFO] [stdout] | [INFO] [stdout] 383 | Expr::expr(Expr::col(Char::SizeW).add(1)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/postgres/query.rs:90:45 [INFO] [stdout] | [INFO] [stdout] 90 | .and_where(Expr::expr(Expr::col(Glyph::Aspect).if_null(0)).gt(2)) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:383:28 [INFO] [stdout] | [INFO] [stdout] 383 | Expr::expr(Expr::col(Char::SizeW).add(1)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:385:29 [INFO] [stdout] | [INFO] [stdout] 385 | .equals(Expr::expr(Expr::col(Char::SizeH).div(2)).sub(1)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:385:40 [INFO] [stdout] | [INFO] [stdout] 385 | .equals(Expr::expr(Expr::col(Char::SizeH).div(2)).sub(1)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/query.rs:387:24 [INFO] [stdout] | [INFO] [stdout] 387 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/mysql/query.rs:395:9 [INFO] [stdout] | [INFO] [stdout] 395 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:400:24 [INFO] [stdout] | [INFO] [stdout] 400 | .and_where(Expr::col(Char::SizeW).eq(3)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:401:24 [INFO] [stdout] | [INFO] [stdout] 401 | .and_where(Expr::col(Char::SizeH).eq(4)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:402:24 [INFO] [stdout] | [INFO] [stdout] 402 | .and_where(Expr::col(Char::SizeH).eq(5)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/query.rs:403:24 [INFO] [stdout] | [INFO] [stdout] 403 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/mysql/query.rs:411:9 [INFO] [stdout] | [INFO] [stdout] 411 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:416:23 [INFO] [stdout] | [INFO] [stdout] 416 | .or_where(Expr::col(Char::SizeW).eq(3)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:417:23 [INFO] [stdout] | [INFO] [stdout] 417 | .or_where(Expr::col(Char::SizeH).eq(4)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/query.rs:100:27 [INFO] [stdout] | [INFO] [stdout] 100 | .columns(vec![Char::Character,]) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:418:23 [INFO] [stdout] | [INFO] [stdout] 418 | .or_where(Expr::col(Char::SizeH).eq(5)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/query.rs:101:19 [INFO] [stdout] | [INFO] [stdout] 101 | .from(Char::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/postgres/query.rs:103:17 [INFO] [stdout] | [INFO] [stdout] 103 | Font::Table, [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/query.rs:419:24 [INFO] [stdout] | [INFO] [stdout] 419 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/mysql/query.rs:428:9 [INFO] [stdout] | [INFO] [stdout] 428 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:433:24 [INFO] [stdout] | [INFO] [stdout] 433 | .and_where(Expr::col(Char::SizeW).eq(3)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:434:23 [INFO] [stdout] | [INFO] [stdout] 434 | .or_where(Expr::col(Char::SizeH).eq(4)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SqliteQueryBuilder` in this scope [INFO] [stdout] --> tests/sqlite/query.rs:93:24 [INFO] [stdout] | [INFO] [stdout] 93 | .to_string(SqliteQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::SqliteQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/query.rs:104:27 [INFO] [stdout] | [INFO] [stdout] 104 | Expr::tbl(Char::Table, Char::FontId).equals(Font::Table, Font::Id) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:435:24 [INFO] [stdout] | [INFO] [stdout] 435 | .and_where(Expr::col(Char::SizeH).eq(5)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/query.rs:104:40 [INFO] [stdout] | [INFO] [stdout] 104 | Expr::tbl(Char::Table, Char::FontId).equals(Font::Table, Font::Id) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/sqlite/query.rs:101:9 [INFO] [stdout] | [INFO] [stdout] 101 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/query.rs:436:24 [INFO] [stdout] | [INFO] [stdout] 436 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/postgres/query.rs:104:61 [INFO] [stdout] | [INFO] [stdout] 104 | Expr::tbl(Char::Table, Char::FontId).equals(Font::Table, Font::Id) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/mysql/query.rs:444:9 [INFO] [stdout] | [INFO] [stdout] 444 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/sqlite/query.rs:106:37 [INFO] [stdout] | [INFO] [stdout] 106 | .left_join(Font::Table, Expr::tbl(Char::Table, Char::FontId).equals(Font::Table, Font::Id)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/postgres/query.rs:104:74 [INFO] [stdout] | [INFO] [stdout] 104 | Expr::tbl(Char::Table, Char::FontId).equals(Font::Table, Font::Id) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:450:17 [INFO] [stdout] | [INFO] [stdout] 450 | Expr::col(Char::SizeW).mul(2) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SqliteQueryBuilder` in this scope [INFO] [stdout] --> tests/sqlite/query.rs:107:24 [INFO] [stdout] | [INFO] [stdout] 107 | .to_string(SqliteQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::SqliteQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:451:26 [INFO] [stdout] | [INFO] [stdout] 451 | .add(Expr::col(Char::SizeH).div(3)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/sqlite/query.rs:115:9 [INFO] [stdout] | [INFO] [stdout] 115 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:452:29 [INFO] [stdout] | [INFO] [stdout] 452 | .equals(Expr::value(4)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/sqlite/query.rs:120:37 [INFO] [stdout] | [INFO] [stdout] 120 | .left_join(Font::Table, Expr::tbl(Char::Table, Char::FontId).equals(Font::Table, Font::Id)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/sqlite/query.rs:121:39 [INFO] [stdout] | [INFO] [stdout] 121 | .inner_join(Glyph::Table, Expr::tbl(Char::Table, Char::Character).equals(Glyph::Table, Glyph::Image)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/query.rs:454:24 [INFO] [stdout] | [INFO] [stdout] 454 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SqliteQueryBuilder` in this scope [INFO] [stdout] --> tests/sqlite/query.rs:122:24 [INFO] [stdout] | [INFO] [stdout] 122 | .to_string(SqliteQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::SqliteQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/mysql/query.rs:462:9 [INFO] [stdout] | [INFO] [stdout] 462 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/sqlite/query.rs:130:9 [INFO] [stdout] | [INFO] [stdout] 130 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:463:36 [INFO] [stdout] | [INFO] [stdout] 463 | .expr((1..10_i32).fold(Expr::value(0), |expr, i| { expr.add(Expr::value(i)) })) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/sqlite/query.rs:136:17 [INFO] [stdout] | [INFO] [stdout] 136 | Expr::tbl(Char::Table, Char::FontId).equals(Font::Table, Font::Id) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:463:73 [INFO] [stdout] | [INFO] [stdout] 463 | .expr((1..10_i32).fold(Expr::value(0), |expr, i| { expr.add(Expr::value(i)) })) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/sqlite/query.rs:137:22 [INFO] [stdout] | [INFO] [stdout] 137 | .and(Expr::tbl(Char::Table, Char::FontId).equals(Font::Table, Font::Id)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/query.rs:464:24 [INFO] [stdout] | [INFO] [stdout] 464 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SqliteQueryBuilder` in this scope [INFO] [stdout] --> tests/sqlite/query.rs:139:24 [INFO] [stdout] | [INFO] [stdout] 139 | .to_string(SqliteQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::SqliteQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/query.rs:115:27 [INFO] [stdout] | [INFO] [stdout] 115 | .columns(vec![Char::Character,]) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/sqlite/query.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/mysql/query.rs:472:9 [INFO] [stdout] | [INFO] [stdout] 472 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/sqlite/query.rs:152:24 [INFO] [stdout] | [INFO] [stdout] 152 | .and_where(Expr::expr(Expr::col(Glyph::Aspect).if_null(0)).gt(2)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:473:22 [INFO] [stdout] | [INFO] [stdout] 473 | .expr_as(Expr::col(Char::Character), Alias::new("C")) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/query.rs:116:19 [INFO] [stdout] | [INFO] [stdout] 116 | .from(Char::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/sqlite/query.rs:152:35 [INFO] [stdout] | [INFO] [stdout] 152 | .and_where(Expr::expr(Expr::col(Glyph::Aspect).if_null(0)).gt(2)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Alias` [INFO] [stdout] --> tests/mysql/query.rs:473:50 [INFO] [stdout] | [INFO] [stdout] 473 | .expr_as(Expr::col(Char::Character), Alias::new("C")) [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Alias; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SqliteQueryBuilder` in this scope [INFO] [stdout] --> tests/sqlite/query.rs:155:24 [INFO] [stdout] | [INFO] [stdout] 155 | .to_string(SqliteQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::SqliteQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/query.rs:475:24 [INFO] [stdout] | [INFO] [stdout] 475 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/postgres/query.rs:118:17 [INFO] [stdout] | [INFO] [stdout] 118 | Font::Table, [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/sqlite/query.rs:163:9 [INFO] [stdout] | [INFO] [stdout] 163 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/mysql/query.rs:483:9 [INFO] [stdout] | [INFO] [stdout] 483 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/sqlite/query.rs:168:24 [INFO] [stdout] | [INFO] [stdout] 168 | .and_where(Expr::expr(Expr::col(Glyph::Aspect).if_null(0)).gt(2)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:487:17 [INFO] [stdout] | [INFO] [stdout] 487 | Expr::col(Glyph::Aspect) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/mysql/query.rs:488:34 [INFO] [stdout] | [INFO] [stdout] 488 | .in_subquery(Query::select().expr(Expr::cust("3 + 2 * 2")).take()) [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/sqlite/query.rs:168:35 [INFO] [stdout] | [INFO] [stdout] 168 | .and_where(Expr::expr(Expr::col(Glyph::Aspect).if_null(0)).gt(2)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:488:55 [INFO] [stdout] | [INFO] [stdout] 488 | .in_subquery(Query::select().expr(Expr::cust("3 + 2 * 2")).take()) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SqliteQueryBuilder` in this scope [INFO] [stdout] --> tests/sqlite/query.rs:173:24 [INFO] [stdout] | [INFO] [stdout] 173 | .to_string(SqliteQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::SqliteQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/sqlite/query.rs:181:9 [INFO] [stdout] | [INFO] [stdout] 181 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/query.rs:490:24 [INFO] [stdout] | [INFO] [stdout] 490 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/query.rs:119:27 [INFO] [stdout] | [INFO] [stdout] 119 | Expr::tbl(Char::Table, Char::FontId).equals(Font::Table, Font::Id) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/sqlite/query.rs:186:24 [INFO] [stdout] | [INFO] [stdout] 186 | .and_where(Expr::expr(Expr::col(Glyph::Aspect).if_null(0)).gt(2)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/mysql/query.rs:498:9 [INFO] [stdout] | [INFO] [stdout] 498 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/sqlite/query.rs:186:35 [INFO] [stdout] | [INFO] [stdout] 186 | .and_where(Expr::expr(Expr::col(Glyph::Aspect).if_null(0)).gt(2)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:500:19 [INFO] [stdout] | [INFO] [stdout] 500 | .expr(Expr::col(Glyph::Image).max()) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/query.rs:119:40 [INFO] [stdout] | [INFO] [stdout] 119 | Expr::tbl(Char::Table, Char::FontId).equals(Font::Table, Font::Id) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SqliteQueryBuilder` in this scope [INFO] [stdout] --> tests/sqlite/query.rs:191:24 [INFO] [stdout] | [INFO] [stdout] 191 | .to_string(SqliteQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::SqliteQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/sqlite/query.rs:199:9 [INFO] [stdout] | [INFO] [stdout] 199 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/postgres/query.rs:119:61 [INFO] [stdout] | [INFO] [stdout] 119 | Expr::tbl(Char::Table, Char::FontId).equals(Font::Table, Font::Id) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/sqlite/query.rs:204:19 [INFO] [stdout] | [INFO] [stdout] 204 | .expr(Expr::col(Glyph::Image).max()) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/sqlite/query.rs:210:25 [INFO] [stdout] | [INFO] [stdout] 210 | .and_having(Expr::col(Glyph::Aspect).gt(2)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/postgres/query.rs:119:74 [INFO] [stdout] | [INFO] [stdout] 119 | Expr::tbl(Char::Table, Char::FontId).equals(Font::Table, Font::Id) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SqliteQueryBuilder` in this scope [INFO] [stdout] --> tests/sqlite/query.rs:211:24 [INFO] [stdout] | [INFO] [stdout] 211 | .to_string(SqliteQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::SqliteQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/sqlite/query.rs:219:9 [INFO] [stdout] | [INFO] [stdout] 219 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/postgres/query.rs:122:17 [INFO] [stdout] | [INFO] [stdout] 122 | Glyph::Table, [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/sqlite/query.rs:222:24 [INFO] [stdout] | [INFO] [stdout] 222 | .and_where(Expr::col(Char::FontId).is_null()) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SqliteQueryBuilder` in this scope [INFO] [stdout] --> tests/sqlite/query.rs:223:24 [INFO] [stdout] | [INFO] [stdout] 223 | .to_string(SqliteQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::SqliteQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/sqlite/query.rs:231:9 [INFO] [stdout] | [INFO] [stdout] 231 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/sqlite/query.rs:234:24 [INFO] [stdout] | [INFO] [stdout] 234 | .and_where(Expr::col(Char::FontId).is_null()) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/sqlite/query.rs:235:24 [INFO] [stdout] | [INFO] [stdout] 235 | .and_where(Expr::col(Char::Character).is_not_null()) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SqliteQueryBuilder` in this scope [INFO] [stdout] --> tests/sqlite/query.rs:236:24 [INFO] [stdout] | [INFO] [stdout] 236 | .to_string(SqliteQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::SqliteQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/sqlite/query.rs:244:9 [INFO] [stdout] | [INFO] [stdout] 244 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/query.rs:123:27 [INFO] [stdout] | [INFO] [stdout] 123 | Expr::tbl(Char::Table, Char::Character).equals(Glyph::Table, Glyph::Image) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/sqlite/query.rs:247:24 [INFO] [stdout] | [INFO] [stdout] 247 | .and_where(Expr::tbl(Glyph::Table, Glyph::Aspect).between(3, 5)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SqliteQueryBuilder` in this scope [INFO] [stdout] --> tests/sqlite/query.rs:248:24 [INFO] [stdout] | [INFO] [stdout] 248 | .to_string(SqliteQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::SqliteQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/sqlite/query.rs:256:9 [INFO] [stdout] | [INFO] [stdout] 256 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/sqlite/query.rs:261:24 [INFO] [stdout] | [INFO] [stdout] 261 | .and_where(Expr::col(Glyph::Aspect).between(3, 5)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/sqlite/query.rs:262:24 [INFO] [stdout] | [INFO] [stdout] 262 | .and_where(Expr::col(Glyph::Aspect).not_between(8, 10)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SqliteQueryBuilder` in this scope [INFO] [stdout] --> tests/sqlite/query.rs:263:24 [INFO] [stdout] | [INFO] [stdout] 263 | .to_string(SqliteQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::SqliteQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:504:17 [INFO] [stdout] | [INFO] [stdout] 504 | Expr::col(Glyph::Aspect) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/sqlite/query.rs:271:9 [INFO] [stdout] | [INFO] [stdout] 271 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/sqlite/query.rs:274:24 [INFO] [stdout] | [INFO] [stdout] 274 | .and_where(Expr::col(Char::Character).eq("A")) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SqliteQueryBuilder` in this scope [INFO] [stdout] --> tests/sqlite/query.rs:275:24 [INFO] [stdout] | [INFO] [stdout] 275 | .to_string(SqliteQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::SqliteQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/sqlite/query.rs:283:9 [INFO] [stdout] | [INFO] [stdout] 283 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/sqlite/query.rs:286:24 [INFO] [stdout] | [INFO] [stdout] 286 | .and_where(Expr::col(Char::Character).like("A")) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SqliteQueryBuilder` in this scope [INFO] [stdout] --> tests/sqlite/query.rs:287:24 [INFO] [stdout] | [INFO] [stdout] 287 | .to_string(SqliteQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::SqliteQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/sqlite/query.rs:295:9 [INFO] [stdout] | [INFO] [stdout] 295 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/sqlite/query.rs:300:23 [INFO] [stdout] | [INFO] [stdout] 300 | .or_where(Expr::col(Char::Character).like("A%")) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/sqlite/query.rs:301:23 [INFO] [stdout] | [INFO] [stdout] 301 | .or_where(Expr::col(Char::Character).like("%B")) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:506:25 [INFO] [stdout] | [INFO] [stdout] 506 | .or(Expr::col(Glyph::Aspect).lt(8)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/query.rs:123:40 [INFO] [stdout] | [INFO] [stdout] 123 | Expr::tbl(Char::Table, Char::Character).equals(Glyph::Table, Glyph::Image) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:509:17 [INFO] [stdout] | [INFO] [stdout] 509 | Expr::col(Glyph::Aspect) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/sqlite/query.rs:302:23 [INFO] [stdout] | [INFO] [stdout] 302 | .or_where(Expr::col(Char::Character).like("%C%")) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/postgres/query.rs:123:64 [INFO] [stdout] | [INFO] [stdout] 123 | Expr::tbl(Char::Table, Char::Character).equals(Glyph::Table, Glyph::Image) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/postgres/query.rs:123:78 [INFO] [stdout] | [INFO] [stdout] 123 | Expr::tbl(Char::Table, Char::Character).equals(Glyph::Table, Glyph::Image) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SqliteQueryBuilder` in this scope [INFO] [stdout] --> tests/sqlite/query.rs:303:24 [INFO] [stdout] | [INFO] [stdout] 303 | .to_string(SqliteQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::SqliteQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:511:26 [INFO] [stdout] | [INFO] [stdout] 511 | .and(Expr::col(Glyph::Aspect).lt(18)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/query.rs:134:27 [INFO] [stdout] | [INFO] [stdout] 134 | .columns(vec![Char::Character,]) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/sqlite/query.rs:311:9 [INFO] [stdout] | [INFO] [stdout] 311 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/query.rs:135:19 [INFO] [stdout] | [INFO] [stdout] 135 | .from(Char::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:514:17 [INFO] [stdout] | [INFO] [stdout] 514 | Expr::col(Glyph::Aspect) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/postgres/query.rs:137:17 [INFO] [stdout] | [INFO] [stdout] 137 | Font::Table, [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Cond` [INFO] [stdout] --> tests/sqlite/query.rs:315:17 [INFO] [stdout] | [INFO] [stdout] 315 | Cond::all() [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Cond; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/query.rs:138:27 [INFO] [stdout] | [INFO] [stdout] 138 | Expr::tbl(Char::Table, Char::FontId) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:516:25 [INFO] [stdout] | [INFO] [stdout] 516 | .or(Expr::col(Glyph::Aspect).lt(28)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Cond` [INFO] [stdout] --> tests/sqlite/query.rs:317:21 [INFO] [stdout] | [INFO] [stdout] 317 | Cond::any() [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Cond; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/query.rs:138:40 [INFO] [stdout] | [INFO] [stdout] 138 | Expr::tbl(Char::Table, Char::FontId) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:518:24 [INFO] [stdout] | [INFO] [stdout] 518 | .or_having(Expr::col(Glyph::Aspect).gt(32)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/postgres/query.rs:139:29 [INFO] [stdout] | [INFO] [stdout] 139 | .equals(Font::Table, Font::Id) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/sqlite/query.rs:318:26 [INFO] [stdout] | [INFO] [stdout] 318 | .add(Expr::col(Char::Character).like("C")) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/postgres/query.rs:139:42 [INFO] [stdout] | [INFO] [stdout] 139 | .equals(Font::Table, Font::Id) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/sqlite/query.rs:319:26 [INFO] [stdout] | [INFO] [stdout] 319 | .add(Expr::col(Char::Character).like("D").and(Expr::col(Char::Character).like("E"))) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/query.rs:519:24 [INFO] [stdout] | [INFO] [stdout] 519 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/query.rs:140:36 [INFO] [stdout] | [INFO] [stdout] 140 | .and(Expr::tbl(Char::Table, Char::FontId).equals(Font::Table, Font::Id)) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/query.rs:140:49 [INFO] [stdout] | [INFO] [stdout] 140 | .and(Expr::tbl(Char::Table, Char::FontId).equals(Font::Table, Font::Id)) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/sqlite/query.rs:319:67 [INFO] [stdout] | [INFO] [stdout] 319 | .add(Expr::col(Char::Character).like("D").and(Expr::col(Char::Character).like("E"))) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:536:20 [INFO] [stdout] | [INFO] [stdout] 536 | .and_where(Expr::col(Glyph::Aspect).is_null()) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/postgres/query.rs:140:70 [INFO] [stdout] | [INFO] [stdout] 140 | .and(Expr::tbl(Char::Table, Char::FontId).equals(Font::Table, Font::Id)) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/sqlite/query.rs:322:21 [INFO] [stdout] | [INFO] [stdout] 322 | Expr::col(Char::Character).like("F").or(Expr::col(Char::Character).like("G")) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/postgres/query.rs:140:83 [INFO] [stdout] | [INFO] [stdout] 140 | .and(Expr::tbl(Char::Table, Char::FontId).equals(Font::Table, Font::Id)) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Cond` [INFO] [stdout] --> tests/mysql/query.rs:551:21 [INFO] [stdout] | [INFO] [stdout] 551 | .cond_where(Cond::any().add(Expr::col(Glyph::Aspect).is_null())) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Cond; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/sqlite/query.rs:322:61 [INFO] [stdout] | [INFO] [stdout] 322 | Expr::col(Char::Character).like("F").or(Expr::col(Char::Character).like("G")) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:551:37 [INFO] [stdout] | [INFO] [stdout] 551 | .cond_where(Cond::any().add(Expr::col(Glyph::Aspect).is_null())) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SqliteQueryBuilder` in this scope [INFO] [stdout] --> tests/sqlite/query.rs:325:24 [INFO] [stdout] | [INFO] [stdout] 325 | .to_string(SqliteQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::SqliteQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/sqlite/query.rs:333:9 [INFO] [stdout] | [INFO] [stdout] 333 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Cond` [INFO] [stdout] --> tests/mysql/query.rs:566:21 [INFO] [stdout] | [INFO] [stdout] 566 | .cond_where(Cond::any().add(Cond::all()).add(Cond::any())) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Cond; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SqliteQueryBuilder` in this scope [INFO] [stdout] --> tests/sqlite/query.rs:337:24 [INFO] [stdout] | [INFO] [stdout] 337 | .to_string(SqliteQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::SqliteQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Cond` [INFO] [stdout] --> tests/mysql/query.rs:566:37 [INFO] [stdout] | [INFO] [stdout] 566 | .cond_where(Cond::any().add(Cond::all()).add(Cond::any())) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Cond; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/sqlite/query.rs:345:9 [INFO] [stdout] | [INFO] [stdout] 345 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Cond` [INFO] [stdout] --> tests/mysql/query.rs:566:54 [INFO] [stdout] | [INFO] [stdout] 566 | .cond_where(Cond::any().add(Cond::all()).add(Cond::any())) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Cond; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/sqlite/query.rs:351:33 [INFO] [stdout] | [INFO] [stdout] 351 | x.and_where(Expr::col(Char::FontId).eq(5)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Cond` [INFO] [stdout] --> tests/mysql/query.rs:579:13 [INFO] [stdout] | [INFO] [stdout] 579 | Cond::any() [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Cond; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SqliteQueryBuilder` in this scope [INFO] [stdout] --> tests/sqlite/query.rs:355:24 [INFO] [stdout] | [INFO] [stdout] 355 | .to_string(SqliteQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::SqliteQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:580:22 [INFO] [stdout] | [INFO] [stdout] 580 | .add(Expr::col(Glyph::Aspect).is_null()) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:581:22 [INFO] [stdout] | [INFO] [stdout] 581 | .add(Expr::col(Glyph::Aspect).is_not_null()), [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Cond` [INFO] [stdout] --> tests/mysql/query.rs:598:13 [INFO] [stdout] | [INFO] [stdout] 598 | Cond::all() [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Cond; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:599:22 [INFO] [stdout] | [INFO] [stdout] 599 | .add(Expr::col(Glyph::Aspect).is_null()) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/postgres/query.rs:151:27 [INFO] [stdout] | [INFO] [stdout] 151 | .columns(vec![Glyph::Aspect,]) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/postgres/query.rs:152:19 [INFO] [stdout] | [INFO] [stdout] 152 | .from(Glyph::Table) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/postgres/query.rs:153:45 [INFO] [stdout] | [INFO] [stdout] 153 | .and_where(Expr::expr(Expr::col(Glyph::Aspect).if_null(0)).gt(2)) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/postgres/query.rs:154:23 [INFO] [stdout] | [INFO] [stdout] 154 | .order_by(Glyph::Image, Order::Desc) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Order` [INFO] [stdout] --> tests/postgres/query.rs:154:37 [INFO] [stdout] | [INFO] [stdout] 154 | .order_by(Glyph::Image, Order::Desc) [INFO] [stdout] | ^^^^^ use of undeclared type `Order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/postgres/query.rs:155:24 [INFO] [stdout] | [INFO] [stdout] 155 | .order_by((Glyph::Table, Glyph::Aspect), Order::Asc) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/postgres/query.rs:155:38 [INFO] [stdout] | [INFO] [stdout] 155 | .order_by((Glyph::Table, Glyph::Aspect), Order::Asc) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/sqlite/query.rs:363:9 [INFO] [stdout] | [INFO] [stdout] 363 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Order` [INFO] [stdout] --> tests/postgres/query.rs:155:54 [INFO] [stdout] | [INFO] [stdout] 155 | .order_by((Glyph::Table, Glyph::Aspect), Order::Asc) [INFO] [stdout] | ^^^^^ use of undeclared type `Order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/sqlite/query.rs:367:17 [INFO] [stdout] | [INFO] [stdout] 367 | Expr::col(Char::SizeW) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/sqlite/query.rs:369:29 [INFO] [stdout] | [INFO] [stdout] 369 | .equals(Expr::col(Char::SizeH).div(2)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SqliteQueryBuilder` in this scope [INFO] [stdout] --> tests/sqlite/query.rs:371:24 [INFO] [stdout] | [INFO] [stdout] 371 | .to_string(SqliteQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::SqliteQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/sqlite/query.rs:379:9 [INFO] [stdout] | [INFO] [stdout] 379 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/sqlite/query.rs:383:17 [INFO] [stdout] | [INFO] [stdout] 383 | Expr::expr(Expr::col(Char::SizeW).add(1)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/sqlite/query.rs:383:28 [INFO] [stdout] | [INFO] [stdout] 383 | Expr::expr(Expr::col(Char::SizeW).add(1)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/sqlite/query.rs:385:29 [INFO] [stdout] | [INFO] [stdout] 385 | .equals(Expr::expr(Expr::col(Char::SizeH).div(2)).sub(1)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/sqlite/query.rs:385:40 [INFO] [stdout] | [INFO] [stdout] 385 | .equals(Expr::expr(Expr::col(Char::SizeH).div(2)).sub(1)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SqliteQueryBuilder` in this scope [INFO] [stdout] --> tests/sqlite/query.rs:387:24 [INFO] [stdout] | [INFO] [stdout] 387 | .to_string(SqliteQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::SqliteQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/sqlite/query.rs:395:9 [INFO] [stdout] | [INFO] [stdout] 395 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:600:22 [INFO] [stdout] | [INFO] [stdout] 600 | .add(Expr::col(Glyph::Aspect).is_not_null()), [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/postgres/query.rs:165:27 [INFO] [stdout] | [INFO] [stdout] 165 | .columns(vec![Glyph::Aspect,]) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/sqlite/query.rs:400:24 [INFO] [stdout] | [INFO] [stdout] 400 | .and_where(Expr::col(Char::SizeW).eq(3)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/mysql/query.rs:634:9 [INFO] [stdout] | [INFO] [stdout] 634 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/sqlite/query.rs:401:24 [INFO] [stdout] | [INFO] [stdout] 401 | .and_where(Expr::col(Char::SizeH).eq(4)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/sqlite/query.rs:402:24 [INFO] [stdout] | [INFO] [stdout] 402 | .and_where(Expr::col(Char::SizeH).eq(5)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/postgres/query.rs:166:19 [INFO] [stdout] | [INFO] [stdout] 166 | .from(Glyph::Table) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:636:25 [INFO] [stdout] | [INFO] [stdout] 636 | .exprs(vec![Expr::col(Glyph::Image).max()]) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SqliteQueryBuilder` in this scope [INFO] [stdout] --> tests/sqlite/query.rs:403:24 [INFO] [stdout] | [INFO] [stdout] 403 | .to_string(SqliteQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::SqliteQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/sqlite/query.rs:411:9 [INFO] [stdout] | [INFO] [stdout] 411 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/query.rs:640:24 [INFO] [stdout] | [INFO] [stdout] 640 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Cond` [INFO] [stdout] --> tests/mysql/query.rs:651:13 [INFO] [stdout] | [INFO] [stdout] 651 | Cond::all() [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Cond; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:652:34 [INFO] [stdout] | [INFO] [stdout] 652 | .add_option(Some(Expr::col(Glyph::Aspect).lt(8))) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:653:22 [INFO] [stdout] | [INFO] [stdout] 653 | .add(Expr::col(Glyph::Aspect).is_not_null()), [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/sqlite/query.rs:416:23 [INFO] [stdout] | [INFO] [stdout] 416 | .or_where(Expr::col(Char::SizeW).eq(3)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/query.rs:655:20 [INFO] [stdout] | [INFO] [stdout] 655 | .to_string(MysqlQueryBuilder); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/sqlite/query.rs:417:23 [INFO] [stdout] | [INFO] [stdout] 417 | .or_where(Expr::col(Char::SizeH).eq(4)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Cond` [INFO] [stdout] --> tests/mysql/query.rs:668:21 [INFO] [stdout] | [INFO] [stdout] 668 | .cond_where(Cond::all().add_option::(None)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Cond; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/sqlite/query.rs:418:23 [INFO] [stdout] | [INFO] [stdout] 418 | .or_where(Expr::col(Char::SizeH).eq(5)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `SimpleExpr` in this scope [INFO] [stdout] --> tests/mysql/query.rs:668:46 [INFO] [stdout] | [INFO] [stdout] 668 | .cond_where(Cond::all().add_option::(None)) [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::SimpleExpr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SqliteQueryBuilder` in this scope [INFO] [stdout] --> tests/sqlite/query.rs:419:24 [INFO] [stdout] | [INFO] [stdout] 419 | .to_string(SqliteQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::SqliteQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/query.rs:669:20 [INFO] [stdout] | [INFO] [stdout] 669 | .to_string(MysqlQueryBuilder); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/sqlite/query.rs:428:9 [INFO] [stdout] | [INFO] [stdout] 428 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/mysql/query.rs:694:9 [INFO] [stdout] | [INFO] [stdout] 694 | Query::insert() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/sqlite/query.rs:433:24 [INFO] [stdout] | [INFO] [stdout] 433 | .and_where(Expr::col(Char::SizeW).eq(3)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/postgres/query.rs:167:45 [INFO] [stdout] | [INFO] [stdout] 167 | .and_where(Expr::expr(Expr::col(Glyph::Aspect).if_null(0)).gt(2)) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/query.rs:704:24 [INFO] [stdout] | [INFO] [stdout] 704 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/sqlite/query.rs:434:23 [INFO] [stdout] | [INFO] [stdout] 434 | .or_where(Expr::col(Char::SizeH).eq(4)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/sqlite/query.rs:435:24 [INFO] [stdout] | [INFO] [stdout] 435 | .and_where(Expr::col(Char::SizeH).eq(5)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/postgres/query.rs:168:37 [INFO] [stdout] | [INFO] [stdout] 168 | .order_by_columns(vec![(Glyph::Id, Order::Asc), (Glyph::Aspect, Order::Desc),]) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/mysql/query.rs:713:9 [INFO] [stdout] | [INFO] [stdout] 713 | Query::insert() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/query.rs:727:24 [INFO] [stdout] | [INFO] [stdout] 727 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SqliteQueryBuilder` in this scope [INFO] [stdout] --> tests/sqlite/query.rs:436:24 [INFO] [stdout] | [INFO] [stdout] 436 | .to_string(SqliteQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::SqliteQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Order` [INFO] [stdout] --> tests/postgres/query.rs:168:48 [INFO] [stdout] | [INFO] [stdout] 168 | .order_by_columns(vec![(Glyph::Id, Order::Asc), (Glyph::Aspect, Order::Desc),]) [INFO] [stdout] | ^^^^^ use of undeclared type `Order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/mysql/query.rs:761:9 [INFO] [stdout] | [INFO] [stdout] 761 | Query::update() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/sqlite/query.rs:444:9 [INFO] [stdout] | [INFO] [stdout] 444 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:767:24 [INFO] [stdout] | [INFO] [stdout] 767 | .and_where(Expr::col(Glyph::Id).eq(1)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/sqlite/query.rs:450:17 [INFO] [stdout] | [INFO] [stdout] 450 | Expr::col(Char::SizeW).mul(2) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/query.rs:770:24 [INFO] [stdout] | [INFO] [stdout] 770 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/postgres/query.rs:168:62 [INFO] [stdout] | [INFO] [stdout] 168 | .order_by_columns(vec![(Glyph::Id, Order::Asc), (Glyph::Aspect, Order::Desc),]) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/sqlite/query.rs:451:26 [INFO] [stdout] | [INFO] [stdout] 451 | .add(Expr::col(Char::SizeH).div(3)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Order` [INFO] [stdout] --> tests/postgres/query.rs:168:77 [INFO] [stdout] | [INFO] [stdout] 168 | .order_by_columns(vec![(Glyph::Id, Order::Asc), (Glyph::Aspect, Order::Desc),]) [INFO] [stdout] | ^^^^^ use of undeclared type `Order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/mysql/query.rs:796:9 [INFO] [stdout] | [INFO] [stdout] 796 | Query::update() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/sqlite/query.rs:452:29 [INFO] [stdout] | [INFO] [stdout] 452 | .equals(Expr::value(4)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SqliteQueryBuilder` in this scope [INFO] [stdout] --> tests/sqlite/query.rs:454:24 [INFO] [stdout] | [INFO] [stdout] 454 | .to_string(SqliteQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::SqliteQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/sqlite/query.rs:462:9 [INFO] [stdout] | [INFO] [stdout] 462 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/sqlite/query.rs:463:36 [INFO] [stdout] | [INFO] [stdout] 463 | .expr((1..10_i32).fold(Expr::value(0), |expr, i| { expr.add(Expr::value(i)) })) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/sqlite/query.rs:463:73 [INFO] [stdout] | [INFO] [stdout] 463 | .expr((1..10_i32).fold(Expr::value(0), |expr, i| { expr.add(Expr::value(i)) })) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SqliteQueryBuilder` in this scope [INFO] [stdout] --> tests/sqlite/query.rs:464:24 [INFO] [stdout] | [INFO] [stdout] 464 | .to_string(SqliteQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::SqliteQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/sqlite/query.rs:472:9 [INFO] [stdout] | [INFO] [stdout] 472 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/sqlite/query.rs:473:22 [INFO] [stdout] | [INFO] [stdout] 473 | .expr_as(Expr::col(Char::Character), Alias::new("C")) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Alias` [INFO] [stdout] --> tests/sqlite/query.rs:473:50 [INFO] [stdout] | [INFO] [stdout] 473 | .expr_as(Expr::col(Char::Character), Alias::new("C")) [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Alias; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/postgres/query.rs:178:27 [INFO] [stdout] | [INFO] [stdout] 178 | .columns(vec![Glyph::Aspect,]) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SqliteQueryBuilder` in this scope [INFO] [stdout] --> tests/sqlite/query.rs:475:24 [INFO] [stdout] | [INFO] [stdout] 475 | .to_string(SqliteQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::SqliteQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/sqlite/query.rs:483:9 [INFO] [stdout] | [INFO] [stdout] 483 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/postgres/query.rs:179:19 [INFO] [stdout] | [INFO] [stdout] 179 | .from(Glyph::Table) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/sqlite/query.rs:487:17 [INFO] [stdout] | [INFO] [stdout] 487 | Expr::col(Glyph::Aspect) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/sqlite/query.rs:488:34 [INFO] [stdout] | [INFO] [stdout] 488 | .in_subquery(Query::select().expr(Expr::cust("3 + 2 * 2")).take()) [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/sqlite/query.rs:488:55 [INFO] [stdout] | [INFO] [stdout] 488 | .in_subquery(Query::select().expr(Expr::cust("3 + 2 * 2")).take()) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SqliteQueryBuilder` in this scope [INFO] [stdout] --> tests/sqlite/query.rs:490:24 [INFO] [stdout] | [INFO] [stdout] 490 | .to_string(SqliteQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::SqliteQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/sqlite/query.rs:498:9 [INFO] [stdout] | [INFO] [stdout] 498 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/sqlite/query.rs:500:19 [INFO] [stdout] | [INFO] [stdout] 500 | .expr(Expr::col(Glyph::Image).max()) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/sqlite/query.rs:504:17 [INFO] [stdout] | [INFO] [stdout] 504 | Expr::col(Glyph::Aspect) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/sqlite/query.rs:506:25 [INFO] [stdout] | [INFO] [stdout] 506 | .or(Expr::col(Glyph::Aspect).lt(8)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/sqlite/query.rs:509:17 [INFO] [stdout] | [INFO] [stdout] 509 | Expr::col(Glyph::Aspect) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/postgres/query.rs:180:45 [INFO] [stdout] | [INFO] [stdout] 180 | .and_where(Expr::expr(Expr::col(Glyph::Aspect).if_null(0)).gt(2)) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/sqlite/query.rs:511:26 [INFO] [stdout] | [INFO] [stdout] 511 | .and(Expr::col(Glyph::Aspect).lt(18)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/sqlite/query.rs:514:17 [INFO] [stdout] | [INFO] [stdout] 514 | Expr::col(Glyph::Aspect) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/postgres/query.rs:182:19 [INFO] [stdout] | [INFO] [stdout] 182 | ((Glyph::Table, Glyph::Id), Order::Asc), [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/sqlite/query.rs:516:25 [INFO] [stdout] | [INFO] [stdout] 516 | .or(Expr::col(Glyph::Aspect).lt(28)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/sqlite/query.rs:518:24 [INFO] [stdout] | [INFO] [stdout] 518 | .or_having(Expr::col(Glyph::Aspect).gt(32)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/postgres/query.rs:182:33 [INFO] [stdout] | [INFO] [stdout] 182 | ((Glyph::Table, Glyph::Id), Order::Asc), [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SqliteQueryBuilder` in this scope [INFO] [stdout] --> tests/sqlite/query.rs:519:24 [INFO] [stdout] | [INFO] [stdout] 519 | .to_string(SqliteQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::SqliteQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Order` [INFO] [stdout] --> tests/postgres/query.rs:182:45 [INFO] [stdout] | [INFO] [stdout] 182 | ((Glyph::Table, Glyph::Id), Order::Asc), [INFO] [stdout] | ^^^^^ use of undeclared type `Order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/sqlite/query.rs:536:20 [INFO] [stdout] | [INFO] [stdout] 536 | .and_where(Expr::col(Glyph::Aspect).is_null()) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Cond` [INFO] [stdout] --> tests/sqlite/query.rs:551:21 [INFO] [stdout] | [INFO] [stdout] 551 | .cond_where(Cond::any().add(Expr::col(Glyph::Aspect).is_null())) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Cond; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/postgres/query.rs:183:19 [INFO] [stdout] | [INFO] [stdout] 183 | ((Glyph::Table, Glyph::Aspect), Order::Desc), [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/sqlite/query.rs:551:37 [INFO] [stdout] | [INFO] [stdout] 551 | .cond_where(Cond::any().add(Expr::col(Glyph::Aspect).is_null())) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/postgres/query.rs:183:33 [INFO] [stdout] | [INFO] [stdout] 183 | ((Glyph::Table, Glyph::Aspect), Order::Desc), [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Cond` [INFO] [stdout] --> tests/sqlite/query.rs:566:21 [INFO] [stdout] | [INFO] [stdout] 566 | .cond_where(Cond::any().add(Cond::all()).add(Cond::any())) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Cond; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Order` [INFO] [stdout] --> tests/postgres/query.rs:183:49 [INFO] [stdout] | [INFO] [stdout] 183 | ((Glyph::Table, Glyph::Aspect), Order::Desc), [INFO] [stdout] | ^^^^^ use of undeclared type `Order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Cond` [INFO] [stdout] --> tests/sqlite/query.rs:566:37 [INFO] [stdout] | [INFO] [stdout] 566 | .cond_where(Cond::any().add(Cond::all()).add(Cond::any())) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Cond; [INFO] [stdout] | [INFO] [stdout] [WARN] too many lines in the log, truncating it