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

Add methods to Request for birman #49

Closed
joegasewicz opened this issue Dec 17, 2022 · 0 comments · Fixed by #50
Closed

Add methods to Request for birman #49

joegasewicz opened this issue Dec 17, 2022 · 0 comments · Fixed by #50
Assignees

Comments

@joegasewicz
Copy link
Owner

joegasewicz commented Dec 17, 2022

Examples using SQLAlchemy Core:

data = req.get_multipart_data()

ins = images.insert().values(
            user_id=int(data["user_id"]["value"]),
            file_name=data["logo"]["value"]["filename"],
            noticeboard_id=int(data["noticeboard_id"]["value"]),
        )
@joegasewicz joegasewicz self-assigned this Dec 17, 2022
@joegasewicz joegasewicz linked a pull request Dec 17, 2022 that will close this issue
joegasewicz added a commit that referenced this issue Dec 17, 2022
…rman_#49

Add methods to Request for birman #49
@joegasewicz joegasewicz linked a pull request Jan 26, 2023 that will close this issue
@joegasewicz joegasewicz removed a link to a pull request Jan 26, 2023
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 a pull request may close this issue.

1 participant