[INFO] fetching crate sea-query 0.12.2... [INFO] checking sea-query-0.12.2 against try#8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346 for pr-86194 [INFO] extracting crate sea-query 0.12.2 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate sea-query 0.12.2 on toolchain 8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346" "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-4/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" "+8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0d75d48c0ea82c1247b981ed4f8eca142d8a52a576b0ec7f6780b6d24e0db0e2 [INFO] running `Command { std: "docker" "start" "-a" "0d75d48c0ea82c1247b981ed4f8eca142d8a52a576b0ec7f6780b6d24e0db0e2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0d75d48c0ea82c1247b981ed4f8eca142d8a52a576b0ec7f6780b6d24e0db0e2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0d75d48c0ea82c1247b981ed4f8eca142d8a52a576b0ec7f6780b6d24e0db0e2", kill_on_drop: false }` [INFO] [stdout] 0d75d48c0ea82c1247b981ed4f8eca142d8a52a576b0ec7f6780b6d24e0db0e2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+8552849d5ae3b6c66b89a0ac2e9c1e3ef5cde346" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 34e1b9dc26c15587af46e6d23c9fab68f3315b5e33370cb2e36a9b09d823b000 [INFO] running `Command { std: "docker" "start" "-a" "34e1b9dc26c15587af46e6d23c9fab68f3315b5e33370cb2e36a9b09d823b000", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.60 [INFO] [stderr] Compiling anyhow v1.0.40 [INFO] [stderr] Compiling heck v0.3.2 [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/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[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 `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 `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: 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] [stderr] error: could not compile `sea-query` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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[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/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: 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/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/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 `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: 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 `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 `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/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 `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/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/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 `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/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 `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 `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 `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 `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/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 `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 `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/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 `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 `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 `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] [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/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 `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 `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 `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 `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 `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 `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 `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 `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/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 `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[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/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/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/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 `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 `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/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/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/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 `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 `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 `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/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/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/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 `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 `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 `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 `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/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/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/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/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 `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 `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 `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 `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 `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/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 `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[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 `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 `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 `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 `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 `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 `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/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 `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 `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 `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 `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 `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/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 `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 `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 `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: 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[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/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/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 `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 `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 `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 `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 `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 `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/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: 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/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 `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/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 `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 `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 `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 `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/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: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 `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 `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/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/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/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 `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 `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 `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 `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/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/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 `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 `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 `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 `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 `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[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 `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/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[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 `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 `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 `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/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: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: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/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/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/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 `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 `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 `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 `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 `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/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/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/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/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: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: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/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 `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 `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 `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 `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 `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 `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 `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 `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 `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 `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 `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/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 `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 `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 `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 `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 `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 `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 `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 `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 `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 `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 `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 `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/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 `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/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/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/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 `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 `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 `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 `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 `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 `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: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 `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 `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 `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 `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 `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 `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 `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/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/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 `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/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 `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 `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 `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 `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/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] [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 `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 `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 `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 `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 `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 `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 `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 `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/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] [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 `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] [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 `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 `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 `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 `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 `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/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/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 `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 `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 `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 `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 `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 `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 `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 `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 `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 `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[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 `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 `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 `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 `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[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 `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 `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 `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 `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 `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 `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 `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 `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 `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 `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 `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 `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 `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/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 `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/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 `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 `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 `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[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/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/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/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 `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[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 `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/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[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 `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/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 `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 `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 `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[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 `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/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 `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 `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 `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 `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 `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 `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 `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[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/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 `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/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 `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 `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 `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 `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 `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 `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 `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 `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 `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[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 `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 `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[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 `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 `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 `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 `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[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/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 `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/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 `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 `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[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 `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 `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 `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 `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 `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/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/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/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 `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 `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 `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/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 `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/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[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/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 `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 `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 `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 `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 `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 `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 `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 `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 `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 `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[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 `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[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 `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 `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 `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 `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 `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 `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[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 `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 `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 `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[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 `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 `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[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 `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 `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 `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 `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/postgres/query.rs:194:27 [INFO] [stdout] | [INFO] [stdout] 194 | .columns(vec![Glyph::Id, 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: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 `Glyph` [INFO] [stdout] --> tests/postgres/query.rs:194:38 [INFO] [stdout] | [INFO] [stdout] 194 | .columns(vec![Glyph::Id, 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/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 `Glyph` [INFO] [stdout] --> tests/postgres/query.rs:195:29 [INFO] [stdout] | [INFO] [stdout] 195 | .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/postgres/query.rs:196:19 [INFO] [stdout] | [INFO] [stdout] 196 | .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:198:18 [INFO] [stdout] | [INFO] [stdout] 198 | (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/postgres/query.rs:198:32 [INFO] [stdout] | [INFO] [stdout] 198 | (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/postgres/query.rs:199:18 [INFO] [stdout] | [INFO] [stdout] 199 | (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/postgres/query.rs:199:32 [INFO] [stdout] | [INFO] [stdout] 199 | (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/postgres/query.rs:201:35 [INFO] [stdout] | [INFO] [stdout] 201 | .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 `Char` [INFO] [stdout] --> tests/postgres/query.rs:211:27 [INFO] [stdout] | [INFO] [stdout] 211 | .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/postgres/query.rs:212:19 [INFO] [stdout] | [INFO] [stdout] 212 | .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/query.rs:213:34 [INFO] [stdout] | [INFO] [stdout] 213 | .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/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/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 `Char` [INFO] [stdout] --> tests/postgres/query.rs:223:27 [INFO] [stdout] | [INFO] [stdout] 223 | .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/postgres/query.rs:224:19 [INFO] [stdout] | [INFO] [stdout] 224 | .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/postgres/query.rs:225:34 [INFO] [stdout] | [INFO] [stdout] 225 | .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/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 `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[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/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/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 `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 `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 `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/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 `Char` [INFO] [stdout] --> tests/postgres/query.rs:226:34 [INFO] [stdout] | [INFO] [stdout] 226 | .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/postgres/query.rs:236:28 [INFO] [stdout] | [INFO] [stdout] 236 | .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/postgres/query.rs:236:42 [INFO] [stdout] | [INFO] [stdout] 236 | .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/postgres/query.rs:237:19 [INFO] [stdout] | [INFO] [stdout] 237 | .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:238:34 [INFO] [stdout] | [INFO] [stdout] 238 | .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/postgres/query.rs:238:48 [INFO] [stdout] | [INFO] [stdout] 238 | .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/postgres/query.rs:248:27 [INFO] [stdout] | [INFO] [stdout] 248 | .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:249:19 [INFO] [stdout] | [INFO] [stdout] 249 | .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:250:34 [INFO] [stdout] | [INFO] [stdout] 250 | .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/postgres/query.rs:251:34 [INFO] [stdout] | [INFO] [stdout] 251 | .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: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/postgres/query.rs:261:27 [INFO] [stdout] | [INFO] [stdout] 261 | .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/postgres/query.rs:262:19 [INFO] [stdout] | [INFO] [stdout] 262 | .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/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/query.rs:263:34 [INFO] [stdout] | [INFO] [stdout] 263 | .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: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/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/query.rs:273:21 [INFO] [stdout] | [INFO] [stdout] 273 | .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: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/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/query.rs:274:19 [INFO] [stdout] | [INFO] [stdout] 274 | .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/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/query.rs:275:34 [INFO] [stdout] | [INFO] [stdout] 275 | .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/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 `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/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/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/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/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/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/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/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/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/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 `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 `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 `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 `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 `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 `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 `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 `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 `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 `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/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/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 `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 `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/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 `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 `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/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/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/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[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 `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/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/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/postgres/query.rs:285:27 [INFO] [stdout] | [INFO] [stdout] 285 | .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 `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[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/query.rs:286:19 [INFO] [stdout] | [INFO] [stdout] 286 | .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/query.rs:287:33 [INFO] [stdout] | [INFO] [stdout] 287 | .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/postgres/query.rs:288:33 [INFO] [stdout] | [INFO] [stdout] 288 | .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/postgres/query.rs:289:33 [INFO] [stdout] | [INFO] [stdout] 289 | .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/postgres/query.rs:299:21 [INFO] [stdout] | [INFO] [stdout] 299 | .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/postgres/query.rs:300:19 [INFO] [stdout] | [INFO] [stdout] 300 | .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/query.rs:304:51 [INFO] [stdout] | [INFO] [stdout] 304 | Cond::any().add(Expr::col(Char::Character).like("C")).add( [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:305:39 [INFO] [stdout] | [INFO] [stdout] 305 | ... Expr::col(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/query.rs:307:48 [INFO] [stdout] | [INFO] [stdout] 307 | ... .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/postgres/query.rs:311:35 [INFO] [stdout] | [INFO] [stdout] 311 | Expr::col(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/query.rs:313:43 [INFO] [stdout] | [INFO] [stdout] 313 | ... .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/postgres/query.rs:325:21 [INFO] [stdout] | [INFO] [stdout] 325 | .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: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/postgres/query.rs:326:19 [INFO] [stdout] | [INFO] [stdout] 326 | .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: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 `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[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/postgres/query.rs:337:21 [INFO] [stdout] | [INFO] [stdout] 337 | .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 `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 `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[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/query.rs:338:19 [INFO] [stdout] | [INFO] [stdout] 338 | .from(Char::Table) [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/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 `Char` [INFO] [stdout] --> tests/postgres/query.rs:342:43 [INFO] [stdout] | [INFO] [stdout] 342 | 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/postgres/query.rs:355:21 [INFO] [stdout] | [INFO] [stdout] 355 | .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 `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[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/query.rs:356:19 [INFO] [stdout] | [INFO] [stdout] 356 | .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/query.rs:358:27 [INFO] [stdout] | [INFO] [stdout] 358 | Expr::col(Char::SizeW) [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/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 `Char` [INFO] [stdout] --> tests/postgres/query.rs:360:39 [INFO] [stdout] | [INFO] [stdout] 360 | .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 `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 `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[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[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[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[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[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 `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/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[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[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 `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[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[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 `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/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[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/postgres/query.rs:371:21 [INFO] [stdout] | [INFO] [stdout] 371 | .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 `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 `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[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/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/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/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 `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 `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 `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[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[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 `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[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/query.rs:372:19 [INFO] [stdout] | [INFO] [stdout] 372 | .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: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 `Char` [INFO] [stdout] --> tests/postgres/query.rs:374:38 [INFO] [stdout] | [INFO] [stdout] 374 | Expr::expr(Expr::col(Char::SizeW).add(1)) [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: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 `Char` [INFO] [stdout] --> tests/postgres/query.rs:376:50 [INFO] [stdout] | [INFO] [stdout] 376 | .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/query.rs:387:27 [INFO] [stdout] | [INFO] [stdout] 387 | .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/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 `Char` [INFO] [stdout] --> tests/postgres/query.rs:387:44 [INFO] [stdout] | [INFO] [stdout] 387 | .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/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 `Char` [INFO] [stdout] --> tests/postgres/query.rs:387:57 [INFO] [stdout] | [INFO] [stdout] 387 | .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/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[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/query.rs:388:19 [INFO] [stdout] | [INFO] [stdout] 388 | .from(Char::Table) [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: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 `Char` [INFO] [stdout] --> tests/postgres/query.rs:389:34 [INFO] [stdout] | [INFO] [stdout] 389 | .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/postgres/query.rs:390:34 [INFO] [stdout] | [INFO] [stdout] 390 | .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/postgres/query.rs:391:34 [INFO] [stdout] | [INFO] [stdout] 391 | .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 `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 `Char` [INFO] [stdout] --> tests/postgres/query.rs:401:27 [INFO] [stdout] | [INFO] [stdout] 401 | .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:401:44 [INFO] [stdout] | [INFO] [stdout] 401 | .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:401:57 [INFO] [stdout] | [INFO] [stdout] 401 | .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 `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 `Char` [INFO] [stdout] --> tests/postgres/query.rs:402:19 [INFO] [stdout] | [INFO] [stdout] 402 | .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/query.rs:403:33 [INFO] [stdout] | [INFO] [stdout] 403 | .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 `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 `Char` [INFO] [stdout] --> tests/postgres/query.rs:404:33 [INFO] [stdout] | [INFO] [stdout] 404 | .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/postgres/query.rs:405:33 [INFO] [stdout] | [INFO] [stdout] 405 | .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/postgres/query.rs:416:27 [INFO] [stdout] | [INFO] [stdout] 416 | .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/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[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/query.rs:416:44 [INFO] [stdout] | [INFO] [stdout] 416 | .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:416:57 [INFO] [stdout] | [INFO] [stdout] 416 | .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:417:19 [INFO] [stdout] | [INFO] [stdout] 417 | .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/query.rs:418:34 [INFO] [stdout] | [INFO] [stdout] 418 | .and_where(Expr::col(Char::SizeW).eq(3)) [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: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:419:33 [INFO] [stdout] | [INFO] [stdout] 419 | .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/postgres/query.rs:420:34 [INFO] [stdout] | [INFO] [stdout] 420 | .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 `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 `Char` [INFO] [stdout] --> tests/postgres/query.rs:430:27 [INFO] [stdout] | [INFO] [stdout] 430 | .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:430:44 [INFO] [stdout] | [INFO] [stdout] 430 | .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:430:57 [INFO] [stdout] | [INFO] [stdout] 430 | .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/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 `Char` [INFO] [stdout] --> tests/postgres/query.rs:431:19 [INFO] [stdout] | [INFO] [stdout] 431 | .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: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 `Char` [INFO] [stdout] --> tests/postgres/query.rs:433:27 [INFO] [stdout] | [INFO] [stdout] 433 | 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 `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 `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[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[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 `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 `Char` [INFO] [stdout] --> tests/postgres/query.rs:435:36 [INFO] [stdout] | [INFO] [stdout] 435 | .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/postgres/query.rs:457:32 [INFO] [stdout] | [INFO] [stdout] 457 | .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/postgres/query.rs:458:19 [INFO] [stdout] | [INFO] [stdout] 458 | .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/query.rs:468:21 [INFO] [stdout] | [INFO] [stdout] 468 | .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/postgres/query.rs:469:19 [INFO] [stdout] | [INFO] [stdout] 469 | .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:471:27 [INFO] [stdout] | [INFO] [stdout] 471 | 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 `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/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[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[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 `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[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 `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[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 `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 `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 `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/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[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 `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 `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 `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 `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 `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[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/postgres/query.rs:483:21 [INFO] [stdout] | [INFO] [stdout] 483 | .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: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/postgres/query.rs:484:29 [INFO] [stdout] | [INFO] [stdout] 484 | .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: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/postgres/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/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/postgres/query.rs:486:36 [INFO] [stdout] | [INFO] [stdout] 486 | .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/postgres/query.rs:488:27 [INFO] [stdout] | [INFO] [stdout] 488 | 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/postgres/query.rs:490:35 [INFO] [stdout] | [INFO] [stdout] 490 | .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/postgres/query.rs:493:27 [INFO] [stdout] | [INFO] [stdout] 493 | 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/postgres/query.rs:495:36 [INFO] [stdout] | [INFO] [stdout] 495 | .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/postgres/query.rs:498:27 [INFO] [stdout] | [INFO] [stdout] 498 | 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/postgres/query.rs:500:35 [INFO] [stdout] | [INFO] [stdout] 500 | .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: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/postgres/query.rs:502:34 [INFO] [stdout] | [INFO] [stdout] 502 | .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/postgres/query.rs:518:17 [INFO] [stdout] | [INFO] [stdout] 518 | .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 `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 `Glyph` [INFO] [stdout] --> tests/postgres/query.rs:519:15 [INFO] [stdout] | [INFO] [stdout] 519 | .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:520:30 [INFO] [stdout] | [INFO] [stdout] 520 | .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/postgres/query.rs:533:17 [INFO] [stdout] | [INFO] [stdout] 533 | .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/postgres/query.rs:534:15 [INFO] [stdout] | [INFO] [stdout] 534 | .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:535:47 [INFO] [stdout] | [INFO] [stdout] 535 | .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/postgres/query.rs:548:17 [INFO] [stdout] | [INFO] [stdout] 548 | .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 `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 `Glyph` [INFO] [stdout] --> tests/postgres/query.rs:549:15 [INFO] [stdout] | [INFO] [stdout] 549 | .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:560:17 [INFO] [stdout] | [INFO] [stdout] 560 | .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/postgres/query.rs:561:15 [INFO] [stdout] | [INFO] [stdout] 561 | .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: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 `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[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 `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/postgres/query.rs:564:32 [INFO] [stdout] | [INFO] [stdout] 564 | .add(Expr::col(Glyph::Aspect).is_null()) [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: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 `Glyph` [INFO] [stdout] --> tests/postgres/query.rs:565:32 [INFO] [stdout] | [INFO] [stdout] 565 | .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/postgres/query.rs:579:17 [INFO] [stdout] | [INFO] [stdout] 579 | .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/postgres/query.rs:580:15 [INFO] [stdout] | [INFO] [stdout] 580 | .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/postgres/query.rs:583:32 [INFO] [stdout] | [INFO] [stdout] 583 | .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/postgres/query.rs:584:32 [INFO] [stdout] | [INFO] [stdout] 584 | .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 `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 `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 `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[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 `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 `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[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[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 `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 `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 `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 `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 `Glyph` [INFO] [stdout] --> tests/postgres/query.rs:598:17 [INFO] [stdout] | [INFO] [stdout] 598 | .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/postgres/query.rs:599:15 [INFO] [stdout] | [INFO] [stdout] 599 | .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:619:27 [INFO] [stdout] | [INFO] [stdout] 619 | .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:620:35 [INFO] [stdout] | [INFO] [stdout] 620 | .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/postgres/query.rs:621:19 [INFO] [stdout] | [INFO] [stdout] 621 | .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:622:36 [INFO] [stdout] | [INFO] [stdout] 622 | .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/postgres/query.rs:632:17 [INFO] [stdout] | [INFO] [stdout] 632 | .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/postgres/query.rs:633:15 [INFO] [stdout] | [INFO] [stdout] 633 | .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:636:44 [INFO] [stdout] | [INFO] [stdout] 636 | .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/postgres/query.rs:637:32 [INFO] [stdout] | [INFO] [stdout] 637 | .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 `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/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 `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:650:17 [INFO] [stdout] | [INFO] [stdout] 650 | .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/postgres/query.rs:651:15 [INFO] [stdout] | [INFO] [stdout] 651 | .from(Glyph::Table) [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: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[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[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 `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[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[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/postgres/query.rs:679:25 [INFO] [stdout] | [INFO] [stdout] 679 | .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 `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 `Glyph` [INFO] [stdout] --> tests/postgres/query.rs:680:27 [INFO] [stdout] | [INFO] [stdout] 680 | .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/postgres/query.rs:680:41 [INFO] [stdout] | [INFO] [stdout] 680 | .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/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 `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[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 `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/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[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/postgres/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/postgres/query.rs:696:27 [INFO] [stdout] | [INFO] [stdout] 696 | .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/postgres/query.rs:696:41 [INFO] [stdout] | [INFO] [stdout] 696 | .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 `Value` [INFO] [stdout] --> tests/postgres/query.rs:701:32 [INFO] [stdout] | [INFO] [stdout] 701 | .values_panic(vec![Value::Null, 2.1345.into(),]) [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/postgres/query.rs:737:20 [INFO] [stdout] | [INFO] [stdout] 737 | .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/query.rs:739:18 [INFO] [stdout] | [INFO] [stdout] 739 | (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/postgres/query.rs:741:21 [INFO] [stdout] | [INFO] [stdout] 741 | 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:745:34 [INFO] [stdout] | [INFO] [stdout] 745 | .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/postgres/query.rs:771:20 [INFO] [stdout] | [INFO] [stdout] 771 | .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/query.rs:772:25 [INFO] [stdout] | [INFO] [stdout] 772 | .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/postgres/query.rs:774:17 [INFO] [stdout] | [INFO] [stdout] 774 | 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:777:34 [INFO] [stdout] | [INFO] [stdout] 777 | .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: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/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/postgres/query.rs:787:25 [INFO] [stdout] | [INFO] [stdout] 787 | .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/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 `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 `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/postgres/query.rs:788:34 [INFO] [stdout] | [INFO] [stdout] 788 | .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 `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 `Glyph` [INFO] [stdout] --> tests/postgres/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 `Glyph` [INFO] [stdout] --> tests/postgres/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/postgres/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/postgres/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/postgres/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 `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 `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 `Font` [INFO] [stdout] --> tests/postgres/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 `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 `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[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/postgres/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[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 `Font` [INFO] [stdout] --> tests/postgres/table.rs:42:33 [INFO] [stdout] | [INFO] [stdout] 42 | .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 `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[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 `Font` [INFO] [stdout] --> tests/postgres/table.rs:43:33 [INFO] [stdout] | [INFO] [stdout] 43 | .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 `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 `Char` [INFO] [stdout] --> tests/postgres/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 `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 `Char` [INFO] [stdout] --> tests/postgres/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 `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 `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 `Char` [INFO] [stdout] --> tests/postgres/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 `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[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 `Char` [INFO] [stdout] --> tests/postgres/table.rs:71:33 [INFO] [stdout] | [INFO] [stdout] 71 | .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/postgres/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 `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 `Char` [INFO] [stdout] --> tests/postgres/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 `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 `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 `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 `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] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/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 `Cond` [INFO] [stdout] --> tests/sqlite/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 `Value` [INFO] [stdout] --> tests/postgres/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 `Cond` [INFO] [stdout] --> tests/sqlite/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[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/sqlite/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/sqlite/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/sqlite/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/sqlite/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/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 `Expr` [INFO] [stdout] --> tests/sqlite/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 `Query` [INFO] [stdout] --> tests/sqlite/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 `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 `Char` [INFO] [stdout] --> tests/postgres/table.rs:78:27 [INFO] [stdout] | [INFO] [stdout] 78 | .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 `Expr` [INFO] [stdout] --> tests/sqlite/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[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[E0425]: cannot find value `SqliteQueryBuilder` in this scope [INFO] [stdout] --> tests/sqlite/query.rs:640:24 [INFO] [stdout] | [INFO] [stdout] 640 | .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/table.rs:78:40 [INFO] [stdout] | [INFO] [stdout] 78 | .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 `Cond` [INFO] [stdout] --> tests/sqlite/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 `Font` [INFO] [stdout] --> tests/postgres/table.rs:79:25 [INFO] [stdout] | [INFO] [stdout] 79 | .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/table.rs:79:38 [INFO] [stdout] | [INFO] [stdout] 79 | .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/table.rs:80:32 [INFO] [stdout] | [INFO] [stdout] 80 | .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/table.rs:81:32 [INFO] [stdout] | [INFO] [stdout] 81 | .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/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/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 `Expr` [INFO] [stdout] --> tests/sqlite/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/sqlite/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[E0425]: cannot find value `SqliteQueryBuilder` in this scope [INFO] [stdout] --> tests/sqlite/query.rs:655:20 [INFO] [stdout] | [INFO] [stdout] 655 | .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/sqlite/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 `Glyph` [INFO] [stdout] --> tests/postgres/table.rs:105:20 [INFO] [stdout] | [INFO] [stdout] 105 | .table(Glyph::Table) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `SimpleExpr` in this scope [INFO] [stdout] --> tests/sqlite/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:669:20 [INFO] [stdout] | [INFO] [stdout] 669 | .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 `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 `Query` [INFO] [stdout] --> tests/sqlite/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[E0425]: cannot find value `SqliteQueryBuilder` in this scope [INFO] [stdout] --> tests/sqlite/query.rs:704:24 [INFO] [stdout] | [INFO] [stdout] 704 | .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: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 `SqliteQueryBuilder` in this scope [INFO] [stdout] --> tests/sqlite/query.rs:727:24 [INFO] [stdout] | [INFO] [stdout] 727 | .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 `Glyph` [INFO] [stdout] --> tests/postgres/table.rs:106:33 [INFO] [stdout] | [INFO] [stdout] 106 | .col(ColumnDef::new(Glyph::Image).custom(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/sqlite/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 `Glyph` [INFO] [stdout] --> tests/postgres/table.rs:106:54 [INFO] [stdout] | [INFO] [stdout] 106 | .col(ColumnDef::new(Glyph::Image).custom(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: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[E0425]: cannot find value `SqliteQueryBuilder` in this scope [INFO] [stdout] --> tests/sqlite/query.rs:768:24 [INFO] [stdout] | [INFO] [stdout] 768 | .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:792:9 [INFO] [stdout] | [INFO] [stdout] 792 | 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:794:40 [INFO] [stdout] | [INFO] [stdout] 794 | .value_expr(Glyph::Aspect, Expr::cust("60 * 24 * 24")) [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:798:24 [INFO] [stdout] | [INFO] [stdout] 798 | .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 `Glyph` [INFO] [stdout] --> tests/postgres/table.rs:116:20 [INFO] [stdout] | [INFO] [stdout] 116 | .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/table.rs:117:33 [INFO] [stdout] | [INFO] [stdout] 117 | .col(ColumnDef::new(Glyph::Image).json()) [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/table.rs:118:33 [INFO] [stdout] | [INFO] [stdout] 118 | .col(ColumnDef::new(Glyph::Aspect).json_binary()) [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/table.rs:134:20 [INFO] [stdout] | [INFO] [stdout] 134 | .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: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[E0425]: cannot find value `SqliteQueryBuilder` in this scope [INFO] [stdout] --> tests/sqlite/query.rs:799:24 [INFO] [stdout] | [INFO] [stdout] 799 | .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:807:9 [INFO] [stdout] | [INFO] [stdout] 807 | Query::delete() [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/table.rs:136:32 [INFO] [stdout] | [INFO] [stdout] 136 | 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 `Expr` [INFO] [stdout] --> tests/sqlite/query.rs:809:24 [INFO] [stdout] | [INFO] [stdout] 809 | .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[E0425]: cannot find value `SqliteQueryBuilder` in this scope [INFO] [stdout] --> tests/sqlite/query.rs:810:24 [INFO] [stdout] | [INFO] [stdout] 810 | .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 `Table` [INFO] [stdout] --> tests/sqlite/table.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | 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 `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 `ColumnDef` [INFO] [stdout] --> tests/sqlite/table.rs:9:17 [INFO] [stdout] | [INFO] [stdout] 9 | ColumnDef::new(Glyph::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/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 `ColumnDef` [INFO] [stdout] --> tests/sqlite/table.rs:15:18 [INFO] [stdout] | [INFO] [stdout] 15 | .col(ColumnDef::new(Glyph::Aspect).double().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/sqlite/table.rs:16:18 [INFO] [stdout] | [INFO] [stdout] 16 | .col(ColumnDef::new(Glyph::Image).text()) [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 `SqliteQueryBuilder` in this scope [INFO] [stdout] --> tests/sqlite/table.rs:17:24 [INFO] [stdout] | [INFO] [stdout] 17 | .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 `Table` [INFO] [stdout] --> tests/sqlite/table.rs:32:9 [INFO] [stdout] | [INFO] [stdout] 32 | 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/sqlite/table.rs:35:17 [INFO] [stdout] | [INFO] [stdout] 35 | 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 `ColumnDef` [INFO] [stdout] --> tests/sqlite/table.rs:41:18 [INFO] [stdout] | [INFO] [stdout] 41 | .col(ColumnDef::new(Font::Name).string().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/postgres/table.rs:155:20 [INFO] [stdout] | [INFO] [stdout] 155 | .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/postgres/table.rs:156:20 [INFO] [stdout] | [INFO] [stdout] 156 | .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 `ColumnDef` [INFO] [stdout] --> tests/sqlite/table.rs:42:18 [INFO] [stdout] | [INFO] [stdout] 42 | .col(ColumnDef::new(Font::Variant).string().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/sqlite/table.rs:43:18 [INFO] [stdout] | [INFO] [stdout] 43 | .col(ColumnDef::new(Font::Language).string().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[E0425]: cannot find value `SqliteQueryBuilder` in this scope [INFO] [stdout] --> tests/sqlite/table.rs:44:24 [INFO] [stdout] | [INFO] [stdout] 44 | .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 `Table` [INFO] [stdout] --> tests/sqlite/table.rs:60:9 [INFO] [stdout] | [INFO] [stdout] 60 | 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/sqlite/table.rs:64:17 [INFO] [stdout] | [INFO] [stdout] 64 | 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 `Font` [INFO] [stdout] --> tests/postgres/table.rs:167:20 [INFO] [stdout] | [INFO] [stdout] 167 | .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 `ColumnDef` [INFO] [stdout] --> tests/sqlite/table.rs:70:18 [INFO] [stdout] | [INFO] [stdout] 70 | .col(ColumnDef::new(Char::FontSize).integer().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/sqlite/table.rs:71:18 [INFO] [stdout] | [INFO] [stdout] 71 | .col(ColumnDef::new(Char::Character).string().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/sqlite/table.rs:72:18 [INFO] [stdout] | [INFO] [stdout] 72 | .col(ColumnDef::new(Char::SizeW).integer().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/sqlite/table.rs:73:18 [INFO] [stdout] | [INFO] [stdout] 73 | .col(ColumnDef::new(Char::SizeH).integer().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/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 `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 `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 `Font` [INFO] [stdout] --> tests/postgres/table.rs:177:20 [INFO] [stdout] | [INFO] [stdout] 177 | .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 `ColumnDef` [INFO] [stdout] --> tests/sqlite/table.rs:74:18 [INFO] [stdout] | [INFO] [stdout] 74 | .col(ColumnDef::new(Char::FontId).integer().default(Value::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 `Font` [INFO] [stdout] --> tests/postgres/table.rs:193:20 [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/sqlite/table.rs:76:17 [INFO] [stdout] | [INFO] [stdout] 76 | 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 `SqliteQueryBuilder` in this scope [INFO] [stdout] --> tests/sqlite/table.rs:82:24 [INFO] [stdout] | [INFO] [stdout] 82 | .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 `Table` [INFO] [stdout] --> tests/sqlite/table.rs:101:9 [INFO] [stdout] | [INFO] [stdout] 101 | 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 `SqliteQueryBuilder` in this scope [INFO] [stdout] --> tests/sqlite/table.rs:105:24 [INFO] [stdout] | [INFO] [stdout] 105 | .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 `Table` [INFO] [stdout] --> tests/sqlite/table.rs:113:9 [INFO] [stdout] | [INFO] [stdout] 113 | 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[E0425]: cannot find value `SqliteQueryBuilder` in this scope [INFO] [stdout] --> tests/sqlite/table.rs:115:24 [INFO] [stdout] | [INFO] [stdout] 115 | .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 `Table` [INFO] [stdout] --> tests/sqlite/table.rs:123:9 [INFO] [stdout] | [INFO] [stdout] 123 | Table::alter() [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/sqlite/table.rs:126:17 [INFO] [stdout] | [INFO] [stdout] 126 | ColumnDef::new(Alias::new("new_col")) [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 `Alias` [INFO] [stdout] --> tests/sqlite/table.rs:126:32 [INFO] [stdout] | [INFO] [stdout] 126 | ColumnDef::new(Alias::new("new_col")) [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/table.rs:131:24 [INFO] [stdout] | [INFO] [stdout] 131 | .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 `Table` [INFO] [stdout] --> tests/sqlite/table.rs:139:5 [INFO] [stdout] | [INFO] [stdout] 139 | Table::alter() [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/sqlite/table.rs:141:24 [INFO] [stdout] | [INFO] [stdout] 141 | .modify_column(ColumnDef::new(Alias::new("new_col")).double()) [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 `Alias` [INFO] [stdout] --> tests/sqlite/table.rs:141:39 [INFO] [stdout] | [INFO] [stdout] 141 | .modify_column(ColumnDef::new(Alias::new("new_col")).double()) [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/table.rs:142:20 [INFO] [stdout] | [INFO] [stdout] 142 | .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 `Table` [INFO] [stdout] --> tests/sqlite/table.rs:148:9 [INFO] [stdout] | [INFO] [stdout] 148 | Table::alter() [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 `Alias` [INFO] [stdout] --> tests/sqlite/table.rs:150:28 [INFO] [stdout] | [INFO] [stdout] 150 | .rename_column(Alias::new("new_col"), Alias::new("new_column")) [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 `Alias` [INFO] [stdout] --> tests/sqlite/table.rs:150:51 [INFO] [stdout] | [INFO] [stdout] 150 | .rename_column(Alias::new("new_col"), Alias::new("new_column")) [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/table.rs:151:24 [INFO] [stdout] | [INFO] [stdout] 151 | .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 `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 `Table` [INFO] [stdout] --> tests/sqlite/table.rs:159:5 [INFO] [stdout] | [INFO] [stdout] 159 | Table::alter() [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 `Alias` [INFO] [stdout] --> tests/sqlite/table.rs:161:22 [INFO] [stdout] | [INFO] [stdout] 161 | .drop_column(Alias::new("new_column")) [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/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[E0425]: cannot find value `SqliteQueryBuilder` in this scope [INFO] [stdout] --> tests/sqlite/table.rs:162:20 [INFO] [stdout] | [INFO] [stdout] 162 | .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 `Table` [INFO] [stdout] --> tests/sqlite/table.rs:168:9 [INFO] [stdout] | [INFO] [stdout] 168 | Table::rename() [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 `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 `Alias` [INFO] [stdout] --> tests/sqlite/table.rs:169:33 [INFO] [stdout] | [INFO] [stdout] 169 | .table(Font::Table, Alias::new("font_new")) [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 `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[E0425]: cannot find value `SqliteQueryBuilder` in this scope [INFO] [stdout] --> tests/sqlite/table.rs:170:24 [INFO] [stdout] | [INFO] [stdout] 170 | .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 `Table` [INFO] [stdout] --> tests/sqlite/table.rs:178:5 [INFO] [stdout] | [INFO] [stdout] 178 | Table::alter().to_string(SqliteQueryBuilder); [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 `SqliteQueryBuilder` in this scope [INFO] [stdout] --> tests/sqlite/table.rs:178:30 [INFO] [stdout] | [INFO] [stdout] 178 | Table::alter().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 `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/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] warning: unused import: `super::*` [INFO] [stdout] --> tests/sqlite/index.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::*` [INFO] [stdout] --> tests/sqlite/query.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use super::*; [INFO] [stdout] | ^^^^^^^^ [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] warning: unused import: `super::*` [INFO] [stdout] --> tests/sqlite/table.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use super::*; [INFO] [stdout] | ^^^^^^^^ [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/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/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 `Font` [INFO] [stdout] --> tests/postgres/table.rs:213:20 [INFO] [stdout] | [INFO] [stdout] 213 | .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/table.rs:224:20 [INFO] [stdout] | [INFO] [stdout] 224 | .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/table.rs:235:20 [INFO] [stdout] | [INFO] [stdout] 235 | .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 `Font` [INFO] [stdout] --> tests/postgres/types.rs:9:22 [INFO] [stdout] | [INFO] [stdout] 9 | .as_enum(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/types.rs:10:26 [INFO] [stdout] | [INFO] [stdout] 10 | .values(vec![Font::Name, Font::Variant, Font::Language]) [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/types.rs:10:38 [INFO] [stdout] | [INFO] [stdout] 10 | .values(vec![Font::Name, Font::Variant, Font::Language]) [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/types.rs:10:53 [INFO] [stdout] | [INFO] [stdout] 10 | .values(vec![Font::Name, Font::Variant, Font::Language]) [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/types.rs:21:19 [INFO] [stdout] | [INFO] [stdout] 21 | .name(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/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 `Font` [INFO] [stdout] --> tests/postgres/types.rs:32:19 [INFO] [stdout] | [INFO] [stdout] 32 | .name(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/types.rs:43:19 [INFO] [stdout] | [INFO] [stdout] 43 | .name(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/types.rs:54:19 [INFO] [stdout] | [INFO] [stdout] 54 | .name(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/types.rs:64:19 [INFO] [stdout] | [INFO] [stdout] 64 | .name(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/types.rs:66:21 [INFO] [stdout] | [INFO] [stdout] 66 | .before(Font::Variant) [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/types.rs:76:19 [INFO] [stdout] | [INFO] [stdout] 76 | .name(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/types.rs:78:20 [INFO] [stdout] | [INFO] [stdout] 78 | .after(Font::Variant) [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/types.rs:88:19 [INFO] [stdout] | [INFO] [stdout] 88 | .name(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/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[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/postgres/types.rs:99:19 [INFO] [stdout] | [INFO] [stdout] 99 | .name(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: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/postgres/types.rs:100:27 [INFO] [stdout] | [INFO] [stdout] 100 | .rename_value(Font::Variant, Font::Language) [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/types.rs:100:42 [INFO] [stdout] | [INFO] [stdout] 100 | .rename_value(Font::Variant, Font::Language) [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/postgres/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/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[E0425]: cannot find value `PostgresQueryBuilder` in this scope [INFO] [stdout] --> tests/postgres/foreign_key.rs:12:24 [INFO] [stdout] | [INFO] [stdout] 12 | .to_string(PostgresQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::types::PostgresQueryBuilder; [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::PostgresQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ForeignKey` [INFO] [stdout] --> tests/postgres/foreign_key.rs:25:9 [INFO] [stdout] | [INFO] [stdout] 25 | 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 `PostgresQueryBuilder` in this scope [INFO] [stdout] --> tests/postgres/foreign_key.rs:28:24 [INFO] [stdout] | [INFO] [stdout] 28 | .to_string(PostgresQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::types::PostgresQueryBuilder; [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::PostgresQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Index` [INFO] [stdout] --> tests/postgres/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 `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[E0425]: cannot find value `PostgresQueryBuilder` in this scope [INFO] [stdout] --> tests/postgres/index.rs:10:24 [INFO] [stdout] | [INFO] [stdout] 10 | .to_string(PostgresQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::types::PostgresQueryBuilder; [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::PostgresQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Index` [INFO] [stdout] --> tests/postgres/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 `PostgresQueryBuilder` in this scope [INFO] [stdout] --> tests/postgres/index.rs:24:24 [INFO] [stdout] | [INFO] [stdout] 24 | .to_string(PostgresQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::types::PostgresQueryBuilder; [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::PostgresQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Index` [INFO] [stdout] --> tests/postgres/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[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[E0425]: cannot find value `PostgresQueryBuilder` in this scope [INFO] [stdout] --> tests/postgres/index.rs:37:24 [INFO] [stdout] | [INFO] [stdout] 37 | .to_string(PostgresQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::types::PostgresQueryBuilder; [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::PostgresQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Index` [INFO] [stdout] --> tests/postgres/index.rs:45:9 [INFO] [stdout] | [INFO] [stdout] 45 | 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 `PostgresQueryBuilder` in this scope [INFO] [stdout] --> tests/postgres/index.rs:47:24 [INFO] [stdout] | [INFO] [stdout] 47 | .to_string(PostgresQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::types::PostgresQueryBuilder; [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::PostgresQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Table` [INFO] [stdout] --> tests/postgres/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/postgres/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 `ColumnDef` [INFO] [stdout] --> tests/postgres/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/postgres/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/postgres/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[E0425]: cannot find value `PostgresQueryBuilder` in this scope [INFO] [stdout] --> tests/postgres/online.rs:21:20 [INFO] [stdout] | [INFO] [stdout] 21 | .to_string(PostgresQueryBuilder); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::types::PostgresQueryBuilder; [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::PostgresQueryBuilder; [INFO] [stdout] | [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 `Index` [INFO] [stdout] --> tests/postgres/online.rs:36:15 [INFO] [stdout] | [INFO] [stdout] 36 | 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 `PostgresQueryBuilder` in this scope [INFO] [stdout] --> tests/postgres/online.rs:40:20 [INFO] [stdout] | [INFO] [stdout] 40 | .to_string(PostgresQueryBuilder); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::types::PostgresQueryBuilder; [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::PostgresQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Index` [INFO] [stdout] --> tests/postgres/online.rs:44:15 [INFO] [stdout] | [INFO] [stdout] 44 | 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/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[E0425]: cannot find value `PostgresQueryBuilder` in this scope [INFO] [stdout] --> tests/postgres/online.rs:46:20 [INFO] [stdout] | [INFO] [stdout] 46 | .to_string(PostgresQueryBuilder); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::types::PostgresQueryBuilder; [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::PostgresQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Table` [INFO] [stdout] --> tests/postgres/online.rs:50:15 [INFO] [stdout] | [INFO] [stdout] 50 | 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 `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 `ColumnDef` [INFO] [stdout] --> tests/postgres/online.rs:54:13 [INFO] [stdout] | [INFO] [stdout] 54 | 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/postgres/online.rs:60:14 [INFO] [stdout] | [INFO] [stdout] 60 | .col(ColumnDef::new(Char::FontSize).integer().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/postgres/online.rs:61:14 [INFO] [stdout] | [INFO] [stdout] 61 | .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 `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 `ColumnDef` [INFO] [stdout] --> tests/postgres/online.rs:62:14 [INFO] [stdout] | [INFO] [stdout] 62 | .col(ColumnDef::new(Char::SizeW).integer().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/postgres/online.rs:63:14 [INFO] [stdout] | [INFO] [stdout] 63 | .col(ColumnDef::new(Char::SizeH).integer().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 `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 `ColumnDef` [INFO] [stdout] --> tests/postgres/online.rs:64:14 [INFO] [stdout] | [INFO] [stdout] 64 | .col(ColumnDef::new(Char::FontId).integer().default(Value::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[E0425]: cannot find value `PostgresQueryBuilder` in this scope [INFO] [stdout] --> tests/postgres/online.rs:65:20 [INFO] [stdout] | [INFO] [stdout] 65 | .to_string(PostgresQueryBuilder); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::types::PostgresQueryBuilder; [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::PostgresQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Index` [INFO] [stdout] --> tests/postgres/online.rs:82:15 [INFO] [stdout] | [INFO] [stdout] 82 | 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[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[E0425]: cannot find value `PostgresQueryBuilder` in this scope [INFO] [stdout] --> tests/postgres/online.rs:86:20 [INFO] [stdout] | [INFO] [stdout] 86 | .to_string(PostgresQueryBuilder); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::types::PostgresQueryBuilder; [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::PostgresQueryBuilder; [INFO] [stdout] | [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 `Index` [INFO] [stdout] --> tests/postgres/online.rs:93:15 [INFO] [stdout] | [INFO] [stdout] 93 | 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 `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[E0425]: cannot find value `PostgresQueryBuilder` in this scope [INFO] [stdout] --> tests/postgres/online.rs:95:20 [INFO] [stdout] | [INFO] [stdout] 95 | .to_string(PostgresQueryBuilder); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::types::PostgresQueryBuilder; [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::PostgresQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ForeignKey` [INFO] [stdout] --> tests/postgres/online.rs:99:15 [INFO] [stdout] | [INFO] [stdout] 99 | 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[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[E0425]: cannot find value `PostgresQueryBuilder` in this scope [INFO] [stdout] --> tests/postgres/online.rs:105:20 [INFO] [stdout] | [INFO] [stdout] 105 | .to_string(PostgresQueryBuilder); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::types::PostgresQueryBuilder; [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::PostgresQueryBuilder; [INFO] [stdout] | [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 `ForeignKey` [INFO] [stdout] --> tests/postgres/online.rs:118:15 [INFO] [stdout] | [INFO] [stdout] 118 | 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 `PostgresQueryBuilder` in this scope [INFO] [stdout] --> tests/postgres/online.rs:121:20 [INFO] [stdout] | [INFO] [stdout] 121 | .to_string(PostgresQueryBuilder); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use crate::types::PostgresQueryBuilder; [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::PostgresQueryBuilder; [INFO] [stdout] | [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` [WARN] too many lines in the log, truncating it