[INFO] fetching crate sea-query 0.10.6... [INFO] checking sea-query-0.10.6 against try#3bb2879ea9e58d65b875f9a98df44f4a43ce2597 for pr-85387 [INFO] extracting crate sea-query 0.10.6 into /workspace/builds/worker-15/source [INFO] validating manifest of crates.io crate sea-query 0.10.6 on toolchain 3bb2879ea9e58d65b875f9a98df44f4a43ce2597 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3bb2879ea9e58d65b875f9a98df44f4a43ce2597" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate sea-query 0.10.6 [INFO] removed 0 missing examples [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate sea-query 0.10.6 [INFO] tweaked toml for crates.io crate sea-query 0.10.6 written to /workspace/builds/worker-15/source/Cargo.toml [INFO] crate crates.io crate sea-query 0.10.6 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3bb2879ea9e58d65b875f9a98df44f4a43ce2597" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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" "+3bb2879ea9e58d65b875f9a98df44f4a43ce2597" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fbe8ad032107e2eea4ff2f517c43ce037622bc5b2f7f6fd5078587a639b47d01 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "fbe8ad032107e2eea4ff2f517c43ce037622bc5b2f7f6fd5078587a639b47d01", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fbe8ad032107e2eea4ff2f517c43ce037622bc5b2f7f6fd5078587a639b47d01", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fbe8ad032107e2eea4ff2f517c43ce037622bc5b2f7f6fd5078587a639b47d01", kill_on_drop: false }` [INFO] [stdout] fbe8ad032107e2eea4ff2f517c43ce037622bc5b2f7f6fd5078587a639b47d01 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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" "+3bb2879ea9e58d65b875f9a98df44f4a43ce2597" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5cf22d4242a4d3180f566ecb55e883c1eb740432dc061b24ab36cb029b064b8a [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "5cf22d4242a4d3180f566ecb55e883c1eb740432dc061b24ab36cb029b064b8a", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.60 [INFO] [stderr] Compiling anyhow v1.0.40 [INFO] [stderr] Compiling unicode-segmentation v1.7.1 [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.10.6 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `sea_query_test` [INFO] [stdout] --> tests/mysql/mod.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | 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:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use sea_query_test::*; [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `sea_query_test` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:8:17 [INFO] [stdout] | [INFO] [stdout] 8 | 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:34 [INFO] [stdout] | [INFO] [stdout] 8 | 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:47 [INFO] [stdout] | [INFO] [stdout] 8 | 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:10:19 [INFO] [stdout] | [INFO] [stdout] 10 | .from(Char::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `sea_query_test` [INFO] [stdout] --> tests/postgres/mod.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use sea_query_test::*; [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `sea_query_test` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:23:17 [INFO] [stdout] | [INFO] [stdout] 23 | 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:23:34 [INFO] [stdout] | [INFO] [stdout] 23 | 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:23:47 [INFO] [stdout] | [INFO] [stdout] 23 | 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:25:19 [INFO] [stdout] | [INFO] [stdout] 25 | .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:26:34 [INFO] [stdout] | [INFO] [stdout] 26 | .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:17 [INFO] [stdout] | [INFO] [stdout] 37 | 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:37:34 [INFO] [stdout] | [INFO] [stdout] 37 | 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:37:47 [INFO] [stdout] | [INFO] [stdout] 37 | 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:39:19 [INFO] [stdout] | [INFO] [stdout] 39 | .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:40:34 [INFO] [stdout] | [INFO] [stdout] 40 | .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:41:34 [INFO] [stdout] | [INFO] [stdout] 41 | .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:52:17 [INFO] [stdout] | [INFO] [stdout] 52 | 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:57:25 [INFO] [stdout] | [INFO] [stdout] 57 | 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:57:39 [INFO] [stdout] | [INFO] [stdout] 57 | 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:59:27 [INFO] [stdout] | [INFO] [stdout] 59 | .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:72:22 [INFO] [stdout] | [INFO] [stdout] 72 | .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:72:36 [INFO] [stdout] | [INFO] [stdout] 72 | .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:73:19 [INFO] [stdout] | [INFO] [stdout] 73 | .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:74:34 [INFO] [stdout] | [INFO] [stdout] 74 | .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:74:48 [INFO] [stdout] | [INFO] [stdout] 74 | .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:85:17 [INFO] [stdout] | [INFO] [stdout] 85 | 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:88:27 [INFO] [stdout] | [INFO] [stdout] 88 | 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:90:19 [INFO] [stdout] | [INFO] [stdout] 90 | .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:17 [INFO] [stdout] | [INFO] [stdout] 92 | 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:94:35 [INFO] [stdout] | [INFO] [stdout] 94 | .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:105:17 [INFO] [stdout] | [INFO] [stdout] 105 | 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:107:19 [INFO] [stdout] | [INFO] [stdout] 107 | .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:108:45 [INFO] [stdout] | [INFO] [stdout] 108 | .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:119:17 [INFO] [stdout] | [INFO] [stdout] 119 | 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:121:19 [INFO] [stdout] | [INFO] [stdout] 121 | .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:122:24 [INFO] [stdout] | [INFO] [stdout] 122 | .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:122:47 [INFO] [stdout] | [INFO] [stdout] 122 | .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:122:60 [INFO] [stdout] | [INFO] [stdout] 122 | .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:122:81 [INFO] [stdout] | [INFO] [stdout] 122 | .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:122:94 [INFO] [stdout] | [INFO] [stdout] 122 | .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:133:17 [INFO] [stdout] | [INFO] [stdout] 133 | 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: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/mysql/query.rs:136:24 [INFO] [stdout] | [INFO] [stdout] 136 | .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:136:47 [INFO] [stdout] | [INFO] [stdout] 136 | .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:136:60 [INFO] [stdout] | [INFO] [stdout] 136 | .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:136:81 [INFO] [stdout] | [INFO] [stdout] 136 | .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:136:94 [INFO] [stdout] | [INFO] [stdout] 136 | .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:137:25 [INFO] [stdout] | [INFO] [stdout] 137 | .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/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/mysql/query.rs:137:49 [INFO] [stdout] | [INFO] [stdout] 137 | .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/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 `Char` [INFO] [stdout] --> tests/mysql/query.rs:137:62 [INFO] [stdout] | [INFO] [stdout] 137 | .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 `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 `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:137:86 [INFO] [stdout] | [INFO] [stdout] 137 | .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 `Font` [INFO] [stdout] --> tests/postgres/foreign_key.rs:9:30 [INFO] [stdout] | [INFO] [stdout] 9 | .to(Font::Table, Font::Id) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ForeignKeyAction` [INFO] [stdout] --> tests/postgres/foreign_key.rs:10:24 [INFO] [stdout] | [INFO] [stdout] 10 | .on_delete(ForeignKeyAction::Cascade) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of undeclared type `ForeignKeyAction` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:137:100 [INFO] [stdout] | [INFO] [stdout] 137 | .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 `ForeignKeyAction` [INFO] [stdout] --> tests/postgres/foreign_key.rs:11:24 [INFO] [stdout] | [INFO] [stdout] 11 | .on_update(ForeignKeyAction::Cascade) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of undeclared type `ForeignKeyAction` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/foreign_key.rs:26:20 [INFO] [stdout] | [INFO] [stdout] 26 | .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:148:17 [INFO] [stdout] | [INFO] [stdout] 148 | 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:150:19 [INFO] [stdout] | [INFO] [stdout] 150 | .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:151:24 [INFO] [stdout] | [INFO] [stdout] 151 | .left_join(Font::Table, [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:152:27 [INFO] [stdout] | [INFO] [stdout] 152 | 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:152:40 [INFO] [stdout] | [INFO] [stdout] 152 | 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:152:61 [INFO] [stdout] | [INFO] [stdout] 152 | 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:152:74 [INFO] [stdout] | [INFO] [stdout] 152 | 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: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 `Char` [INFO] [stdout] --> tests/mysql/query.rs:153:32 [INFO] [stdout] | [INFO] [stdout] 153 | .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:153:45 [INFO] [stdout] | [INFO] [stdout] 153 | .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:153:66 [INFO] [stdout] | [INFO] [stdout] 153 | .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:153:79 [INFO] [stdout] | [INFO] [stdout] 153 | .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/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/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/postgres/index.rs:22:18 [INFO] [stdout] | [INFO] [stdout] 22 | .col(Glyph::Aspect) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/postgres/index.rs:23:18 [INFO] [stdout] | [INFO] [stdout] 23 | .col(Glyph::Image) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `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/postgres/index.rs:35:20 [INFO] [stdout] | [INFO] [stdout] 35 | .table(Glyph::Table) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/postgres/index.rs:36:18 [INFO] [stdout] | [INFO] [stdout] 36 | .col(Glyph::Image) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/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:169:23 [INFO] [stdout] | [INFO] [stdout] 169 | .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:169:37 [INFO] [stdout] | [INFO] [stdout] 169 | .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:170:24 [INFO] [stdout] | [INFO] [stdout] 170 | .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:170:38 [INFO] [stdout] | [INFO] [stdout] 170 | .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:170:54 [INFO] [stdout] | [INFO] [stdout] 170 | .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:181:17 [INFO] [stdout] | [INFO] [stdout] 181 | 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:183:19 [INFO] [stdout] | [INFO] [stdout] 183 | .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 `TestEnv` [INFO] [stdout] --> tests/postgres/online.rs:7:19 [INFO] [stdout] | [INFO] [stdout] 7 | let mut env = TestEnv::new("postgresql://sea:sea@localhost/query"); [INFO] [stdout] | ^^^^^^^ use of undeclared type `TestEnv` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:184:45 [INFO] [stdout] | [INFO] [stdout] 184 | .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:186:18 [INFO] [stdout] | [INFO] [stdout] 186 | (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 `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 `Order` [INFO] [stdout] --> tests/mysql/query.rs:186:29 [INFO] [stdout] | [INFO] [stdout] 186 | (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:187:18 [INFO] [stdout] | [INFO] [stdout] 187 | (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:187:33 [INFO] [stdout] | [INFO] [stdout] 187 | (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 `Font` [INFO] [stdout] --> tests/postgres/online.rs:11:29 [INFO] [stdout] | [INFO] [stdout] 11 | .col(ColumnDef::new(Font::Id).integer().not_null().primary_key().auto_increment()) [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:12:29 [INFO] [stdout] | [INFO] [stdout] 12 | .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/mysql/query.rs:199:17 [INFO] [stdout] | [INFO] [stdout] 199 | 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:201:19 [INFO] [stdout] | [INFO] [stdout] 201 | .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:13:29 [INFO] [stdout] | [INFO] [stdout] 13 | .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:202:45 [INFO] [stdout] | [INFO] [stdout] 202 | .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/postgres/online.rs:14:29 [INFO] [stdout] | [INFO] [stdout] 14 | .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/mysql/query.rs:204:19 [INFO] [stdout] | [INFO] [stdout] 204 | ((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:204:33 [INFO] [stdout] | [INFO] [stdout] 204 | ((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:204:45 [INFO] [stdout] | [INFO] [stdout] 204 | ((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:205:19 [INFO] [stdout] | [INFO] [stdout] 205 | ((Glyph::Table, Glyph::Aspect), Order::Desc), [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:205:33 [INFO] [stdout] | [INFO] [stdout] 205 | ((Glyph::Table, Glyph::Aspect), Order::Desc), [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Order` [INFO] [stdout] --> tests/mysql/query.rs:205:49 [INFO] [stdout] | [INFO] [stdout] 205 | ((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 `Font` [INFO] [stdout] --> tests/postgres/online.rs:31:16 [INFO] [stdout] | [INFO] [stdout] 31 | .table(Font::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/postgres/online.rs:32:14 [INFO] [stdout] | [INFO] [stdout] 32 | .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:217:17 [INFO] [stdout] | [INFO] [stdout] 217 | 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:218:17 [INFO] [stdout] | [INFO] [stdout] 218 | 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:220:29 [INFO] [stdout] | [INFO] [stdout] 220 | .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:221:19 [INFO] [stdout] | [INFO] [stdout] 221 | .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:223:18 [INFO] [stdout] | [INFO] [stdout] 223 | (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:223:32 [INFO] [stdout] | [INFO] [stdout] 223 | (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:224:18 [INFO] [stdout] | [INFO] [stdout] 224 | (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:224:32 [INFO] [stdout] | [INFO] [stdout] 224 | (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:226:35 [INFO] [stdout] | [INFO] [stdout] 226 | .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/online.rs:50:16 [INFO] [stdout] | [INFO] [stdout] 50 | .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:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | .col(ColumnDef::new(Char::Id).integer().not_null().primary_key().auto_increment()) [INFO] [stdout] | ^^^^ 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:237:17 [INFO] [stdout] | [INFO] [stdout] 237 | 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:239:19 [INFO] [stdout] | [INFO] [stdout] 239 | .from(Char::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/online.rs:53:29 [INFO] [stdout] | [INFO] [stdout] 53 | .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/mysql/query.rs:240:34 [INFO] [stdout] | [INFO] [stdout] 240 | .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:54:29 [INFO] [stdout] | [INFO] [stdout] 54 | .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/online.rs:55:29 [INFO] [stdout] | [INFO] [stdout] 55 | .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:251:17 [INFO] [stdout] | [INFO] [stdout] 251 | 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:253:19 [INFO] [stdout] | [INFO] [stdout] 253 | .from(Char::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/online.rs:56:29 [INFO] [stdout] | [INFO] [stdout] 56 | .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:57:29 [INFO] [stdout] | [INFO] [stdout] 57 | .col(ColumnDef::new(Char::FontId).integer().default(Value::Null)) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:254:34 [INFO] [stdout] | [INFO] [stdout] 254 | .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 `Value` [INFO] [stdout] --> tests/postgres/online.rs:57:61 [INFO] [stdout] | [INFO] [stdout] 57 | .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:255:34 [INFO] [stdout] | [INFO] [stdout] 255 | .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:76:16 [INFO] [stdout] | [INFO] [stdout] 76 | .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:77:14 [INFO] [stdout] | [INFO] [stdout] 77 | .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:266:18 [INFO] [stdout] | [INFO] [stdout] 266 | (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:266:32 [INFO] [stdout] | [INFO] [stdout] 266 | (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:268:19 [INFO] [stdout] | [INFO] [stdout] 268 | .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:269:34 [INFO] [stdout] | [INFO] [stdout] 269 | .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:269:48 [INFO] [stdout] | [INFO] [stdout] 269 | .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 `Char` [INFO] [stdout] --> tests/postgres/online.rs:96:15 [INFO] [stdout] | [INFO] [stdout] 96 | .from(Char::Table, Char::FontId) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/online.rs:96:28 [INFO] [stdout] | [INFO] [stdout] 96 | .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:97:13 [INFO] [stdout] | [INFO] [stdout] 97 | .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:97:26 [INFO] [stdout] | [INFO] [stdout] 97 | .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:98:20 [INFO] [stdout] | [INFO] [stdout] 98 | .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:99:20 [INFO] [stdout] | [INFO] [stdout] 99 | .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:280:17 [INFO] [stdout] | [INFO] [stdout] 280 | 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:282:19 [INFO] [stdout] | [INFO] [stdout] 282 | .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:114:16 [INFO] [stdout] | [INFO] [stdout] 114 | .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:283:34 [INFO] [stdout] | [INFO] [stdout] 283 | .and_where(Expr::col(Glyph::Aspect).between(3, 5)) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:284:34 [INFO] [stdout] | [INFO] [stdout] 284 | .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/postgres/online.rs:124:13 [INFO] [stdout] | [INFO] [stdout] 124 | 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:124:30 [INFO] [stdout] | [INFO] [stdout] 124 | 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:124:43 [INFO] [stdout] | [INFO] [stdout] 124 | 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:126:15 [INFO] [stdout] | [INFO] [stdout] 126 | .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:295:17 [INFO] [stdout] | [INFO] [stdout] 295 | 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:297:19 [INFO] [stdout] | [INFO] [stdout] 297 | .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:8:17 [INFO] [stdout] | [INFO] [stdout] 8 | 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:298:34 [INFO] [stdout] | [INFO] [stdout] 298 | .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/online.rs:137:21 [INFO] [stdout] | [INFO] [stdout] 137 | .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/sqlite/query.rs:8:34 [INFO] [stdout] | [INFO] [stdout] 8 | 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:139:13 [INFO] [stdout] | [INFO] [stdout] 139 | Char::Character, Char::SizeW, Char::SizeH, Char::FontSize, Char::FontId [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/online.rs:139:30 [INFO] [stdout] | [INFO] [stdout] 139 | Char::Character, Char::SizeW, Char::SizeH, Char::FontSize, Char::FontId [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/online.rs:139:43 [INFO] [stdout] | [INFO] [stdout] 139 | Char::Character, Char::SizeW, Char::SizeH, Char::FontSize, Char::FontId [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/online.rs:139:56 [INFO] [stdout] | [INFO] [stdout] 139 | Char::Character, Char::SizeW, Char::SizeH, Char::FontSize, 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:8:47 [INFO] [stdout] | [INFO] [stdout] 8 | 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:139:72 [INFO] [stdout] | [INFO] [stdout] 139 | Char::Character, Char::SizeW, Char::SizeH, Char::FontSize, 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/postgres/online.rs:146:13 [INFO] [stdout] | [INFO] [stdout] 146 | Value::Null, [INFO] [stdout] | ^^^^^ use of undeclared type `Value` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:10:19 [INFO] [stdout] | [INFO] [stdout] 10 | .from(Char::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Value` [INFO] [stdout] --> tests/postgres/online.rs:153:13 [INFO] [stdout] | [INFO] [stdout] 153 | 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:163:16 [INFO] [stdout] | [INFO] [stdout] 163 | .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:165:14 [INFO] [stdout] | [INFO] [stdout] 165 | (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:166:14 [INFO] [stdout] | [INFO] [stdout] 166 | (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:167:14 [INFO] [stdout] | [INFO] [stdout] 167 | (Char::SizeH, 12.into()), [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:308:21 [INFO] [stdout] | [INFO] [stdout] 308 | .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/online.rs:169:30 [INFO] [stdout] | [INFO] [stdout] 169 | .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/query.rs:309:19 [INFO] [stdout] | [INFO] [stdout] 309 | .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:310:34 [INFO] [stdout] | [INFO] [stdout] 310 | .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/online.rs:178:16 [INFO] [stdout] | [INFO] [stdout] 178 | .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:321:17 [INFO] [stdout] | [INFO] [stdout] 321 | 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:323:19 [INFO] [stdout] | [INFO] [stdout] 323 | .from(Char::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/online.rs:187:16 [INFO] [stdout] | [INFO] [stdout] 187 | .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:188:16 [INFO] [stdout] | [INFO] [stdout] 188 | .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:324:33 [INFO] [stdout] | [INFO] [stdout] 324 | .or_where(Expr::col(Char::Character).like("A%")) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:325:33 [INFO] [stdout] | [INFO] [stdout] 325 | .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:8:17 [INFO] [stdout] | [INFO] [stdout] 8 | 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:326:33 [INFO] [stdout] | [INFO] [stdout] 326 | .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:8:34 [INFO] [stdout] | [INFO] [stdout] 8 | 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:8:47 [INFO] [stdout] | [INFO] [stdout] 8 | 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:10:19 [INFO] [stdout] | [INFO] [stdout] 10 | .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:23:17 [INFO] [stdout] | [INFO] [stdout] 23 | 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:336:21 [INFO] [stdout] | [INFO] [stdout] 336 | .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:337:19 [INFO] [stdout] | [INFO] [stdout] 337 | .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:23:17 [INFO] [stdout] | [INFO] [stdout] 23 | 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:23:34 [INFO] [stdout] | [INFO] [stdout] 23 | 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:23:34 [INFO] [stdout] | [INFO] [stdout] 23 | 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:23:47 [INFO] [stdout] | [INFO] [stdout] 23 | 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:25:19 [INFO] [stdout] | [INFO] [stdout] 25 | .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:26:34 [INFO] [stdout] | [INFO] [stdout] 26 | .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:338:33 [INFO] [stdout] | [INFO] [stdout] 338 | .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:23:47 [INFO] [stdout] | [INFO] [stdout] 23 | 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:25:19 [INFO] [stdout] | [INFO] [stdout] 25 | .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:339:33 [INFO] [stdout] | [INFO] [stdout] 339 | .or_where(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/postgres/query.rs:37:17 [INFO] [stdout] | [INFO] [stdout] 37 | 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:26:34 [INFO] [stdout] | [INFO] [stdout] 26 | .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:37:34 [INFO] [stdout] | [INFO] [stdout] 37 | 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:37:47 [INFO] [stdout] | [INFO] [stdout] 37 | 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:39:19 [INFO] [stdout] | [INFO] [stdout] 39 | .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:339:74 [INFO] [stdout] | [INFO] [stdout] 339 | .or_where(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/postgres/query.rs:40:34 [INFO] [stdout] | [INFO] [stdout] 40 | .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:340:34 [INFO] [stdout] | [INFO] [stdout] 340 | .and_where(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:37:17 [INFO] [stdout] | [INFO] [stdout] 37 | 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:37:34 [INFO] [stdout] | [INFO] [stdout] 37 | 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:41:34 [INFO] [stdout] | [INFO] [stdout] 41 | .and_where(Expr::col(Char::SizeH).eq(4)) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:37:47 [INFO] [stdout] | [INFO] [stdout] 37 | 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:340:74 [INFO] [stdout] | [INFO] [stdout] 340 | .and_where(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:39:19 [INFO] [stdout] | [INFO] [stdout] 39 | .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:350:21 [INFO] [stdout] | [INFO] [stdout] 350 | .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:351:19 [INFO] [stdout] | [INFO] [stdout] 351 | .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:362:21 [INFO] [stdout] | [INFO] [stdout] 362 | .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:363:19 [INFO] [stdout] | [INFO] [stdout] 363 | .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:365:39 [INFO] [stdout] | [INFO] [stdout] 365 | 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 `Glyph` [INFO] [stdout] --> tests/postgres/query.rs:52:17 [INFO] [stdout] | [INFO] [stdout] 52 | 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:376:21 [INFO] [stdout] | [INFO] [stdout] 376 | .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:377:19 [INFO] [stdout] | [INFO] [stdout] 377 | .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:57:25 [INFO] [stdout] | [INFO] [stdout] 57 | 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:379:27 [INFO] [stdout] | [INFO] [stdout] 379 | 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 `Glyph` [INFO] [stdout] --> tests/postgres/query.rs:57:39 [INFO] [stdout] | [INFO] [stdout] 57 | 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:59:27 [INFO] [stdout] | [INFO] [stdout] 59 | .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:380:39 [INFO] [stdout] | [INFO] [stdout] 380 | .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:391:21 [INFO] [stdout] | [INFO] [stdout] 391 | .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:392:19 [INFO] [stdout] | [INFO] [stdout] 392 | .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:394:38 [INFO] [stdout] | [INFO] [stdout] 394 | Expr::expr(Expr::col(Char::SizeW).add(1)).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:40:34 [INFO] [stdout] | [INFO] [stdout] 40 | .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/postgres/query.rs:72:22 [INFO] [stdout] | [INFO] [stdout] 72 | .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:72:36 [INFO] [stdout] | [INFO] [stdout] 72 | .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:73:19 [INFO] [stdout] | [INFO] [stdout] 73 | .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:395:50 [INFO] [stdout] | [INFO] [stdout] 395 | .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/query.rs:41:34 [INFO] [stdout] | [INFO] [stdout] 41 | .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/postgres/query.rs:74:34 [INFO] [stdout] | [INFO] [stdout] 74 | .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:74:48 [INFO] [stdout] | [INFO] [stdout] 74 | .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[E0432]: unresolved import `sea_query_test` [INFO] [stdout] --> tests/error/mod.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query_test::*; [INFO] [stdout] | ^^^^^^^^^^^^^^ use of undeclared crate or module `sea_query_test` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:407:17 [INFO] [stdout] | [INFO] [stdout] 407 | 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:52:17 [INFO] [stdout] | [INFO] [stdout] 52 | 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:407:34 [INFO] [stdout] | [INFO] [stdout] 407 | 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:407:47 [INFO] [stdout] | [INFO] [stdout] 407 | 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:409:19 [INFO] [stdout] | [INFO] [stdout] 409 | .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:85:17 [INFO] [stdout] | [INFO] [stdout] 85 | 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:410:34 [INFO] [stdout] | [INFO] [stdout] 410 | .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:57:25 [INFO] [stdout] | [INFO] [stdout] 57 | 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:57:39 [INFO] [stdout] | [INFO] [stdout] 57 | 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:59:27 [INFO] [stdout] | [INFO] [stdout] 59 | .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 | 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:90:19 [INFO] [stdout] | [INFO] [stdout] 90 | .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:92:17 [INFO] [stdout] | [INFO] [stdout] 92 | 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:411:34 [INFO] [stdout] | [INFO] [stdout] 411 | .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/postgres/query.rs:94:35 [INFO] [stdout] | [INFO] [stdout] 94 | .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:412:34 [INFO] [stdout] | [INFO] [stdout] 412 | .and_where(Expr::col(Char::SizeH).eq(5)) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:72:22 [INFO] [stdout] | [INFO] [stdout] 72 | .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:105:17 [INFO] [stdout] | [INFO] [stdout] 105 | 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:107:19 [INFO] [stdout] | [INFO] [stdout] 107 | .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:423:17 [INFO] [stdout] | [INFO] [stdout] 423 | 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:423:34 [INFO] [stdout] | [INFO] [stdout] 423 | 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:423:47 [INFO] [stdout] | [INFO] [stdout] 423 | 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:425:19 [INFO] [stdout] | [INFO] [stdout] 425 | .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:108:45 [INFO] [stdout] | [INFO] [stdout] 108 | .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:426:33 [INFO] [stdout] | [INFO] [stdout] 426 | .or_where(Expr::col(Char::SizeW).eq(3)) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:427:33 [INFO] [stdout] | [INFO] [stdout] 427 | .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:428:33 [INFO] [stdout] | [INFO] [stdout] 428 | .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:119:17 [INFO] [stdout] | [INFO] [stdout] 119 | 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:121:19 [INFO] [stdout] | [INFO] [stdout] 121 | .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:122:24 [INFO] [stdout] | [INFO] [stdout] 122 | .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/postgres/query.rs:122:47 [INFO] [stdout] | [INFO] [stdout] 122 | .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/postgres/query.rs:122:60 [INFO] [stdout] | [INFO] [stdout] 122 | .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:439:17 [INFO] [stdout] | [INFO] [stdout] 439 | 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/query.rs:122:81 [INFO] [stdout] | [INFO] [stdout] 122 | .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:72:36 [INFO] [stdout] | [INFO] [stdout] 72 | .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/mysql/query.rs:439:34 [INFO] [stdout] | [INFO] [stdout] 439 | 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/query.rs:122:94 [INFO] [stdout] | [INFO] [stdout] 122 | .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:439:47 [INFO] [stdout] | [INFO] [stdout] 439 | 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:73:19 [INFO] [stdout] | [INFO] [stdout] 73 | .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:441:19 [INFO] [stdout] | [INFO] [stdout] 441 | .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:442:34 [INFO] [stdout] | [INFO] [stdout] 442 | .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:133:17 [INFO] [stdout] | [INFO] [stdout] 133 | 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: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 `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:74:34 [INFO] [stdout] | [INFO] [stdout] 74 | .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/postgres/query.rs:136:24 [INFO] [stdout] | [INFO] [stdout] 136 | .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:74:48 [INFO] [stdout] | [INFO] [stdout] 74 | .and_where(Expr::tbl(Glyph::Table, Glyph::Aspect).is_in(vec![3, 4])) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/query.rs:136:47 [INFO] [stdout] | [INFO] [stdout] 136 | .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/postgres/query.rs:136:60 [INFO] [stdout] | [INFO] [stdout] 136 | .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:443:33 [INFO] [stdout] | [INFO] [stdout] 443 | .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/postgres/query.rs:136:81 [INFO] [stdout] | [INFO] [stdout] 136 | .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/postgres/query.rs:136:94 [INFO] [stdout] | [INFO] [stdout] 136 | .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/query.rs:137:25 [INFO] [stdout] | [INFO] [stdout] 137 | .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:444:34 [INFO] [stdout] | [INFO] [stdout] 444 | .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:137:49 [INFO] [stdout] | [INFO] [stdout] 137 | .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/postgres/query.rs:137:62 [INFO] [stdout] | [INFO] [stdout] 137 | .inner_join(Glyph::Table, Expr::tbl(Char::Table, Char::Character).equals(Glyph::Table, Glyph::Image)) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:85:17 [INFO] [stdout] | [INFO] [stdout] 85 | 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:137:86 [INFO] [stdout] | [INFO] [stdout] 137 | .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/query.rs:137:100 [INFO] [stdout] | [INFO] [stdout] 137 | .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:455:17 [INFO] [stdout] | [INFO] [stdout] 455 | 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:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | 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:148:17 [INFO] [stdout] | [INFO] [stdout] 148 | 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:455:47 [INFO] [stdout] | [INFO] [stdout] 455 | 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:457:19 [INFO] [stdout] | [INFO] [stdout] 457 | .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:150:19 [INFO] [stdout] | [INFO] [stdout] 150 | .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:459:27 [INFO] [stdout] | [INFO] [stdout] 459 | 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 `Font` [INFO] [stdout] --> tests/postgres/query.rs:151:24 [INFO] [stdout] | [INFO] [stdout] 151 | .left_join(Font::Table, [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:460:36 [INFO] [stdout] | [INFO] [stdout] 460 | .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:152:27 [INFO] [stdout] | [INFO] [stdout] 152 | 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:152:40 [INFO] [stdout] | [INFO] [stdout] 152 | 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:152:61 [INFO] [stdout] | [INFO] [stdout] 152 | 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:152:74 [INFO] [stdout] | [INFO] [stdout] 152 | 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/postgres/query.rs:153:32 [INFO] [stdout] | [INFO] [stdout] 153 | .and(Expr::tbl(Char::Table, Char::FontId).equals(Font::Table, Font::Id)) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/query.rs:153:45 [INFO] [stdout] | [INFO] [stdout] 153 | .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:153:66 [INFO] [stdout] | [INFO] [stdout] 153 | .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:153:79 [INFO] [stdout] | [INFO] [stdout] 153 | .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/sqlite/query.rs:88:27 [INFO] [stdout] | [INFO] [stdout] 88 | 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: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:90:19 [INFO] [stdout] | [INFO] [stdout] 90 | .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:17 [INFO] [stdout] | [INFO] [stdout] 92 | 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: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:94:35 [INFO] [stdout] | [INFO] [stdout] 94 | .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/postgres/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/postgres/query.rs:169:23 [INFO] [stdout] | [INFO] [stdout] 169 | .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:169:37 [INFO] [stdout] | [INFO] [stdout] 169 | .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:170:24 [INFO] [stdout] | [INFO] [stdout] 170 | .order_by((Glyph::Table, Glyph::Aspect), Order::Asc) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/query.rs:484:32 [INFO] [stdout] | [INFO] [stdout] 484 | .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 `Glyph` [INFO] [stdout] --> tests/postgres/query.rs:170:38 [INFO] [stdout] | [INFO] [stdout] 170 | .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:170:54 [INFO] [stdout] | [INFO] [stdout] 170 | .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:485:19 [INFO] [stdout] | [INFO] [stdout] 485 | .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:181:17 [INFO] [stdout] | [INFO] [stdout] 181 | 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:183:19 [INFO] [stdout] | [INFO] [stdout] 183 | .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:495:21 [INFO] [stdout] | [INFO] [stdout] 495 | .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:496:19 [INFO] [stdout] | [INFO] [stdout] 496 | .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:184:45 [INFO] [stdout] | [INFO] [stdout] 184 | .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:497:34 [INFO] [stdout] | [INFO] [stdout] 497 | .and_where(Expr::col(Glyph::Aspect).in_subquery( [INFO] [stdout] | ^^^^^ 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:186:18 [INFO] [stdout] | [INFO] [stdout] 186 | (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:186:29 [INFO] [stdout] | [INFO] [stdout] 186 | (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:187:18 [INFO] [stdout] | [INFO] [stdout] 187 | (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:187:33 [INFO] [stdout] | [INFO] [stdout] 187 | (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:199:17 [INFO] [stdout] | [INFO] [stdout] 199 | 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:19 [INFO] [stdout] | [INFO] [stdout] 201 | .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:21 [INFO] [stdout] | [INFO] [stdout] 511 | .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:512:29 [INFO] [stdout] | [INFO] [stdout] 512 | .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:202:45 [INFO] [stdout] | [INFO] [stdout] 202 | .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:513:19 [INFO] [stdout] | [INFO] [stdout] 513 | .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:515:17 [INFO] [stdout] | [INFO] [stdout] 515 | 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:204:19 [INFO] [stdout] | [INFO] [stdout] 204 | ((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:204:33 [INFO] [stdout] | [INFO] [stdout] 204 | ((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:204:45 [INFO] [stdout] | [INFO] [stdout] 204 | ((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:205:19 [INFO] [stdout] | [INFO] [stdout] 205 | ((Glyph::Table, Glyph::Aspect), Order::Desc), [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:517:34 [INFO] [stdout] | [INFO] [stdout] 517 | .or_having(Expr::col(Glyph::Aspect).gt(2).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:205:33 [INFO] [stdout] | [INFO] [stdout] 205 | ((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:205:49 [INFO] [stdout] | [INFO] [stdout] 205 | ((Glyph::Table, Glyph::Aspect), Order::Desc), [INFO] [stdout] | ^^^^^ use of undeclared type `Order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:517:68 [INFO] [stdout] | [INFO] [stdout] 517 | .or_having(Expr::col(Glyph::Aspect).gt(2).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/mysql/query.rs:518:34 [INFO] [stdout] | [INFO] [stdout] 518 | .or_having(Expr::col(Glyph::Aspect).gt(12).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:217:17 [INFO] [stdout] | [INFO] [stdout] 217 | 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:218:17 [INFO] [stdout] | [INFO] [stdout] 218 | 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:518:70 [INFO] [stdout] | [INFO] [stdout] 518 | .or_having(Expr::col(Glyph::Aspect).gt(12).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:220:29 [INFO] [stdout] | [INFO] [stdout] 220 | .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:519:35 [INFO] [stdout] | [INFO] [stdout] 519 | .and_having(Expr::col(Glyph::Aspect).gt(22).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:519:70 [INFO] [stdout] | [INFO] [stdout] 519 | .and_having(Expr::col(Glyph::Aspect).gt(22).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:520:34 [INFO] [stdout] | [INFO] [stdout] 520 | .or_having(Expr::col(Glyph::Aspect).gt(32)) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:105:17 [INFO] [stdout] | [INFO] [stdout] 105 | 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:107:19 [INFO] [stdout] | [INFO] [stdout] 107 | .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:535:17 [INFO] [stdout] | [INFO] [stdout] 535 | .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:536:15 [INFO] [stdout] | [INFO] [stdout] 536 | .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:538:23 [INFO] [stdout] | [INFO] [stdout] 538 | 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:108:45 [INFO] [stdout] | [INFO] [stdout] 108 | .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:567:25 [INFO] [stdout] | [INFO] [stdout] 567 | .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:569:17 [INFO] [stdout] | [INFO] [stdout] 569 | 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:570:17 [INFO] [stdout] | [INFO] [stdout] 570 | 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:221:19 [INFO] [stdout] | [INFO] [stdout] 221 | .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:223:18 [INFO] [stdout] | [INFO] [stdout] 223 | (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:223:32 [INFO] [stdout] | [INFO] [stdout] 223 | (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:224:18 [INFO] [stdout] | [INFO] [stdout] 224 | (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:224:32 [INFO] [stdout] | [INFO] [stdout] 224 | (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:586:25 [INFO] [stdout] | [INFO] [stdout] 586 | .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:588:17 [INFO] [stdout] | [INFO] [stdout] 588 | 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:589:17 [INFO] [stdout] | [INFO] [stdout] 589 | 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/mysql/query.rs:596:17 [INFO] [stdout] | [INFO] [stdout] 596 | 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:226:35 [INFO] [stdout] | [INFO] [stdout] 226 | .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:634:20 [INFO] [stdout] | [INFO] [stdout] 634 | .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:636:18 [INFO] [stdout] | [INFO] [stdout] 636 | (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:637:18 [INFO] [stdout] | [INFO] [stdout] 637 | (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:639:34 [INFO] [stdout] | [INFO] [stdout] 639 | .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/postgres/query.rs:237:17 [INFO] [stdout] | [INFO] [stdout] 237 | 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:640:23 [INFO] [stdout] | [INFO] [stdout] 640 | .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:640:34 [INFO] [stdout] | [INFO] [stdout] 640 | .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 `Char` [INFO] [stdout] --> tests/postgres/query.rs:239:19 [INFO] [stdout] | [INFO] [stdout] 239 | .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:240:34 [INFO] [stdout] | [INFO] [stdout] 240 | .and_where(Expr::col(Char::FontId).is_null()) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:669:20 [INFO] [stdout] | [INFO] [stdout] 669 | .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:670:25 [INFO] [stdout] | [INFO] [stdout] 670 | .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 `Char` [INFO] [stdout] --> tests/sqlite/query.rs:119:17 [INFO] [stdout] | [INFO] [stdout] 119 | 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:121:19 [INFO] [stdout] | [INFO] [stdout] 121 | .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:122:24 [INFO] [stdout] | [INFO] [stdout] 122 | .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:672:18 [INFO] [stdout] | [INFO] [stdout] 672 | (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/postgres/query.rs:251:17 [INFO] [stdout] | [INFO] [stdout] 251 | 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:253:19 [INFO] [stdout] | [INFO] [stdout] 253 | .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:674:34 [INFO] [stdout] | [INFO] [stdout] 674 | .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:675:23 [INFO] [stdout] | [INFO] [stdout] 675 | .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 `Char` [INFO] [stdout] --> tests/sqlite/query.rs:122:47 [INFO] [stdout] | [INFO] [stdout] 122 | .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 `Order` [INFO] [stdout] --> tests/mysql/query.rs:675:34 [INFO] [stdout] | [INFO] [stdout] 675 | .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 `Char` [INFO] [stdout] --> tests/sqlite/query.rs:122:60 [INFO] [stdout] | [INFO] [stdout] 122 | .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/postgres/query.rs:254:34 [INFO] [stdout] | [INFO] [stdout] 254 | .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 `Font` [INFO] [stdout] --> tests/sqlite/query.rs:122:81 [INFO] [stdout] | [INFO] [stdout] 122 | .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:122:94 [INFO] [stdout] | [INFO] [stdout] 122 | .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/postgres/query.rs:255:34 [INFO] [stdout] | [INFO] [stdout] 255 | .and_where(Expr::col(Char::Character).is_not_null()) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:686:25 [INFO] [stdout] | [INFO] [stdout] 686 | .from_table(Glyph::Table) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:133:17 [INFO] [stdout] | [INFO] [stdout] 133 | 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: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 `Glyph` [INFO] [stdout] --> tests/mysql/query.rs:687:34 [INFO] [stdout] | [INFO] [stdout] 687 | .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:688:23 [INFO] [stdout] | [INFO] [stdout] 688 | .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:688:34 [INFO] [stdout] | [INFO] [stdout] 688 | .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/sqlite/query.rs:136:24 [INFO] [stdout] | [INFO] [stdout] 136 | .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/query.rs:266:18 [INFO] [stdout] | [INFO] [stdout] 266 | (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:136:47 [INFO] [stdout] | [INFO] [stdout] 136 | .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/query.rs:266:32 [INFO] [stdout] | [INFO] [stdout] 266 | (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:268:19 [INFO] [stdout] | [INFO] [stdout] 268 | .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/sqlite/query.rs:136:60 [INFO] [stdout] | [INFO] [stdout] 136 | .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/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 `Font` [INFO] [stdout] --> tests/sqlite/query.rs:136:81 [INFO] [stdout] | [INFO] [stdout] 136 | .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/query.rs:269:34 [INFO] [stdout] | [INFO] [stdout] 269 | .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 `Font` [INFO] [stdout] --> tests/sqlite/query.rs:136:94 [INFO] [stdout] | [INFO] [stdout] 136 | .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/query.rs:269:48 [INFO] [stdout] | [INFO] [stdout] 269 | .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:137:25 [INFO] [stdout] | [INFO] [stdout] 137 | .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/table.rs:8:33 [INFO] [stdout] | [INFO] [stdout] 8 | .col(ColumnDef::new(Glyph::Id).integer_len(11).not_null().auto_increment().primary_key()) [INFO] [stdout] | ^^^^^ 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:33 [INFO] [stdout] | [INFO] [stdout] 9 | .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/sqlite/query.rs:137:49 [INFO] [stdout] | [INFO] [stdout] 137 | .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:137:62 [INFO] [stdout] | [INFO] [stdout] 137 | .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/postgres/query.rs:280:17 [INFO] [stdout] | [INFO] [stdout] 280 | 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:282:19 [INFO] [stdout] | [INFO] [stdout] 282 | .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:137:86 [INFO] [stdout] | [INFO] [stdout] 137 | .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/table.rs:10:33 [INFO] [stdout] | [INFO] [stdout] 10 | .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 `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:137:100 [INFO] [stdout] | [INFO] [stdout] 137 | .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 `Font` [INFO] [stdout] --> tests/mysql/table.rs:29:20 [INFO] [stdout] | [INFO] [stdout] 29 | .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:148:17 [INFO] [stdout] | [INFO] [stdout] 148 | 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:150:19 [INFO] [stdout] | [INFO] [stdout] 150 | .from(Char::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/mysql/table.rs:30:33 [INFO] [stdout] | [INFO] [stdout] 30 | .col(ColumnDef::new(Font::Id).integer_len(11).not_null().auto_increment().primary_key()) [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:151:24 [INFO] [stdout] | [INFO] [stdout] 151 | .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 `Font` [INFO] [stdout] --> tests/mysql/table.rs:31:33 [INFO] [stdout] | [INFO] [stdout] 31 | .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/sqlite/query.rs:152:27 [INFO] [stdout] | [INFO] [stdout] 152 | 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:152:40 [INFO] [stdout] | [INFO] [stdout] 152 | 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:152:61 [INFO] [stdout] | [INFO] [stdout] 152 | 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:283:34 [INFO] [stdout] | [INFO] [stdout] 283 | .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 `Font` [INFO] [stdout] --> tests/mysql/table.rs:32:33 [INFO] [stdout] | [INFO] [stdout] 32 | .col(ColumnDef::new(Font::Variant).string_len(255).not_null()) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/sqlite/query.rs:152:74 [INFO] [stdout] | [INFO] [stdout] 152 | 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/table.rs:33:33 [INFO] [stdout] | [INFO] [stdout] 33 | .col(ColumnDef::new(Font::Language).string_len(1024).not_null()) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/table.rs:53:20 [INFO] [stdout] | [INFO] [stdout] 53 | .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:153:32 [INFO] [stdout] | [INFO] [stdout] 153 | .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:153:45 [INFO] [stdout] | [INFO] [stdout] 153 | .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:153:66 [INFO] [stdout] | [INFO] [stdout] 153 | .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:153:79 [INFO] [stdout] | [INFO] [stdout] 153 | .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:284:34 [INFO] [stdout] | [INFO] [stdout] 284 | .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/table.rs:55:33 [INFO] [stdout] | [INFO] [stdout] 55 | .col(ColumnDef::new(Char::Id).integer_len(11).not_null().auto_increment().primary_key()) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/table.rs:56:33 [INFO] [stdout] | [INFO] [stdout] 56 | .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 `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 `Char` [INFO] [stdout] --> tests/postgres/query.rs:295:17 [INFO] [stdout] | [INFO] [stdout] 295 | Char::Character [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/table.rs:57:33 [INFO] [stdout] | [INFO] [stdout] 57 | .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: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 `Char` [INFO] [stdout] --> tests/postgres/query.rs:297:19 [INFO] [stdout] | [INFO] [stdout] 297 | .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/table.rs:58:33 [INFO] [stdout] | [INFO] [stdout] 58 | .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/postgres/query.rs:298:34 [INFO] [stdout] | [INFO] [stdout] 298 | .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/table.rs:59:33 [INFO] [stdout] | [INFO] [stdout] 59 | .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 `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:169:23 [INFO] [stdout] | [INFO] [stdout] 169 | .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:169:37 [INFO] [stdout] | [INFO] [stdout] 169 | .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 `Char` [INFO] [stdout] --> tests/mysql/table.rs:60:33 [INFO] [stdout] | [INFO] [stdout] 60 | .col(ColumnDef::new(Char::FontId).integer_len(11).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 `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:170:24 [INFO] [stdout] | [INFO] [stdout] 170 | .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:170:38 [INFO] [stdout] | [INFO] [stdout] 170 | .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 `Value` [INFO] [stdout] --> tests/mysql/table.rs:60:71 [INFO] [stdout] | [INFO] [stdout] 60 | .col(ColumnDef::new(Char::FontId).integer_len(11).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/query.rs:308:21 [INFO] [stdout] | [INFO] [stdout] 308 | .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 `Order` [INFO] [stdout] --> tests/sqlite/query.rs:170:54 [INFO] [stdout] | [INFO] [stdout] 170 | .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/postgres/query.rs:309:19 [INFO] [stdout] | [INFO] [stdout] 309 | .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/table.rs:64:27 [INFO] [stdout] | [INFO] [stdout] 64 | .from(Char::Table, Char::FontId) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/table.rs:64:40 [INFO] [stdout] | [INFO] [stdout] 64 | .from(Char::Table, Char::FontId) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/mysql/table.rs:65:25 [INFO] [stdout] | [INFO] [stdout] 65 | .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:65:38 [INFO] [stdout] | [INFO] [stdout] 65 | .to(Font::Table, Font::Id) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ForeignKeyAction` [INFO] [stdout] --> tests/mysql/table.rs:66:32 [INFO] [stdout] | [INFO] [stdout] 66 | .on_delete(ForeignKeyAction::Cascade) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of undeclared type `ForeignKeyAction` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ForeignKeyAction` [INFO] [stdout] --> tests/mysql/table.rs:67:32 [INFO] [stdout] | [INFO] [stdout] 67 | .on_update(ForeignKeyAction::Restrict) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of undeclared type `ForeignKeyAction` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/query.rs:310:34 [INFO] [stdout] | [INFO] [stdout] 310 | .and_where(Expr::col(Char::Character).like("A")) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:181:17 [INFO] [stdout] | [INFO] [stdout] 181 | 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:183:19 [INFO] [stdout] | [INFO] [stdout] 183 | .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:321:17 [INFO] [stdout] | [INFO] [stdout] 321 | 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:323:19 [INFO] [stdout] | [INFO] [stdout] 323 | .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/table.rs:93:20 [INFO] [stdout] | [INFO] [stdout] 93 | .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:94:33 [INFO] [stdout] | [INFO] [stdout] 94 | .col(ColumnDef::new(Glyph::Id).integer().not_null().extra("ANYTHING I WANT TO SAY".to_owned())) [INFO] [stdout] | ^^^^^ 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:184:45 [INFO] [stdout] | [INFO] [stdout] 184 | .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:186:18 [INFO] [stdout] | [INFO] [stdout] 186 | (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/table.rs:108:20 [INFO] [stdout] | [INFO] [stdout] 108 | .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 `Order` [INFO] [stdout] --> tests/sqlite/query.rs:186:29 [INFO] [stdout] | [INFO] [stdout] 186 | (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:187:18 [INFO] [stdout] | [INFO] [stdout] 187 | (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:187:33 [INFO] [stdout] | [INFO] [stdout] 187 | (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/table.rs:109:33 [INFO] [stdout] | [INFO] [stdout] 109 | .col(ColumnDef::new(Glyph::Id).integer().not_null()) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/mysql/table.rs:114:26 [INFO] [stdout] | [INFO] [stdout] 114 | .col(Glyph::Id) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:199:17 [INFO] [stdout] | [INFO] [stdout] 199 | 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:201:19 [INFO] [stdout] | [INFO] [stdout] 201 | .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/table.rs:130:20 [INFO] [stdout] | [INFO] [stdout] 130 | .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/table.rs:131:20 [INFO] [stdout] | [INFO] [stdout] 131 | .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:324:33 [INFO] [stdout] | [INFO] [stdout] 324 | .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 `Font` [INFO] [stdout] --> tests/mysql/table.rs:142:20 [INFO] [stdout] | [INFO] [stdout] 142 | .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:202:45 [INFO] [stdout] | [INFO] [stdout] 202 | .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:204:19 [INFO] [stdout] | [INFO] [stdout] 204 | ((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:204:33 [INFO] [stdout] | [INFO] [stdout] 204 | ((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 `Char` [INFO] [stdout] --> tests/postgres/query.rs:325:33 [INFO] [stdout] | [INFO] [stdout] 325 | .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 `Order` [INFO] [stdout] --> tests/sqlite/query.rs:204:45 [INFO] [stdout] | [INFO] [stdout] 204 | ((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:205:19 [INFO] [stdout] | [INFO] [stdout] 205 | ((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:205:33 [INFO] [stdout] | [INFO] [stdout] 205 | ((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 `Font` [INFO] [stdout] --> tests/mysql/table.rs:152:20 [INFO] [stdout] | [INFO] [stdout] 152 | .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 `Order` [INFO] [stdout] --> tests/sqlite/query.rs:205:49 [INFO] [stdout] | [INFO] [stdout] 205 | ((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/postgres/query.rs:326:33 [INFO] [stdout] | [INFO] [stdout] 326 | .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 `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:217:17 [INFO] [stdout] | [INFO] [stdout] 217 | 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:218:17 [INFO] [stdout] | [INFO] [stdout] 218 | 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:336:21 [INFO] [stdout] | [INFO] [stdout] 336 | .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/table.rs:163:20 [INFO] [stdout] | [INFO] [stdout] 163 | .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:337:19 [INFO] [stdout] | [INFO] [stdout] 337 | .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:220:29 [INFO] [stdout] | [INFO] [stdout] 220 | .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:221:19 [INFO] [stdout] | [INFO] [stdout] 221 | .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:338:33 [INFO] [stdout] | [INFO] [stdout] 338 | .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 `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:223:18 [INFO] [stdout] | [INFO] [stdout] 223 | (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:223:32 [INFO] [stdout] | [INFO] [stdout] 223 | (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:224:18 [INFO] [stdout] | [INFO] [stdout] 224 | (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:224:32 [INFO] [stdout] | [INFO] [stdout] 224 | (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/query.rs:339:33 [INFO] [stdout] | [INFO] [stdout] 339 | .or_where(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/postgres/query.rs:339:74 [INFO] [stdout] | [INFO] [stdout] 339 | .or_where(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 `Font` [INFO] [stdout] --> tests/mysql/table.rs:174:20 [INFO] [stdout] | [INFO] [stdout] 174 | .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:226:35 [INFO] [stdout] | [INFO] [stdout] 226 | .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:340:34 [INFO] [stdout] | [INFO] [stdout] 340 | .and_where(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/postgres/query.rs:340:74 [INFO] [stdout] | [INFO] [stdout] 340 | .and_where(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:237:17 [INFO] [stdout] | [INFO] [stdout] 237 | 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:239:19 [INFO] [stdout] | [INFO] [stdout] 239 | .from(Char::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/mysql/table.rs:185:20 [INFO] [stdout] | [INFO] [stdout] 185 | .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:240:34 [INFO] [stdout] | [INFO] [stdout] 240 | .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/query.rs:350:21 [INFO] [stdout] | [INFO] [stdout] 350 | .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/table.rs:196:20 [INFO] [stdout] | [INFO] [stdout] 196 | .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/postgres/query.rs:351:19 [INFO] [stdout] | [INFO] [stdout] 351 | .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:251:17 [INFO] [stdout] | [INFO] [stdout] 251 | 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:253:19 [INFO] [stdout] | [INFO] [stdout] 253 | .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:254:34 [INFO] [stdout] | [INFO] [stdout] 254 | .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/query.rs:362:21 [INFO] [stdout] | [INFO] [stdout] 362 | .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:363:19 [INFO] [stdout] | [INFO] [stdout] 363 | .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:255:34 [INFO] [stdout] | [INFO] [stdout] 255 | .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/query.rs:365:39 [INFO] [stdout] | [INFO] [stdout] 365 | 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 `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 `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:266:18 [INFO] [stdout] | [INFO] [stdout] 266 | (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 `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 `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:266:32 [INFO] [stdout] | [INFO] [stdout] 266 | (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/query.rs:376:21 [INFO] [stdout] | [INFO] [stdout] 376 | .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/sqlite/query.rs:268:19 [INFO] [stdout] | [INFO] [stdout] 268 | .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:377:19 [INFO] [stdout] | [INFO] [stdout] 377 | .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/online.rs:11:29 [INFO] [stdout] | [INFO] [stdout] 11 | .col(ColumnDef::new(Font::Id).integer_len(11).not_null().auto_increment().primary_key()) [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:379:27 [INFO] [stdout] | [INFO] [stdout] 379 | 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 `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:269:34 [INFO] [stdout] | [INFO] [stdout] 269 | .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 `Font` [INFO] [stdout] --> tests/mysql/online.rs:12:29 [INFO] [stdout] | [INFO] [stdout] 12 | .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:269:48 [INFO] [stdout] | [INFO] [stdout] 269 | .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 `Char` [INFO] [stdout] --> tests/postgres/query.rs:380:39 [INFO] [stdout] | [INFO] [stdout] 380 | .equals(Expr::col(Char::SizeH).div(2)) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/mysql/online.rs:13:29 [INFO] [stdout] | [INFO] [stdout] 13 | .col(ColumnDef::new(Font::Variant).string_len(255).not_null()) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/mysql/online.rs:14:29 [INFO] [stdout] | [INFO] [stdout] 14 | .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:280:17 [INFO] [stdout] | [INFO] [stdout] 280 | 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:282:19 [INFO] [stdout] | [INFO] [stdout] 282 | .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:391:21 [INFO] [stdout] | [INFO] [stdout] 391 | .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:392:19 [INFO] [stdout] | [INFO] [stdout] 392 | .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/online.rs:34:16 [INFO] [stdout] | [INFO] [stdout] 34 | .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:35:14 [INFO] [stdout] | [INFO] [stdout] 35 | .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/sqlite/query.rs:283:34 [INFO] [stdout] | [INFO] [stdout] 283 | .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:394:38 [INFO] [stdout] | [INFO] [stdout] 394 | Expr::expr(Expr::col(Char::SizeW).add(1)).mul(2) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:284:34 [INFO] [stdout] | [INFO] [stdout] 284 | .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 `Font` [INFO] [stdout] --> tests/mysql/online.rs:45:16 [INFO] [stdout] | [INFO] [stdout] 45 | .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:395:50 [INFO] [stdout] | [INFO] [stdout] 395 | .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/online.rs:54:16 [INFO] [stdout] | [INFO] [stdout] 54 | .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:295:17 [INFO] [stdout] | [INFO] [stdout] 295 | 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:297:19 [INFO] [stdout] | [INFO] [stdout] 297 | .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:56:29 [INFO] [stdout] | [INFO] [stdout] 56 | .col(ColumnDef::new(Char::Id).integer_len(11).not_null().auto_increment().primary_key()) [INFO] [stdout] | ^^^^ 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:407:17 [INFO] [stdout] | [INFO] [stdout] 407 | 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:407:34 [INFO] [stdout] | [INFO] [stdout] 407 | 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:407:47 [INFO] [stdout] | [INFO] [stdout] 407 | 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:409:19 [INFO] [stdout] | [INFO] [stdout] 409 | .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:57:29 [INFO] [stdout] | [INFO] [stdout] 57 | .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:298:34 [INFO] [stdout] | [INFO] [stdout] 298 | .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/error/mod.rs:7:36 [INFO] [stdout] | [INFO] [stdout] 7 | let result = insert.into_table(Glyph::Table) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/query.rs:410:34 [INFO] [stdout] | [INFO] [stdout] 410 | .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/online.rs:58:29 [INFO] [stdout] | [INFO] [stdout] 58 | .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/error/mod.rs:8:23 [INFO] [stdout] | [INFO] [stdout] 8 | .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:8:37 [INFO] [stdout] | [INFO] [stdout] 8 | .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/postgres/query.rs:411:34 [INFO] [stdout] | [INFO] [stdout] 411 | .and_where(Expr::col(Char::SizeH).eq(4)) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/online.rs:59:29 [INFO] [stdout] | [INFO] [stdout] 59 | .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/sqlite/query.rs:308:21 [INFO] [stdout] | [INFO] [stdout] 308 | .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:412:34 [INFO] [stdout] | [INFO] [stdout] 412 | .and_where(Expr::col(Char::SizeH).eq(5)) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/online.rs:60:29 [INFO] [stdout] | [INFO] [stdout] 60 | .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:309:19 [INFO] [stdout] | [INFO] [stdout] 309 | .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:61:29 [INFO] [stdout] | [INFO] [stdout] 61 | .col(ColumnDef::new(Char::FontId).integer_len(11).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/mysql/online.rs:61:67 [INFO] [stdout] | [INFO] [stdout] 61 | .col(ColumnDef::new(Char::FontId).integer_len(11).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 `Query` [INFO] [stdout] --> tests/error/mod.rs:6:22 [INFO] [stdout] | [INFO] [stdout] 6 | let mut insert = Query::insert(); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/query.rs:423:17 [INFO] [stdout] | [INFO] [stdout] 423 | 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:83:16 [INFO] [stdout] | [INFO] [stdout] 83 | .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:423:34 [INFO] [stdout] | [INFO] [stdout] 423 | 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:84:14 [INFO] [stdout] | [INFO] [stdout] 84 | .col(Char::FontSize) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/query.rs:423:47 [INFO] [stdout] | [INFO] [stdout] 423 | 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:425:19 [INFO] [stdout] | [INFO] [stdout] 425 | .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:426:33 [INFO] [stdout] | [INFO] [stdout] 426 | .or_where(Expr::col(Char::SizeW).eq(3)) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/online.rs:94:16 [INFO] [stdout] | [INFO] [stdout] 94 | .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:427:33 [INFO] [stdout] | [INFO] [stdout] 427 | .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:428:33 [INFO] [stdout] | [INFO] [stdout] 428 | .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/mysql/online.rs:104:15 [INFO] [stdout] | [INFO] [stdout] 104 | .from(Char::Table, Char::FontId) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/online.rs:104:28 [INFO] [stdout] | [INFO] [stdout] 104 | .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:105:13 [INFO] [stdout] | [INFO] [stdout] 105 | .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:105:26 [INFO] [stdout] | [INFO] [stdout] 105 | .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:106:20 [INFO] [stdout] | [INFO] [stdout] 106 | .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/postgres/query.rs:439:17 [INFO] [stdout] | [INFO] [stdout] 439 | 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:310:34 [INFO] [stdout] | [INFO] [stdout] 310 | .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 `ForeignKeyAction` [INFO] [stdout] --> tests/mysql/online.rs:107:20 [INFO] [stdout] | [INFO] [stdout] 107 | .on_update(ForeignKeyAction::Cascade) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of undeclared type `ForeignKeyAction` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/query.rs:439:34 [INFO] [stdout] | [INFO] [stdout] 439 | 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:439:47 [INFO] [stdout] | [INFO] [stdout] 439 | 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:441:19 [INFO] [stdout] | [INFO] [stdout] 441 | .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:442:34 [INFO] [stdout] | [INFO] [stdout] 442 | .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/online.rs:122:16 [INFO] [stdout] | [INFO] [stdout] 122 | .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:321:17 [INFO] [stdout] | [INFO] [stdout] 321 | 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:443:33 [INFO] [stdout] | [INFO] [stdout] 443 | .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:323:19 [INFO] [stdout] | [INFO] [stdout] 323 | .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:132:13 [INFO] [stdout] | [INFO] [stdout] 132 | 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:444:34 [INFO] [stdout] | [INFO] [stdout] 444 | .and_where(Expr::col(Char::SizeH).eq(5)) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/online.rs:132:30 [INFO] [stdout] | [INFO] [stdout] 132 | 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:324:33 [INFO] [stdout] | [INFO] [stdout] 324 | .or_where(Expr::col(Char::Character).like("A%")) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/online.rs:132:43 [INFO] [stdout] | [INFO] [stdout] 132 | 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:134:15 [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:325:33 [INFO] [stdout] | [INFO] [stdout] 325 | .or_where(Expr::col(Char::Character).like("%B")) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/online.rs:145:21 [INFO] [stdout] | [INFO] [stdout] 145 | .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/query.rs:455:17 [INFO] [stdout] | [INFO] [stdout] 455 | 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:147:13 [INFO] [stdout] | [INFO] [stdout] 147 | Char::Character, Char::SizeW, Char::SizeH, Char::FontSize, Char::FontId [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/online.rs:147:30 [INFO] [stdout] | [INFO] [stdout] 147 | Char::Character, Char::SizeW, Char::SizeH, Char::FontSize, 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:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | 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:147:43 [INFO] [stdout] | [INFO] [stdout] 147 | Char::Character, Char::SizeW, Char::SizeH, Char::FontSize, 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:326:33 [INFO] [stdout] | [INFO] [stdout] 326 | .or_where(Expr::col(Char::Character).like("%C%")) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/online.rs:147:56 [INFO] [stdout] | [INFO] [stdout] 147 | Char::Character, Char::SizeW, Char::SizeH, Char::FontSize, 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:455:47 [INFO] [stdout] | [INFO] [stdout] 455 | 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:147:72 [INFO] [stdout] | [INFO] [stdout] 147 | Char::Character, Char::SizeW, Char::SizeH, Char::FontSize, 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:457:19 [INFO] [stdout] | [INFO] [stdout] 457 | .from(Char::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Value` [INFO] [stdout] --> tests/mysql/online.rs:154:13 [INFO] [stdout] | [INFO] [stdout] 154 | Value::Null, [INFO] [stdout] | ^^^^^ use of undeclared type `Value` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Value` [INFO] [stdout] --> tests/mysql/online.rs:161:13 [INFO] [stdout] | [INFO] [stdout] 161 | Value::Null, [INFO] [stdout] | ^^^^^ use of undeclared type `Value` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/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/mysql/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/query.rs:459:27 [INFO] [stdout] | [INFO] [stdout] 459 | 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/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/sqlite/query.rs:336:21 [INFO] [stdout] | [INFO] [stdout] 336 | .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:337:19 [INFO] [stdout] | [INFO] [stdout] 337 | .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:460:36 [INFO] [stdout] | [INFO] [stdout] 460 | .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:338:33 [INFO] [stdout] | [INFO] [stdout] 338 | .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:339:33 [INFO] [stdout] | [INFO] [stdout] 339 | .or_where(Expr::col(Char::Character).like("D").and(Expr::col(Char::Character).like("E"))) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/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/mysql/online.rs:177:30 [INFO] [stdout] | [INFO] [stdout] 177 | .and_where(Expr::col(Char::Id).eq(1)) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/mysql/online.rs:178:19 [INFO] [stdout] | [INFO] [stdout] 178 | .order_by(Char::Id, Order::Asc) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Order` [INFO] [stdout] --> tests/mysql/online.rs:178:29 [INFO] [stdout] | [INFO] [stdout] 178 | .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:188:16 [INFO] [stdout] | [INFO] [stdout] 188 | .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:197:16 [INFO] [stdout] | [INFO] [stdout] 197 | .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:339:74 [INFO] [stdout] | [INFO] [stdout] 339 | .or_where(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/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 `Char` [INFO] [stdout] --> tests/sqlite/query.rs:340:34 [INFO] [stdout] | [INFO] [stdout] 340 | .and_where(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/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 `Char` [INFO] [stdout] --> tests/sqlite/query.rs:340:74 [INFO] [stdout] | [INFO] [stdout] 340 | .and_where(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/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 `Char` [INFO] [stdout] --> tests/sqlite/query.rs:350:21 [INFO] [stdout] | [INFO] [stdout] 350 | .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:351:19 [INFO] [stdout] | [INFO] [stdout] 351 | .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/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 `Char` [INFO] [stdout] --> tests/sqlite/query.rs:362:21 [INFO] [stdout] | [INFO] [stdout] 362 | .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:363:19 [INFO] [stdout] | [INFO] [stdout] 363 | .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 `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 `Char` [INFO] [stdout] --> tests/sqlite/query.rs:365:39 [INFO] [stdout] | [INFO] [stdout] 365 | 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:484:32 [INFO] [stdout] | [INFO] [stdout] 484 | .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 `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 `Char` [INFO] [stdout] --> tests/postgres/query.rs:485:19 [INFO] [stdout] | [INFO] [stdout] 485 | .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:376:21 [INFO] [stdout] | [INFO] [stdout] 376 | .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:377:19 [INFO] [stdout] | [INFO] [stdout] 377 | .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/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 `Glyph` [INFO] [stdout] --> tests/postgres/query.rs:495:21 [INFO] [stdout] | [INFO] [stdout] 495 | .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:496:19 [INFO] [stdout] | [INFO] [stdout] 496 | .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/sqlite/query.rs:379:27 [INFO] [stdout] | [INFO] [stdout] 379 | 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 `Glyph` [INFO] [stdout] --> tests/postgres/query.rs:497:34 [INFO] [stdout] | [INFO] [stdout] 497 | .and_where(Expr::col(Glyph::Aspect).in_subquery( [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:380:39 [INFO] [stdout] | [INFO] [stdout] 380 | .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/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/sqlite/query.rs:391:21 [INFO] [stdout] | [INFO] [stdout] 391 | .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:392:19 [INFO] [stdout] | [INFO] [stdout] 392 | .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: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/postgres/query.rs:511:21 [INFO] [stdout] | [INFO] [stdout] 511 | .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/postgres/query.rs:512:29 [INFO] [stdout] | [INFO] [stdout] 512 | .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:513:19 [INFO] [stdout] | [INFO] [stdout] 513 | .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/sqlite/query.rs:394:38 [INFO] [stdout] | [INFO] [stdout] 394 | Expr::expr(Expr::col(Char::SizeW).add(1)).mul(2) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/postgres/query.rs:515:17 [INFO] [stdout] | [INFO] [stdout] 515 | Glyph::Aspect, [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/mysql/query.rs: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 `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/query.rs:13:24 [INFO] [stdout] | [INFO] [stdout] 13 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/mysql/query.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:26:24 [INFO] [stdout] | [INFO] [stdout] 26 | .and_where(Expr::col(Char::SizeW).eq(3)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/query.rs:27:24 [INFO] [stdout] | [INFO] [stdout] 27 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/mysql/query.rs:35:9 [INFO] [stdout] | [INFO] [stdout] 35 | 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:517:34 [INFO] [stdout] | [INFO] [stdout] 517 | .or_having(Expr::col(Glyph::Aspect).gt(2).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:517:68 [INFO] [stdout] | [INFO] [stdout] 517 | .or_having(Expr::col(Glyph::Aspect).gt(2).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:518:34 [INFO] [stdout] | [INFO] [stdout] 518 | .or_having(Expr::col(Glyph::Aspect).gt(12).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 `Expr` [INFO] [stdout] --> tests/mysql/query.rs:40:24 [INFO] [stdout] | [INFO] [stdout] 40 | .and_where(Expr::col(Char::SizeW).eq(3)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:41:24 [INFO] [stdout] | [INFO] [stdout] 41 | .and_where(Expr::col(Char::SizeH).eq(4)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/query.rs:42:24 [INFO] [stdout] | [INFO] [stdout] 42 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/mysql/query.rs:50:9 [INFO] [stdout] | [INFO] [stdout] 50 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/mysql/query.rs:55:17 [INFO] [stdout] | [INFO] [stdout] 55 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Alias` [INFO] [stdout] --> tests/mysql/query.rs:61:17 [INFO] [stdout] | [INFO] [stdout] 61 | Alias::new("subglyph") [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Alias; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/postgres/query.rs:518:70 [INFO] [stdout] | [INFO] [stdout] 518 | .or_having(Expr::col(Glyph::Aspect).gt(12).and(Expr::col(Glyph::Aspect).lt(18))) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/query.rs:63:24 [INFO] [stdout] | [INFO] [stdout] 63 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/mysql/query.rs:71:9 [INFO] [stdout] | [INFO] [stdout] 71 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:74:24 [INFO] [stdout] | [INFO] [stdout] 74 | .and_where(Expr::tbl(Glyph::Table, Glyph::Aspect).is_in(vec![3, 4])) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/query.rs:75:24 [INFO] [stdout] | [INFO] [stdout] 75 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/mysql/query.rs:83:9 [INFO] [stdout] | [INFO] [stdout] 83 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:88:17 [INFO] [stdout] | [INFO] [stdout] 88 | Expr::col(Glyph::Image).max(), [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:94:25 [INFO] [stdout] | [INFO] [stdout] 94 | .and_having(Expr::col(Glyph::Aspect).gt(2)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/postgres/query.rs:519:35 [INFO] [stdout] | [INFO] [stdout] 519 | .and_having(Expr::col(Glyph::Aspect).gt(22).or(Expr::col(Glyph::Aspect).lt(28))) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/query.rs:95:24 [INFO] [stdout] | [INFO] [stdout] 95 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/mysql/query.rs:103:9 [INFO] [stdout] | [INFO] [stdout] 103 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:108:24 [INFO] [stdout] | [INFO] [stdout] 108 | .and_where(Expr::expr(Expr::col(Glyph::Aspect).if_null(0)).gt(2)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:108:35 [INFO] [stdout] | [INFO] [stdout] 108 | .and_where(Expr::expr(Expr::col(Glyph::Aspect).if_null(0)).gt(2)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/query.rs:109:24 [INFO] [stdout] | [INFO] [stdout] 109 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/postgres/query.rs:519:70 [INFO] [stdout] | [INFO] [stdout] 519 | .and_having(Expr::col(Glyph::Aspect).gt(22).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 `Query` [INFO] [stdout] --> tests/mysql/query.rs:117:9 [INFO] [stdout] | [INFO] [stdout] 117 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:122:37 [INFO] [stdout] | [INFO] [stdout] 122 | .left_join(Font::Table, Expr::tbl(Char::Table, Char::FontId).equals(Font::Table, Font::Id)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/query.rs:123:24 [INFO] [stdout] | [INFO] [stdout] 123 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/mysql/query.rs:131:9 [INFO] [stdout] | [INFO] [stdout] 131 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:136:37 [INFO] [stdout] | [INFO] [stdout] 136 | .left_join(Font::Table, Expr::tbl(Char::Table, Char::FontId).equals(Font::Table, Font::Id)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:137:39 [INFO] [stdout] | [INFO] [stdout] 137 | .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 `Glyph` [INFO] [stdout] --> tests/postgres/query.rs:520:34 [INFO] [stdout] | [INFO] [stdout] 520 | .or_having(Expr::col(Glyph::Aspect).gt(32)) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/query.rs:138:24 [INFO] [stdout] | [INFO] [stdout] 138 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/mysql/query.rs:146:9 [INFO] [stdout] | [INFO] [stdout] 146 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:152:17 [INFO] [stdout] | [INFO] [stdout] 152 | Expr::tbl(Char::Table, Char::FontId).equals(Font::Table, Font::Id) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:153:22 [INFO] [stdout] | [INFO] [stdout] 153 | .and(Expr::tbl(Char::Table, Char::FontId).equals(Font::Table, Font::Id)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/query.rs:155:24 [INFO] [stdout] | [INFO] [stdout] 155 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/mysql/query.rs:163:9 [INFO] [stdout] | [INFO] [stdout] 163 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/postgres/query.rs:535:17 [INFO] [stdout] | [INFO] [stdout] 535 | .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:536:15 [INFO] [stdout] | [INFO] [stdout] 536 | .from(Glyph::Table) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:168:24 [INFO] [stdout] | [INFO] [stdout] 168 | .and_where(Expr::expr(Expr::col(Glyph::Aspect).if_null(0)).gt(2)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs: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 `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/query.rs:171:24 [INFO] [stdout] | [INFO] [stdout] 171 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/mysql/query.rs:179:9 [INFO] [stdout] | [INFO] [stdout] 179 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:184:24 [INFO] [stdout] | [INFO] [stdout] 184 | .and_where(Expr::expr(Expr::col(Glyph::Aspect).if_null(0)).gt(2)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:184:35 [INFO] [stdout] | [INFO] [stdout] 184 | .and_where(Expr::expr(Expr::col(Glyph::Aspect).if_null(0)).gt(2)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/query.rs:189:24 [INFO] [stdout] | [INFO] [stdout] 189 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/postgres/query.rs:538:23 [INFO] [stdout] | [INFO] [stdout] 538 | 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 `Query` [INFO] [stdout] --> tests/mysql/query.rs:197:9 [INFO] [stdout] | [INFO] [stdout] 197 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:202:24 [INFO] [stdout] | [INFO] [stdout] 202 | .and_where(Expr::expr(Expr::col(Glyph::Aspect).if_null(0)).gt(2)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:202:35 [INFO] [stdout] | [INFO] [stdout] 202 | .and_where(Expr::expr(Expr::col(Glyph::Aspect).if_null(0)).gt(2)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/query.rs:207:24 [INFO] [stdout] | [INFO] [stdout] 207 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/mysql/query.rs:215:9 [INFO] [stdout] | [INFO] [stdout] 215 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:220:19 [INFO] [stdout] | [INFO] [stdout] 220 | .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/mysql/query.rs:226:25 [INFO] [stdout] | [INFO] [stdout] 226 | .and_having(Expr::col(Glyph::Aspect).gt(2)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/query.rs:227:24 [INFO] [stdout] | [INFO] [stdout] 227 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/mysql/query.rs:235:9 [INFO] [stdout] | [INFO] [stdout] 235 | 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:567:25 [INFO] [stdout] | [INFO] [stdout] 567 | .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 `Expr` [INFO] [stdout] --> tests/mysql/query.rs:240:24 [INFO] [stdout] | [INFO] [stdout] 240 | .and_where(Expr::col(Char::FontId).is_null()) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/postgres/query.rs:569:17 [INFO] [stdout] | [INFO] [stdout] 569 | 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:570:17 [INFO] [stdout] | [INFO] [stdout] 570 | 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:586:25 [INFO] [stdout] | [INFO] [stdout] 586 | .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:588:17 [INFO] [stdout] | [INFO] [stdout] 588 | 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:589:17 [INFO] [stdout] | [INFO] [stdout] 589 | 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:596:17 [INFO] [stdout] | [INFO] [stdout] 596 | Value::Null, [INFO] [stdout] | ^^^^^ use of undeclared type `Value` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/query.rs:241:24 [INFO] [stdout] | [INFO] [stdout] 241 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/mysql/query.rs:249:9 [INFO] [stdout] | [INFO] [stdout] 249 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:254:24 [INFO] [stdout] | [INFO] [stdout] 254 | .and_where(Expr::col(Char::FontId).is_null()) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:255:24 [INFO] [stdout] | [INFO] [stdout] 255 | .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 `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/query.rs:256:24 [INFO] [stdout] | [INFO] [stdout] 256 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/postgres/query.rs:634:20 [INFO] [stdout] | [INFO] [stdout] 634 | .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/mysql/query.rs:264:9 [INFO] [stdout] | [INFO] [stdout] 264 | 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:636:18 [INFO] [stdout] | [INFO] [stdout] 636 | (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 `Expr` [INFO] [stdout] --> tests/mysql/query.rs:269:24 [INFO] [stdout] | [INFO] [stdout] 269 | .and_where(Expr::tbl(Glyph::Table, Glyph::Aspect).between(3, 5)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/query.rs:270:24 [INFO] [stdout] | [INFO] [stdout] 270 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/postgres/query.rs:637:18 [INFO] [stdout] | [INFO] [stdout] 637 | (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/sqlite/query.rs:395:50 [INFO] [stdout] | [INFO] [stdout] 395 | .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 `Query` [INFO] [stdout] --> tests/mysql/query.rs:278:9 [INFO] [stdout] | [INFO] [stdout] 278 | 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/sqlite/query.rs:407:17 [INFO] [stdout] | [INFO] [stdout] 407 | Char::Character, Char::SizeW, Char::SizeH [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:283:24 [INFO] [stdout] | [INFO] [stdout] 283 | .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 `Char` [INFO] [stdout] --> tests/sqlite/query.rs:407:34 [INFO] [stdout] | [INFO] [stdout] 407 | 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:407:47 [INFO] [stdout] | [INFO] [stdout] 407 | Char::Character, Char::SizeW, Char::SizeH [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:284:24 [INFO] [stdout] | [INFO] [stdout] 284 | .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[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:409:19 [INFO] [stdout] | [INFO] [stdout] 409 | .from(Char::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/query.rs:285:24 [INFO] [stdout] | [INFO] [stdout] 285 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:410:34 [INFO] [stdout] | [INFO] [stdout] 410 | .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:411:34 [INFO] [stdout] | [INFO] [stdout] 411 | .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 `Query` [INFO] [stdout] --> tests/mysql/query.rs:293:9 [INFO] [stdout] | [INFO] [stdout] 293 | 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/sqlite/query.rs:412:34 [INFO] [stdout] | [INFO] [stdout] 412 | .and_where(Expr::col(Char::SizeH).eq(5)) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/postgres/query.rs:639:34 [INFO] [stdout] | [INFO] [stdout] 639 | .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/mysql/query.rs:298:24 [INFO] [stdout] | [INFO] [stdout] 298 | .and_where(Expr::col(Char::Character).eq("A")) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/query.rs:299:24 [INFO] [stdout] | [INFO] [stdout] 299 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/mysql/query.rs:307:9 [INFO] [stdout] | [INFO] [stdout] 307 | 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] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:310:24 [INFO] [stdout] | [INFO] [stdout] 310 | .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] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/query.rs:311:24 [INFO] [stdout] | [INFO] [stdout] 311 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/mysql/query.rs:319:9 [INFO] [stdout] | [INFO] [stdout] 319 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:324:23 [INFO] [stdout] | [INFO] [stdout] 324 | .or_where(Expr::col(Char::Character).like("A%")) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:325:23 [INFO] [stdout] | [INFO] [stdout] 325 | .or_where(Expr::col(Char::Character).like("%B")) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:326:23 [INFO] [stdout] | [INFO] [stdout] 326 | .or_where(Expr::col(Char::Character).like("%C%")) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/query.rs:327:24 [INFO] [stdout] | [INFO] [stdout] 327 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/mysql/query.rs:335:9 [INFO] [stdout] | [INFO] [stdout] 335 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:338:23 [INFO] [stdout] | [INFO] [stdout] 338 | .or_where(Expr::col(Char::Character).like("C")) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/postgres/query.rs:665:20 [INFO] [stdout] | [INFO] [stdout] 665 | .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:666:25 [INFO] [stdout] | [INFO] [stdout] 666 | .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 `Expr` [INFO] [stdout] --> tests/mysql/query.rs:339:23 [INFO] [stdout] | [INFO] [stdout] 339 | .or_where(Expr::col(Char::Character).like("D").and(Expr::col(Char::Character).like("E"))) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:339:64 [INFO] [stdout] | [INFO] [stdout] 339 | .or_where(Expr::col(Char::Character).like("D").and(Expr::col(Char::Character).like("E"))) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:340:24 [INFO] [stdout] | [INFO] [stdout] 340 | .and_where(Expr::col(Char::Character).like("F").or(Expr::col(Char::Character).like("G"))) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:340:64 [INFO] [stdout] | [INFO] [stdout] 340 | .and_where(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:668:18 [INFO] [stdout] | [INFO] [stdout] 668 | (Glyph::Image, "24B0E11951B03B07F8300FD003983F03F0780060".into()), [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/query.rs:341:24 [INFO] [stdout] | [INFO] [stdout] 341 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/mysql/query.rs:349:9 [INFO] [stdout] | [INFO] [stdout] 349 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/query.rs:353:24 [INFO] [stdout] | [INFO] [stdout] 353 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/mysql/query.rs:361:9 [INFO] [stdout] | [INFO] [stdout] 361 | 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:670:34 [INFO] [stdout] | [INFO] [stdout] 670 | .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:680:25 [INFO] [stdout] | [INFO] [stdout] 680 | .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 `Expr` [INFO] [stdout] --> tests/mysql/query.rs:365:29 [INFO] [stdout] | [INFO] [stdout] 365 | x.and_where(Expr::col(Char::FontId).eq(5)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/query.rs:367:24 [INFO] [stdout] | [INFO] [stdout] 367 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/mysql/query.rs:375:9 [INFO] [stdout] | [INFO] [stdout] 375 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:379:17 [INFO] [stdout] | [INFO] [stdout] 379 | 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 `Expr` [INFO] [stdout] --> tests/mysql/query.rs:380:29 [INFO] [stdout] | [INFO] [stdout] 380 | .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/postgres/query.rs:681:34 [INFO] [stdout] | [INFO] [stdout] 681 | .and_where(Expr::col(Glyph::Id).eq(1)) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/query.rs:382:24 [INFO] [stdout] | [INFO] [stdout] 382 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/mysql/query.rs:390:9 [INFO] [stdout] | [INFO] [stdout] 390 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:394:17 [INFO] [stdout] | [INFO] [stdout] 394 | Expr::expr(Expr::col(Char::SizeW).add(1)).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 `Expr` [INFO] [stdout] --> tests/mysql/query.rs:394:28 [INFO] [stdout] | [INFO] [stdout] 394 | Expr::expr(Expr::col(Char::SizeW).add(1)).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 `Expr` [INFO] [stdout] --> tests/mysql/query.rs:395:29 [INFO] [stdout] | [INFO] [stdout] 395 | .equals(Expr::expr(Expr::col(Char::SizeH).div(2)).sub(1)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:395:40 [INFO] [stdout] | [INFO] [stdout] 395 | .equals(Expr::expr(Expr::col(Char::SizeH).div(2)).sub(1)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/query.rs:397:24 [INFO] [stdout] | [INFO] [stdout] 397 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:423:17 [INFO] [stdout] | [INFO] [stdout] 423 | 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:423:34 [INFO] [stdout] | [INFO] [stdout] 423 | 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/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 `Char` [INFO] [stdout] --> tests/sqlite/query.rs:423:47 [INFO] [stdout] | [INFO] [stdout] 423 | 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:425:19 [INFO] [stdout] | [INFO] [stdout] 425 | .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/table.rs:8:33 [INFO] [stdout] | [INFO] [stdout] 8 | .col(ColumnDef::new(Glyph::Id).integer().not_null().auto_increment().primary_key()) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/mysql/query.rs:405:9 [INFO] [stdout] | [INFO] [stdout] 405 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:410:24 [INFO] [stdout] | [INFO] [stdout] 410 | .and_where(Expr::col(Char::SizeW).eq(3)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/postgres/table.rs:9:33 [INFO] [stdout] | [INFO] [stdout] 9 | .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:10:33 [INFO] [stdout] | [INFO] [stdout] 10 | .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/sqlite/query.rs:426:33 [INFO] [stdout] | [INFO] [stdout] 426 | .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:427:33 [INFO] [stdout] | [INFO] [stdout] 427 | .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:428:33 [INFO] [stdout] | [INFO] [stdout] 428 | .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/postgres/table.rs:26:20 [INFO] [stdout] | [INFO] [stdout] 26 | .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:27:33 [INFO] [stdout] | [INFO] [stdout] 27 | .col(ColumnDef::new(Font::Id).integer().not_null().primary_key().auto_increment()) [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:28:33 [INFO] [stdout] | [INFO] [stdout] 28 | .col(ColumnDef::new(Font::Name).string().not_null()) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/postgres/table.rs:29:33 [INFO] [stdout] | [INFO] [stdout] 29 | .col(ColumnDef::new(Font::Variant).string_len(255).not_null()) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/postgres/table.rs:30:33 [INFO] [stdout] | [INFO] [stdout] 30 | .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/mysql/query.rs:411:24 [INFO] [stdout] | [INFO] [stdout] 411 | .and_where(Expr::col(Char::SizeH).eq(4)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:412:24 [INFO] [stdout] | [INFO] [stdout] 412 | .and_where(Expr::col(Char::SizeH).eq(5)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/query.rs:413:24 [INFO] [stdout] | [INFO] [stdout] 413 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/mysql/query.rs:421:9 [INFO] [stdout] | [INFO] [stdout] 421 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:426:23 [INFO] [stdout] | [INFO] [stdout] 426 | .or_where(Expr::col(Char::SizeW).eq(3)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:427:23 [INFO] [stdout] | [INFO] [stdout] 427 | .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/mysql/query.rs:428:23 [INFO] [stdout] | [INFO] [stdout] 428 | .or_where(Expr::col(Char::SizeH).eq(5)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/table.rs:47:16 [INFO] [stdout] | [INFO] [stdout] 47 | .table(Char::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/query.rs:429:24 [INFO] [stdout] | [INFO] [stdout] 429 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/mysql/query.rs:437:9 [INFO] [stdout] | [INFO] [stdout] 437 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:442:24 [INFO] [stdout] | [INFO] [stdout] 442 | .and_where(Expr::col(Char::SizeW).eq(3)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:443:23 [INFO] [stdout] | [INFO] [stdout] 443 | .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/mysql/query.rs:444:24 [INFO] [stdout] | [INFO] [stdout] 444 | .and_where(Expr::col(Char::SizeH).eq(5)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/query.rs:445:24 [INFO] [stdout] | [INFO] [stdout] 445 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/table.rs:49:29 [INFO] [stdout] | [INFO] [stdout] 49 | .col(ColumnDef::new(Char::Id).integer().not_null().primary_key().auto_increment()) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/mysql/query.rs:453:9 [INFO] [stdout] | [INFO] [stdout] 453 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:459:17 [INFO] [stdout] | [INFO] [stdout] 459 | 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 `Expr` [INFO] [stdout] --> tests/mysql/query.rs:460:26 [INFO] [stdout] | [INFO] [stdout] 460 | .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 `Expr` [INFO] [stdout] --> tests/mysql/query.rs:461:29 [INFO] [stdout] | [INFO] [stdout] 461 | .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 `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/query.rs:463:24 [INFO] [stdout] | [INFO] [stdout] 463 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/mysql/query.rs:471:9 [INFO] [stdout] | [INFO] [stdout] 471 | 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:50:29 [INFO] [stdout] | [INFO] [stdout] 50 | .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/mysql/query.rs:472:36 [INFO] [stdout] | [INFO] [stdout] 472 | .expr((1..10_i32).fold(Expr::value(0), |expr, i| { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:473:26 [INFO] [stdout] | [INFO] [stdout] 473 | expr.add(Expr::value(i)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/query.rs:475:24 [INFO] [stdout] | [INFO] [stdout] 475 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/mysql/query.rs:483:9 [INFO] [stdout] | [INFO] [stdout] 483 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:484:22 [INFO] [stdout] | [INFO] [stdout] 484 | .expr_as(Expr::col(Char::Character), Alias::new("C")) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/table.rs:51:29 [INFO] [stdout] | [INFO] [stdout] 51 | .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 `Alias` [INFO] [stdout] --> tests/mysql/query.rs:484:50 [INFO] [stdout] | [INFO] [stdout] 484 | .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 `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/query.rs:486:24 [INFO] [stdout] | [INFO] [stdout] 486 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/mysql/query.rs:494:9 [INFO] [stdout] | [INFO] [stdout] 494 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:497:24 [INFO] [stdout] | [INFO] [stdout] 497 | .and_where(Expr::col(Glyph::Aspect).in_subquery( [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/mysql/query.rs:498:17 [INFO] [stdout] | [INFO] [stdout] 498 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:499:27 [INFO] [stdout] | [INFO] [stdout] 499 | .expr(Expr::cust("3 + 2 * 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/table.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | .col(ColumnDef::new(Char::SizeW).integer().not_null()) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/query.rs:502:24 [INFO] [stdout] | [INFO] [stdout] 502 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/mysql/query.rs:510:9 [INFO] [stdout] | [INFO] [stdout] 510 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:512:19 [INFO] [stdout] | [INFO] [stdout] 512 | .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/mysql/query.rs:517:24 [INFO] [stdout] | [INFO] [stdout] 517 | .or_having(Expr::col(Glyph::Aspect).gt(2).or(Expr::col(Glyph::Aspect).lt(8))) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:517:58 [INFO] [stdout] | [INFO] [stdout] 517 | .or_having(Expr::col(Glyph::Aspect).gt(2).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:53:29 [INFO] [stdout] | [INFO] [stdout] 53 | .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 `Expr` [INFO] [stdout] --> tests/mysql/query.rs:518:24 [INFO] [stdout] | [INFO] [stdout] 518 | .or_having(Expr::col(Glyph::Aspect).gt(12).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/mysql/query.rs:518:60 [INFO] [stdout] | [INFO] [stdout] 518 | .or_having(Expr::col(Glyph::Aspect).gt(12).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/mysql/query.rs:519:25 [INFO] [stdout] | [INFO] [stdout] 519 | .and_having(Expr::col(Glyph::Aspect).gt(22).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/mysql/query.rs:519:60 [INFO] [stdout] | [INFO] [stdout] 519 | .and_having(Expr::col(Glyph::Aspect).gt(22).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] [stderr] error: could not compile `sea-query` [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/mysql/query.rs:520:24 [INFO] [stdout] | [INFO] [stdout] 520 | .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] [stderr] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/table.rs:54:29 [INFO] [stdout] | [INFO] [stdout] 54 | .col(ColumnDef::new(Char::FontId).integer().default(Value::Null)) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/query.rs:521:24 [INFO] [stdout] | [INFO] [stdout] 521 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Value` [INFO] [stdout] --> tests/postgres/table.rs:54:61 [INFO] [stdout] | [INFO] [stdout] 54 | .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 `Expr` [INFO] [stdout] --> tests/mysql/query.rs:538:13 [INFO] [stdout] | [INFO] [stdout] 538 | 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 `Query` [INFO] [stdout] --> tests/mysql/query.rs:566:9 [INFO] [stdout] | [INFO] [stdout] 566 | Query::insert() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/query.rs:576:24 [INFO] [stdout] | [INFO] [stdout] 576 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/mysql/query.rs:585:9 [INFO] [stdout] | [INFO] [stdout] 585 | Query::insert() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/table.rs:58:23 [INFO] [stdout] | [INFO] [stdout] 58 | .from(Char::Table, Char::FontId) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/postgres/table.rs:58:36 [INFO] [stdout] | [INFO] [stdout] 58 | .from(Char::Table, Char::FontId) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/query.rs:599:24 [INFO] [stdout] | [INFO] [stdout] 599 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/postgres/table.rs:59:21 [INFO] [stdout] | [INFO] [stdout] 59 | .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:59:34 [INFO] [stdout] | [INFO] [stdout] 59 | .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 `Query` [INFO] [stdout] --> tests/mysql/query.rs:633:9 [INFO] [stdout] | [INFO] [stdout] 633 | 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 `ForeignKeyAction` [INFO] [stdout] --> tests/postgres/table.rs:60:28 [INFO] [stdout] | [INFO] [stdout] 60 | .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 `Expr` [INFO] [stdout] --> tests/mysql/query.rs:639:24 [INFO] [stdout] | [INFO] [stdout] 639 | .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 `ForeignKeyAction` [INFO] [stdout] --> tests/postgres/table.rs:61:28 [INFO] [stdout] | [INFO] [stdout] 61 | .on_update(ForeignKeyAction::Cascade) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ use of undeclared type `ForeignKeyAction` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/query.rs:642:24 [INFO] [stdout] | [INFO] [stdout] 642 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/mysql/query.rs:668:9 [INFO] [stdout] | [INFO] [stdout] 668 | 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/mysql/query.rs:670:40 [INFO] [stdout] | [INFO] [stdout] 670 | .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/mysql/query.rs:674:24 [INFO] [stdout] | [INFO] [stdout] 674 | .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 `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/query.rs:677:24 [INFO] [stdout] | [INFO] [stdout] 677 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:439:17 [INFO] [stdout] | [INFO] [stdout] 439 | Char::Character, Char::SizeW, Char::SizeH [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/mysql/query.rs:685:9 [INFO] [stdout] | [INFO] [stdout] 685 | 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:84:20 [INFO] [stdout] | [INFO] [stdout] 84 | .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 `Expr` [INFO] [stdout] --> tests/mysql/query.rs:687:24 [INFO] [stdout] | [INFO] [stdout] 687 | .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 `Char` [INFO] [stdout] --> tests/sqlite/query.rs:439:34 [INFO] [stdout] | [INFO] [stdout] 439 | Char::Character, Char::SizeW, Char::SizeH [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/query.rs:690:24 [INFO] [stdout] | [INFO] [stdout] 690 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:439:47 [INFO] [stdout] | [INFO] [stdout] 439 | 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 `Table` [INFO] [stdout] --> tests/mysql/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 `Char` [INFO] [stdout] --> tests/sqlite/query.rs:441:19 [INFO] [stdout] | [INFO] [stdout] 441 | .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 `ColumnDef` [INFO] [stdout] --> tests/mysql/table.rs:8:18 [INFO] [stdout] | [INFO] [stdout] 8 | .col(ColumnDef::new(Glyph::Id).integer_len(11).not_null().auto_increment().primary_key()) [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::ColumnDef; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ColumnDef` [INFO] [stdout] --> tests/mysql/table.rs:9:18 [INFO] [stdout] | [INFO] [stdout] 9 | .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 `Glyph` [INFO] [stdout] --> tests/postgres/table.rs:85:33 [INFO] [stdout] | [INFO] [stdout] 85 | .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 `Glyph` [INFO] [stdout] --> tests/postgres/table.rs:85:54 [INFO] [stdout] | [INFO] [stdout] 85 | .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 `ColumnDef` [INFO] [stdout] --> tests/mysql/table.rs:10:18 [INFO] [stdout] | [INFO] [stdout] 10 | .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 `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/table.rs:14:24 [INFO] [stdout] | [INFO] [stdout] 14 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Table` [INFO] [stdout] --> tests/mysql/table.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | Table::create() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Table; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ColumnDef` [INFO] [stdout] --> tests/mysql/table.rs:30:18 [INFO] [stdout] | [INFO] [stdout] 30 | .col(ColumnDef::new(Font::Id).integer_len(11).not_null().auto_increment().primary_key()) [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::ColumnDef; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ColumnDef` [INFO] [stdout] --> tests/mysql/table.rs:31:18 [INFO] [stdout] | [INFO] [stdout] 31 | .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 `ColumnDef` [INFO] [stdout] --> tests/mysql/table.rs:32:18 [INFO] [stdout] | [INFO] [stdout] 32 | .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 `Char` [INFO] [stdout] --> tests/sqlite/query.rs:442:34 [INFO] [stdout] | [INFO] [stdout] 442 | .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/postgres/table.rs:99:20 [INFO] [stdout] | [INFO] [stdout] 99 | .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:443:33 [INFO] [stdout] | [INFO] [stdout] 443 | .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 `Glyph` [INFO] [stdout] --> tests/postgres/table.rs:100:33 [INFO] [stdout] | [INFO] [stdout] 100 | .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:101:33 [INFO] [stdout] | [INFO] [stdout] 101 | .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 `Char` [INFO] [stdout] --> tests/sqlite/query.rs:444:34 [INFO] [stdout] | [INFO] [stdout] 444 | .and_where(Expr::col(Char::SizeH).eq(5)) [INFO] [stdout] | ^^^^ use of undeclared type `Char` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/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::Id).integer().not_null().extra("ANYTHING I WANT TO SAY".to_owned())) [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:455:17 [INFO] [stdout] | [INFO] [stdout] 455 | 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:455:34 [INFO] [stdout] | [INFO] [stdout] 455 | 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:455:47 [INFO] [stdout] | [INFO] [stdout] 455 | 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:457:19 [INFO] [stdout] | [INFO] [stdout] 457 | .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/table.rs:131:20 [INFO] [stdout] | [INFO] [stdout] 131 | .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:132:20 [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 `Char` [INFO] [stdout] --> tests/sqlite/query.rs:459:27 [INFO] [stdout] | [INFO] [stdout] 459 | 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 `Font` [INFO] [stdout] --> tests/postgres/table.rs:143:20 [INFO] [stdout] | [INFO] [stdout] 143 | .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:460:36 [INFO] [stdout] | [INFO] [stdout] 460 | .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 `Font` [INFO] [stdout] --> tests/postgres/table.rs:153:20 [INFO] [stdout] | [INFO] [stdout] 153 | .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/mysql/table.rs:33:18 [INFO] [stdout] | [INFO] [stdout] 33 | .col(ColumnDef::new(Font::Language).string_len(1024).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 `Font` [INFO] [stdout] --> tests/postgres/table.rs:164:20 [INFO] [stdout] | [INFO] [stdout] 164 | .table(Font::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/table.rs:37:24 [INFO] [stdout] | [INFO] [stdout] 37 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Table` [INFO] [stdout] --> tests/mysql/table.rs:52:9 [INFO] [stdout] | [INFO] [stdout] 52 | Table::create() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Table; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ColumnDef` [INFO] [stdout] --> tests/mysql/table.rs:55:18 [INFO] [stdout] | [INFO] [stdout] 55 | .col(ColumnDef::new(Char::Id).integer_len(11).not_null().auto_increment().primary_key()) [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:179:20 [INFO] [stdout] | [INFO] [stdout] 179 | .table(Font::Table) [INFO] [stdout] | ^^^^ use of undeclared type `Font` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ColumnDef` [INFO] [stdout] --> tests/mysql/table.rs:56:18 [INFO] [stdout] | [INFO] [stdout] 56 | .col(ColumnDef::new(Char::FontSize).integer_len(11).not_null()) [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::ColumnDef; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ColumnDef` [INFO] [stdout] --> tests/mysql/table.rs:57:18 [INFO] [stdout] | [INFO] [stdout] 57 | .col(ColumnDef::new(Char::Character).string_len(255).not_null()) [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::ColumnDef; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ColumnDef` [INFO] [stdout] --> tests/mysql/table.rs:58:18 [INFO] [stdout] | [INFO] [stdout] 58 | .col(ColumnDef::new(Char::SizeW).integer_len(11).not_null()) [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::ColumnDef; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ColumnDef` [INFO] [stdout] --> tests/mysql/table.rs:59:18 [INFO] [stdout] | [INFO] [stdout] 59 | .col(ColumnDef::new(Char::SizeH).integer_len(11).not_null()) [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::ColumnDef; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ColumnDef` [INFO] [stdout] --> tests/mysql/table.rs:60:18 [INFO] [stdout] | [INFO] [stdout] 60 | .col(ColumnDef::new(Char::FontId).integer_len(11).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 `ForeignKey` [INFO] [stdout] --> tests/mysql/table.rs:62:17 [INFO] [stdout] | [INFO] [stdout] 62 | ForeignKey::create() [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::ForeignKey; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/table.rs:72:24 [INFO] [stdout] | [INFO] [stdout] 72 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Table` [INFO] [stdout] --> tests/mysql/table.rs:92:9 [INFO] [stdout] | [INFO] [stdout] 92 | Table::create() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Table; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ColumnDef` [INFO] [stdout] --> tests/mysql/table.rs:94:18 [INFO] [stdout] | [INFO] [stdout] 94 | .col(ColumnDef::new(Glyph::Id).integer().not_null().extra("ANYTHING I WANT TO SAY".to_owned())) [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::ColumnDef; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/table.rs:95:24 [INFO] [stdout] | [INFO] [stdout] 95 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Table` [INFO] [stdout] --> tests/mysql/table.rs:107:9 [INFO] [stdout] | [INFO] [stdout] 107 | Table::create() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Table; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ColumnDef` [INFO] [stdout] --> tests/mysql/table.rs:109:18 [INFO] [stdout] | [INFO] [stdout] 109 | .col(ColumnDef::new(Glyph::Id).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 `Index` [INFO] [stdout] --> tests/mysql/table.rs:111:17 [INFO] [stdout] | [INFO] [stdout] 111 | Index::create() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::ops::Index; [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Index; [INFO] [stdout] | [INFO] [stdout] 1 | use std::ops::Index; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/table.rs:116:24 [INFO] [stdout] | [INFO] [stdout] 116 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Table` [INFO] [stdout] --> tests/mysql/table.rs:129:9 [INFO] [stdout] | [INFO] [stdout] 129 | Table::drop() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Table; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/table.rs:133:24 [INFO] [stdout] | [INFO] [stdout] 133 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Table` [INFO] [stdout] --> tests/mysql/table.rs:141:9 [INFO] [stdout] | [INFO] [stdout] 141 | 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 `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/table.rs:143:24 [INFO] [stdout] | [INFO] [stdout] 143 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Table` [INFO] [stdout] --> tests/mysql/table.rs:151:9 [INFO] [stdout] | [INFO] [stdout] 151 | 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/mysql/table.rs:153:25 [INFO] [stdout] | [INFO] [stdout] 153 | .add_column(ColumnDef::new(Alias::new("new_col")).integer().not_null().default(100)) [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/mysql/table.rs:153:40 [INFO] [stdout] | [INFO] [stdout] 153 | .add_column(ColumnDef::new(Alias::new("new_col")).integer().not_null().default(100)) [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Alias; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/table.rs:154:24 [INFO] [stdout] | [INFO] [stdout] 154 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/postgres/table.rs:190:20 [INFO] [stdout] | [INFO] [stdout] 190 | .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 `Table` [INFO] [stdout] --> tests/mysql/table.rs:162:9 [INFO] [stdout] | [INFO] [stdout] 162 | 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/mysql/table.rs:164:28 [INFO] [stdout] | [INFO] [stdout] 164 | .modify_column(ColumnDef::new(Alias::new("new_col")).big_integer().default(999)) [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/mysql/table.rs:164:43 [INFO] [stdout] | [INFO] [stdout] 164 | .modify_column(ColumnDef::new(Alias::new("new_col")).big_integer().default(999)) [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Alias; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/table.rs:165:24 [INFO] [stdout] | [INFO] [stdout] 165 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Table` [INFO] [stdout] --> tests/mysql/table.rs:173:9 [INFO] [stdout] | [INFO] [stdout] 173 | 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/mysql/table.rs:175:28 [INFO] [stdout] | [INFO] [stdout] 175 | .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/mysql/table.rs:175:51 [INFO] [stdout] | [INFO] [stdout] 175 | .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 `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/table.rs:176:24 [INFO] [stdout] | [INFO] [stdout] 176 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Table` [INFO] [stdout] --> tests/mysql/table.rs:184:9 [INFO] [stdout] | [INFO] [stdout] 184 | 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/mysql/table.rs:186:26 [INFO] [stdout] | [INFO] [stdout] 186 | .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[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/table.rs:187:24 [INFO] [stdout] | [INFO] [stdout] 187 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Table` [INFO] [stdout] --> tests/mysql/table.rs:195:9 [INFO] [stdout] | [INFO] [stdout] 195 | 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 `Alias` [INFO] [stdout] --> tests/mysql/table.rs:196:33 [INFO] [stdout] | [INFO] [stdout] 196 | .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[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/table.rs:197:24 [INFO] [stdout] | [INFO] [stdout] 197 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Font` [INFO] [stdout] --> tests/postgres/table.rs:201:20 [INFO] [stdout] | [INFO] [stdout] 201 | .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 `Table` [INFO] [stdout] --> tests/mysql/table.rs:205:5 [INFO] [stdout] | [INFO] [stdout] 205 | Table::alter().to_string(MysqlQueryBuilder); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Table; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/table.rs:205:30 [INFO] [stdout] | [INFO] [stdout] 205 | Table::alter().to_string(MysqlQueryBuilder); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Table` [INFO] [stdout] --> tests/mysql/online.rs:9:15 [INFO] [stdout] | [INFO] [stdout] 9 | let sql = Table::create() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Table; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ColumnDef` [INFO] [stdout] --> tests/mysql/online.rs:11:14 [INFO] [stdout] | [INFO] [stdout] 11 | .col(ColumnDef::new(Font::Id).integer_len(11).not_null().auto_increment().primary_key()) [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::ColumnDef; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ColumnDef` [INFO] [stdout] --> tests/mysql/online.rs:12:14 [INFO] [stdout] | [INFO] [stdout] 12 | .col(ColumnDef::new(Font::Name).string_len(255).not_null()) [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::ColumnDef; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ColumnDef` [INFO] [stdout] --> tests/mysql/online.rs:13:14 [INFO] [stdout] | [INFO] [stdout] 13 | .col(ColumnDef::new(Font::Variant).string_len(255).not_null()) [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::ColumnDef; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ColumnDef` [INFO] [stdout] --> tests/mysql/online.rs:14:14 [INFO] [stdout] | [INFO] [stdout] 14 | .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 `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/online.rs:18:20 [INFO] [stdout] | [INFO] [stdout] 18 | .to_string(MysqlQueryBuilder); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Index` [INFO] [stdout] --> tests/mysql/online.rs:32:15 [INFO] [stdout] | [INFO] [stdout] 32 | let sql = Index::create() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::ops::Index; [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Index; [INFO] [stdout] | [INFO] [stdout] 1 | use std::ops::Index; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/online.rs:36:20 [INFO] [stdout] | [INFO] [stdout] 36 | .to_string(MysqlQueryBuilder); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Char` [INFO] [stdout] --> tests/sqlite/query.rs:484:32 [INFO] [stdout] | [INFO] [stdout] 484 | .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 `Index` [INFO] [stdout] --> tests/mysql/online.rs:43:15 [INFO] [stdout] | [INFO] [stdout] 43 | let sql = Index::drop() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::ops::Index; [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Index; [INFO] [stdout] | [INFO] [stdout] 1 | use std::ops::Index; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/online.rs:46:20 [INFO] [stdout] | [INFO] [stdout] 46 | .to_string(MysqlQueryBuilder); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Table` [INFO] [stdout] --> tests/mysql/online.rs:53:15 [INFO] [stdout] | [INFO] [stdout] 53 | let sql = Table::create() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Table; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ColumnDef` [INFO] [stdout] --> tests/mysql/online.rs:56:14 [INFO] [stdout] | [INFO] [stdout] 56 | .col(ColumnDef::new(Char::Id).integer_len(11).not_null().auto_increment().primary_key()) [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/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 `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 `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/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[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:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | 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:27:24 [INFO] [stdout] | [INFO] [stdout] 27 | .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 `Char` [INFO] [stdout] --> tests/sqlite/query.rs:485:19 [INFO] [stdout] | [INFO] [stdout] 485 | .from(Char::Table) [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/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 `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:495:21 [INFO] [stdout] | [INFO] [stdout] 495 | .column(Glyph::Image) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:496:19 [INFO] [stdout] | [INFO] [stdout] 496 | .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 `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[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:497:34 [INFO] [stdout] | [INFO] [stdout] 497 | .and_where(Expr::col(Glyph::Aspect).in_subquery( [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:511:21 [INFO] [stdout] | [INFO] [stdout] 511 | .column(Glyph::Aspect) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [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[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:11:14 [INFO] [stdout] | [INFO] [stdout] 11 | .col(ColumnDef::new(Font::Id).integer().not_null().primary_key().auto_increment()) [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:12:14 [INFO] [stdout] | [INFO] [stdout] 12 | .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:13:14 [INFO] [stdout] | [INFO] [stdout] 13 | .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:14:14 [INFO] [stdout] | [INFO] [stdout] 14 | .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:15:20 [INFO] [stdout] | [INFO] [stdout] 15 | .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:29:15 [INFO] [stdout] | [INFO] [stdout] 29 | 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:33:20 [INFO] [stdout] | [INFO] [stdout] 33 | .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:40:15 [INFO] [stdout] | [INFO] [stdout] 40 | let sql = Index::drop() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::ops::Index; [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Index; [INFO] [stdout] | [INFO] [stdout] 1 | use std::ops::Index; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `PostgresQueryBuilder` in this scope [INFO] [stdout] --> tests/postgres/online.rs:42:20 [INFO] [stdout] | [INFO] [stdout] 42 | .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:49:15 [INFO] [stdout] | [INFO] [stdout] 49 | 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:52:14 [INFO] [stdout] | [INFO] [stdout] 52 | .col(ColumnDef::new(Char::Id).integer().not_null().primary_key().auto_increment()) [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:53:14 [INFO] [stdout] | [INFO] [stdout] 53 | .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:54:14 [INFO] [stdout] | [INFO] [stdout] 54 | .col(ColumnDef::new(Char::Character).string_len(255).not_null()) [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::ColumnDef; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ColumnDef` [INFO] [stdout] --> tests/postgres/online.rs:55:14 [INFO] [stdout] | [INFO] [stdout] 55 | .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:56:14 [INFO] [stdout] | [INFO] [stdout] 56 | .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/sqlite/query.rs:512:29 [INFO] [stdout] | [INFO] [stdout] 512 | .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 `ColumnDef` [INFO] [stdout] --> tests/postgres/online.rs:57:14 [INFO] [stdout] | [INFO] [stdout] 57 | .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 `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:513:19 [INFO] [stdout] | [INFO] [stdout] 513 | .from(Glyph::Table) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `PostgresQueryBuilder` in this scope [INFO] [stdout] --> tests/postgres/online.rs:58:20 [INFO] [stdout] | [INFO] [stdout] 58 | .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 `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:515:17 [INFO] [stdout] | [INFO] [stdout] 515 | Glyph::Aspect, [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Index` [INFO] [stdout] --> tests/postgres/online.rs:74:15 [INFO] [stdout] | [INFO] [stdout] 74 | 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:78:20 [INFO] [stdout] | [INFO] [stdout] 78 | .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:85:15 [INFO] [stdout] | [INFO] [stdout] 85 | let sql = Index::drop() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::ops::Index; [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Index; [INFO] [stdout] | [INFO] [stdout] 1 | use std::ops::Index; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `PostgresQueryBuilder` in this scope [INFO] [stdout] --> tests/postgres/online.rs:87:20 [INFO] [stdout] | [INFO] [stdout] 87 | .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:94:15 [INFO] [stdout] | [INFO] [stdout] 94 | let sql = ForeignKey::create() [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::ForeignKey; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `PostgresQueryBuilder` in this scope [INFO] [stdout] --> tests/postgres/online.rs:100:20 [INFO] [stdout] | [INFO] [stdout] 100 | .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:112:15 [INFO] [stdout] | [INFO] [stdout] 112 | 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[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:517:34 [INFO] [stdout] | [INFO] [stdout] 517 | .or_having(Expr::col(Glyph::Aspect).gt(2).or(Expr::col(Glyph::Aspect).lt(8))) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `PostgresQueryBuilder` in this scope [INFO] [stdout] --> tests/postgres/online.rs:115:20 [INFO] [stdout] | [INFO] [stdout] 115 | .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 `Query` [INFO] [stdout] --> tests/postgres/online.rs:122:15 [INFO] [stdout] | [INFO] [stdout] 122 | let sql = Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `PostgresQueryBuilder` in this scope [INFO] [stdout] --> tests/postgres/online.rs:129:20 [INFO] [stdout] | [INFO] [stdout] 129 | .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 `Query` [INFO] [stdout] --> tests/postgres/online.rs:136:15 [INFO] [stdout] | [INFO] [stdout] 136 | let sql = Query::insert() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `PostgresQueryBuilder` in this scope [INFO] [stdout] --> tests/postgres/online.rs:155:20 [INFO] [stdout] | [INFO] [stdout] 155 | .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 `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:517:68 [INFO] [stdout] | [INFO] [stdout] 517 | .or_having(Expr::col(Glyph::Aspect).gt(2).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 `Query` [INFO] [stdout] --> tests/postgres/online.rs:162:15 [INFO] [stdout] | [INFO] [stdout] 162 | let sql = Query::update() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/postgres/online.rs:169:20 [INFO] [stdout] | [INFO] [stdout] 169 | .and_where(Expr::col(Char::Id).eq(1)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ColumnDef` [INFO] [stdout] --> tests/mysql/online.rs:57:14 [INFO] [stdout] | [INFO] [stdout] 57 | .col(ColumnDef::new(Char::FontSize).integer_len(11).not_null()) [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::ColumnDef; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:518:34 [INFO] [stdout] | [INFO] [stdout] 518 | .or_having(Expr::col(Glyph::Aspect).gt(12).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 `ColumnDef` [INFO] [stdout] --> tests/mysql/online.rs:58:14 [INFO] [stdout] | [INFO] [stdout] 58 | .col(ColumnDef::new(Char::Character).string_len(255).not_null()) [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::ColumnDef; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ColumnDef` [INFO] [stdout] --> tests/mysql/online.rs:59:14 [INFO] [stdout] | [INFO] [stdout] 59 | .col(ColumnDef::new(Char::SizeW).integer_len(11).not_null()) [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::ColumnDef; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `PostgresQueryBuilder` in this scope [INFO] [stdout] --> tests/postgres/online.rs:170:20 [INFO] [stdout] | [INFO] [stdout] 170 | .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 `ColumnDef` [INFO] [stdout] --> tests/mysql/online.rs:60:14 [INFO] [stdout] | [INFO] [stdout] 60 | .col(ColumnDef::new(Char::SizeH).integer_len(11).not_null()) [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::ColumnDef; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ColumnDef` [INFO] [stdout] --> tests/mysql/online.rs:61:14 [INFO] [stdout] | [INFO] [stdout] 61 | .col(ColumnDef::new(Char::FontId).integer_len(11).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 `Table` [INFO] [stdout] --> tests/postgres/online.rs:177:15 [INFO] [stdout] | [INFO] [stdout] 177 | let sql = Table::truncate() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Table; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/online.rs:65:20 [INFO] [stdout] | [INFO] [stdout] 65 | .to_string(MysqlQueryBuilder); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Index` [INFO] [stdout] --> tests/mysql/online.rs:81:15 [INFO] [stdout] | [INFO] [stdout] 81 | 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:179:20 [INFO] [stdout] | [INFO] [stdout] 179 | .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[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/online.rs:85:20 [INFO] [stdout] | [INFO] [stdout] 85 | .to_string(MysqlQueryBuilder); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:518:70 [INFO] [stdout] | [INFO] [stdout] 518 | .or_having(Expr::col(Glyph::Aspect).gt(12).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 `Table` [INFO] [stdout] --> tests/postgres/online.rs:186:15 [INFO] [stdout] | [INFO] [stdout] 186 | let sql = Table::drop() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Table; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Index` [INFO] [stdout] --> tests/mysql/online.rs:92:15 [INFO] [stdout] | [INFO] [stdout] 92 | let sql = Index::drop() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::ops::Index; [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Index; [INFO] [stdout] | [INFO] [stdout] 1 | use std::ops::Index; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/online.rs:95:20 [INFO] [stdout] | [INFO] [stdout] 95 | .to_string(MysqlQueryBuilder); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `PostgresQueryBuilder` in this scope [INFO] [stdout] --> tests/postgres/online.rs:190:20 [INFO] [stdout] | [INFO] [stdout] 190 | .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/mysql/online.rs:102:15 [INFO] [stdout] | [INFO] [stdout] 102 | let sql = ForeignKey::create() [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::ForeignKey; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/online.rs:108:20 [INFO] [stdout] | [INFO] [stdout] 108 | .to_string(MysqlQueryBuilder); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ForeignKey` [INFO] [stdout] --> tests/mysql/online.rs:120:15 [INFO] [stdout] | [INFO] [stdout] 120 | let sql = ForeignKey::drop() [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::ForeignKey; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/online.rs:123:20 [INFO] [stdout] | [INFO] [stdout] 123 | .to_string(MysqlQueryBuilder); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:519:35 [INFO] [stdout] | [INFO] [stdout] 519 | .and_having(Expr::col(Glyph::Aspect).gt(22).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 `Query` [INFO] [stdout] --> tests/mysql/online.rs:130:15 [INFO] [stdout] | [INFO] [stdout] 130 | let sql = Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/online.rs:137:20 [INFO] [stdout] | [INFO] [stdout] 137 | .to_string(MysqlQueryBuilder); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/mysql/online.rs:144:15 [INFO] [stdout] | [INFO] [stdout] 144 | let sql = Query::insert() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/postgres/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 `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/online.rs:163:20 [INFO] [stdout] | [INFO] [stdout] 163 | .to_string(MysqlQueryBuilder); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Query` [INFO] [stdout] --> tests/mysql/online.rs:170:15 [INFO] [stdout] | [INFO] [stdout] 170 | let sql = Query::update() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `PostgresQueryBuilder` in this scope [INFO] [stdout] --> tests/postgres/query.rs:13:24 [INFO] [stdout] | [INFO] [stdout] 13 | .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 `Expr` [INFO] [stdout] --> tests/mysql/online.rs:177:20 [INFO] [stdout] | [INFO] [stdout] 177 | .and_where(Expr::col(Char::Id).eq(1)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/online.rs:180:20 [INFO] [stdout] | [INFO] [stdout] 180 | .to_string(MysqlQueryBuilder); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Table` [INFO] [stdout] --> tests/mysql/online.rs:187:15 [INFO] [stdout] | [INFO] [stdout] 187 | let sql = Table::truncate() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Table; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:519:70 [INFO] [stdout] | [INFO] [stdout] 519 | .and_having(Expr::col(Glyph::Aspect).gt(22).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 `Query` [INFO] [stdout] --> tests/postgres/query.rs:21:9 [INFO] [stdout] | [INFO] [stdout] 21 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/online.rs:189:20 [INFO] [stdout] | [INFO] [stdout] 189 | .to_string(MysqlQueryBuilder); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Table` [INFO] [stdout] --> tests/mysql/online.rs:196:15 [INFO] [stdout] | [INFO] [stdout] 196 | let sql = Table::drop() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Table; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/postgres/query.rs:26:24 [INFO] [stdout] | [INFO] [stdout] 26 | .and_where(Expr::col(Char::SizeW).eq(3)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/online.rs:199:20 [INFO] [stdout] | [INFO] [stdout] 199 | .to_string(MysqlQueryBuilder); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Index` [INFO] [stdout] --> tests/mysql/index.rs: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[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/index.rs:10:24 [INFO] [stdout] | [INFO] [stdout] 10 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `PostgresQueryBuilder` in this scope [INFO] [stdout] --> tests/postgres/query.rs:27:24 [INFO] [stdout] | [INFO] [stdout] 27 | .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/mysql/index.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | Index::create() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::ops::Index; [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Index; [INFO] [stdout] | [INFO] [stdout] 1 | use std::ops::Index; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:520:34 [INFO] [stdout] | [INFO] [stdout] 520 | .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 `Query` [INFO] [stdout] --> tests/postgres/query.rs:35:9 [INFO] [stdout] | [INFO] [stdout] 35 | Query::select() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/index.rs:24:24 [INFO] [stdout] | [INFO] [stdout] 24 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Index` [INFO] [stdout] --> tests/mysql/index.rs:32:9 [INFO] [stdout] | [INFO] [stdout] 32 | Index::create() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::ops::Index; [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Index; [INFO] [stdout] | [INFO] [stdout] 1 | use std::ops::Index; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/postgres/query.rs:40:24 [INFO] [stdout] | [INFO] [stdout] 40 | .and_where(Expr::col(Char::SizeW).eq(3)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/index.rs:37:24 [INFO] [stdout] | [INFO] [stdout] 37 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Index` [INFO] [stdout] --> tests/mysql/index.rs:45:9 [INFO] [stdout] | [INFO] [stdout] 45 | Index::create() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::ops::Index; [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Index; [INFO] [stdout] | [INFO] [stdout] 1 | use std::ops::Index; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Expr` [INFO] [stdout] --> tests/postgres/query.rs:41:24 [INFO] [stdout] | [INFO] [stdout] 41 | .and_where(Expr::col(Char::SizeH).eq(4)) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/index.rs:50:24 [INFO] [stdout] | [INFO] [stdout] 50 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `PostgresQueryBuilder` in this scope [INFO] [stdout] --> tests/postgres/query.rs:42:24 [INFO] [stdout] | [INFO] [stdout] 42 | .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 `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:535:17 [INFO] [stdout] | [INFO] [stdout] 535 | .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:536:15 [INFO] [stdout] | [INFO] [stdout] 536 | .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:538:23 [INFO] [stdout] | [INFO] [stdout] 538 | 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:567:25 [INFO] [stdout] | [INFO] [stdout] 567 | .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:569:17 [INFO] [stdout] | [INFO] [stdout] 569 | 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:570:17 [INFO] [stdout] | [INFO] [stdout] 570 | 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:586:25 [INFO] [stdout] | [INFO] [stdout] 586 | .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:588:17 [INFO] [stdout] | [INFO] [stdout] 588 | 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:589:17 [INFO] [stdout] | [INFO] [stdout] 589 | Glyph::Aspect, [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Index` [INFO] [stdout] --> tests/mysql/index.rs:58:9 [INFO] [stdout] | [INFO] [stdout] 58 | Index::drop() [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::ops::Index; [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Index; [INFO] [stdout] | [INFO] [stdout] 1 | use std::ops::Index; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Value` [INFO] [stdout] --> tests/sqlite/query.rs:596:17 [INFO] [stdout] | [INFO] [stdout] 596 | 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:634:20 [INFO] [stdout] | [INFO] [stdout] 634 | .table(Glyph::Table) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/index.rs:61:24 [INFO] [stdout] | [INFO] [stdout] 61 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ForeignKey` [INFO] [stdout] --> tests/mysql/foreign_key.rs:6:9 [INFO] [stdout] | [INFO] [stdout] 6 | ForeignKey::create() [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::ForeignKey; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/foreign_key.rs:12:24 [INFO] [stdout] | [INFO] [stdout] 12 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ForeignKey` [INFO] [stdout] --> tests/mysql/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 `MysqlQueryBuilder` in this scope [INFO] [stdout] --> tests/mysql/foreign_key.rs:28:24 [INFO] [stdout] | [INFO] [stdout] 28 | .to_string(MysqlQueryBuilder), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::MysqlQueryBuilder; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Glyph` [INFO] [stdout] --> tests/sqlite/query.rs:636:18 [INFO] [stdout] | [INFO] [stdout] 636 | (Glyph::Aspect, 2.1345.into()), [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::*` [INFO] [stdout] --> tests/mysql/query.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/mysql/table.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::*` [INFO] [stdout] --> tests/mysql/online.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/sqlite/query.rs:637:18 [INFO] [stdout] | [INFO] [stdout] 637 | (Glyph::Image, "24B0E11951B03B07F8300FD003983F03F0780060".into()), [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::*` [INFO] [stdout] --> tests/mysql/index.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/sqlite/query.rs:639:34 [INFO] [stdout] | [INFO] [stdout] 639 | .and_where(Expr::col(Glyph::Id).eq(1)) [INFO] [stdout] | ^^^^^ use of undeclared type `Glyph` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::*` [INFO] [stdout] --> tests/mysql/foreign_key.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/sqlite/query.rs:665:20 [INFO] [stdout] | [INFO] [stdout] 665 | .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:666:25 [INFO] [stdout] | [INFO] [stdout] 666 | .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/sqlite/query.rs:668:18 [INFO] [stdout] | [INFO] [stdout] 668 | (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 `Query` [INFO] [stdout] --> tests/postgres/query.rs:50:9 [INFO] [stdout] | [INFO] [stdout] 50 | 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/sqlite/query.rs:670:34 [INFO] [stdout] | [INFO] [stdout] 670 | .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 `Query` [INFO] [stdout] --> tests/postgres/query.rs:55:17 [INFO] [stdout] | [INFO] [stdout] 55 | 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/postgres/query.rs:61:17 [INFO] [stdout] | [INFO] [stdout] 61 | Alias::new("subglyph") [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::Alias; [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Alias; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `PostgresQueryBuilder` in this scope [INFO] [stdout] --> tests/postgres/query.rs:63:24 [INFO] [stdout] | [INFO] [stdout] 63 | .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 `Query` [INFO] [stdout] --> tests/postgres/query.rs:71:9 [INFO] [stdout] | [INFO] [stdout] 71 | 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/postgres/query.rs:74:24 [INFO] [stdout] | [INFO] [stdout] 74 | .and_where(Expr::tbl(Glyph::Table, Glyph::Aspect).is_in(vec![3, 4])) [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 1 | use sea_query::Expr; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `PostgresQueryBuilder` in this scope [INFO] [stdout] --> tests/postgres/query.rs:75:24 [INFO] [stdout] | [INFO] [stdout] 75 | .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 `Query` [INFO] [stdout] --> tests/postgres/query.rs:83:9 [INFO] [stdout] | [INFO] [stdout] 83 | 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/postgres/query.rs:88:17 [INFO] [stdout] | [INFO] [stdout] 88 | Expr::col(Glyph::Image).max(), [INFO] [stdout] | ^^^^ not found in this scope [WARN] too many lines in the log, truncating it