You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried using the flag, but I get an error: "relation "xxx" does not exist". The utility does not see the table in the schema, although this table is there.
The text was updated successfully, but these errors were encountered:
I have a similar problem when using the --schema-name
thread 'main' panicked at /home/miclyk/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rust-pgdatadiff-0.1.6/src/diff/table/query/table_query_executor.rs:154:14:
called Result::unwrap() on an Err value: Error { kind: Db, cause: Some(DbError { severity: "ERROR", parsed_severity: Some(Error), code: SqlState(E42P01), message: "relation "bbrsag" does not exist", detail: None, hint: None, position: Some(Original(236)), where_: None, schema: None, table: None, column: None, datatype: None, constraint: None, file: Some("regproc.c"), line: Some(911), routine: Some("regclassin") }) }
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
I tried using the flag, but I get an error: "relation "xxx" does not exist". The utility does not see the table in the schema, although this table is there.
The text was updated successfully, but these errors were encountered: