Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The problem with using --schema-name #43

Open
malakhov-da opened this issue Sep 17, 2024 · 3 comments
Open

The problem with using --schema-name #43

malakhov-da opened this issue Sep 17, 2024 · 3 comments
Assignees
Labels
question Further information is requested

Comments

@malakhov-da
Copy link

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.

@pavlospt
Copy link
Owner

Hello, do you have a stacktrace to share or a repro sample?

@pavlospt pavlospt self-assigned this Sep 18, 2024
@pavlospt pavlospt added the question Further information is requested label Sep 18, 2024
@miclykhbr
Copy link

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

@pavlospt
Copy link
Owner

pavlospt commented Nov 6, 2024

Hello I will check it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants