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

Breaking insert in mariadb #33

Open
gammelalf opened this issue Dec 28, 2022 · 1 comment
Open

Breaking insert in mariadb #33

gammelalf opened this issue Dec 28, 2022 · 1 comment
Labels
bug Something isn't working waiting-on-dependency This issue is currently on hold due to dependencies

Comments

@gammelalf
Copy link
Member

As the CI shows, inserting with RETURNING into mariadb is broken.

  1. This is definetly not our issue as there are several related / indetical issues on sqlx:
  1. As a comment states, this is probably an issue in mariaDB.
@myOmikron
Copy link
Member

We can resolve this temporarily by using i64 indexes for get in inserts.

gammelalf added a commit to rorm-orm/rorm-db that referenced this issue Dec 28, 2022
gammelalf added a commit that referenced this issue Dec 28, 2022
@gammelalf gammelalf added the bug Something isn't working label Dec 28, 2022
@myOmikron myOmikron added the waiting-on-dependency This issue is currently on hold due to dependencies label Dec 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working waiting-on-dependency This issue is currently on hold due to dependencies
Projects
None yet
Development

No branches or pull requests

2 participants