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

Allow arbitrary ID keys for _update and _delete_one #26

Merged
merged 6 commits into from
Jan 20, 2021

Conversation

andreipopovici
Copy link
Contributor

Same as _create, this allows SQLAlchemy to use primary key types other than Integer, such as UUID.

Same as `_create`, this allows for primary key types other than `Integer`, such as `UUID`.
@vercel
Copy link

vercel bot commented Jan 19, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/flortz/fastapi-crudrouter/7gwbbqh4c
✅ Preview: https://fastapi-crudrouter-git-fork-andreipopovici-arbitraryprimarykeys.flortz.vercel.app

Co-authored-by: Adam Watkins <32209255+awtkns@users.noreply.github.com>
@awtkns awtkns merged commit c0ea38f into awtkns:master Jan 20, 2021
awtkns added a commit that referenced this pull request Jan 20, 2021
@andreipopovici
Copy link
Contributor Author

Awesome! Thank you for putting in the extra work to polish this 🙏

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