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

Draft: fix handling through table #392

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

stefano-tilt
Copy link

Hi @toluaina,
can you take a look at this draft PR? I am trying to fix the IndexError: list index out of range error when trying to do an insert in a through table

There's already a PR raised from @mpaolino here, but it's not resolving for me. This is how my data model looks like

my_customer_groups:
     fk my_customer_id   (to id in my_customers)
     fk my_group_id         (to id in my_groups)

my_customers
     pk id
     name

my_groups 
     pk id
     group_name

Can you shed some light what would be the preferred approach?

Thanks

@Shankar-khati
Copy link

#413 should fix this issue

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

Successfully merging this pull request may close these issues.

None yet

2 participants