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

As of 6.0, bpchar causes some transitions to fail with "Element does not exist" #48

Open
KatrinaHuberJuma opened this issue Sep 27, 2022 · 4 comments
Assignees

Comments

@KatrinaHuberJuma
Copy link
Collaborator

This error occurs with the sample Postgres database, even when created with current product but using old SRA.

@valhuber valhuber assigned valhuber and thomaxxl and unassigned valhuber Sep 27, 2022
@valhuber
Copy link
Owner

A specific example is the transition to see Customer Detail (appears to be any customer).

@valhuber
Copy link
Owner

valhuber commented Oct 1, 2022

This is due to use of the bpchar datatype - blank padded character, more fully described in this SQLAlchemy issue.

As a work-around, it can be resolved by editing the created model file, like this:

bpchar-fix

We are considering a more fully comprehensive solution.

@valhuber valhuber changed the title As of 6.0, some transitions fail with "Element does not exist" As of 6.0, bpchar causes some transitions to fail with "Element does not exist" Oct 5, 2022
@valhuber
Copy link
Owner

valhuber commented Oct 6, 2022

A revised docker image has been created that resolves this as described here.

@pthom
Copy link

pthom commented Oct 7, 2022

See pthom/northwind_psql@4aa7967 which fixes the issue inside the northwind example

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

No branches or pull requests

4 participants