René's URL Explorer Experiment


Title: Listing or returning items with UoW raises sqlalchemy.orm.exc.DetachedInstanceError · Issue #63 · cosmicpython/code · GitHub

Open Graph Title: Listing or returning items with UoW raises sqlalchemy.orm.exc.DetachedInstanceError · Issue #63 · cosmicpython/code

X Title: Listing or returning items with UoW raises sqlalchemy.orm.exc.DetachedInstanceError · Issue #63 · cosmicpython/code

Description: Hi. I have a simple list endpoint as follows: @app.get("/items/", response_model=list[schemas.Item]) async def read_items(uow: AbstractUnitOfWork = Depends(get_uow)) -> List[models.Item]: with uow: items = uow.repo.list() return items it...

Open Graph Description: Hi. I have a simple list endpoint as follows: @app.get("/items/", response_model=list[schemas.Item]) async def read_items(uow: AbstractUnitOfWork = Depends(get_uow)) -> List[models.Item]: with uow:...

X Description: Hi. I have a simple list endpoint as follows: @app.get("/items/", response_model=list[schemas.Item]) async def read_items(uow: AbstractUnitOfWork = Depends(get_uow)) -> List[models.Ite...

Opengraph URL: https://github.com/cosmicpython/code/issues/63

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Listing or returning items with UoW raises sqlalchemy.orm.exc.DetachedInstanceError","articleBody":"Hi. I have a simple `list` endpoint as follows:\r\n\r\n\r\n```python\r\n@app.get(\"/items/\", response_model=list[schemas.Item])\r\nasync def read_items(uow: AbstractUnitOfWork = Depends(get_uow)) -\u003e List[models.Item]:\r\n    with uow:\r\n        items = uow.repo.list()\r\n    return items\r\n```\r\n\r\n`items` is a list of `models.Item` which is my domain model (dataclass). But when exiting the uow (closing the session) the items' attributes are refreshed by the ORM automatically and I get the `sqlalchemy.orm.exc.DetachedInstanceError` exception. \r\n\r\nI would expect such a dataclass not to mutate since it is not an ORM model.\r\nWhat would be the best approach in this case? \r\n\r\nThe same applies for the creation of an item.\r\n\r\nThanks!","author":{"url":"https://github.com/sevetseh28","@type":"Person","name":"sevetseh28"},"datePublished":"2023-03-22T21:30:19.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":2},"url":"https://github.com/63/code/issues/63"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:f0d386c1-5936-6327-6c48-c57c75147d37
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idD244:2C62EA:F6C07F:154EC6F:69776C73
html-safe-noncec01b7b273f184d3a5ebaeca2f6353be3bc62d3278b4a6ca55c294d2c3e9becb8
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJEMjQ0OjJDNjJFQTpGNkMwN0Y6MTU0RUM2Rjo2OTc3NkM3MyIsInZpc2l0b3JfaWQiOiI4NzU5NzczMDU4MjQwNTcyNTMxIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac1369261719e85820939453bcf82243808591aa1b6e3b47cd4902413f5bc9309b
hovercard-subject-tagissue:1636524606
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/cosmicpython/code/63/issue_layout
twitter:imagehttps://opengraph.githubassets.com/af5dab247390930422cb3ce256c49faf9c9b280cb8248e7c08b8baa04205bb41/cosmicpython/code/issues/63
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/af5dab247390930422cb3ce256c49faf9c9b280cb8248e7c08b8baa04205bb41/cosmicpython/code/issues/63
og:image:altHi. I have a simple list endpoint as follows: @app.get("/items/", response_model=list[schemas.Item]) async def read_items(uow: AbstractUnitOfWork = Depends(get_uow)) -> List[models.Item]: with uow:...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamesevetseh28
hostnamegithub.com
expected-hostnamegithub.com
None425384cc392ce2ddd1a7a0c1e7043ab4192d4c04452a2ed7f2f38d2fa9293b5a
turbo-cache-controlno-preview
go-importgithub.com/cosmicpython/code git https://github.com/cosmicpython/code.git
octolytics-dimension-user_id47350834
octolytics-dimension-user_logincosmicpython
octolytics-dimension-repository_id169221290
octolytics-dimension-repository_nwocosmicpython/code
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id169221290
octolytics-dimension-repository_network_root_nwocosmicpython/code
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release72de26f7ca9bdb0559ebf1e63e6c685ee2c520ce
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/cosmicpython/code/issues/63#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fcosmicpython%2Fcode%2Fissues%2F63
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fcosmicpython%2Fcode%2Fissues%2F63
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=cosmicpython%2Fcode
Reloadhttps://github.com/cosmicpython/code/issues/63
Reloadhttps://github.com/cosmicpython/code/issues/63
Reloadhttps://github.com/cosmicpython/code/issues/63
cosmicpython https://github.com/cosmicpython
codehttps://github.com/cosmicpython/code
Notifications https://github.com/login?return_to=%2Fcosmicpython%2Fcode
Fork 1.1k https://github.com/login?return_to=%2Fcosmicpython%2Fcode
Star 2.6k https://github.com/login?return_to=%2Fcosmicpython%2Fcode
Code https://github.com/cosmicpython/code
Issues 26 https://github.com/cosmicpython/code/issues
Pull requests 4 https://github.com/cosmicpython/code/pulls
Actions https://github.com/cosmicpython/code/actions
Projects 0 https://github.com/cosmicpython/code/projects
Security 0 https://github.com/cosmicpython/code/security
Insights https://github.com/cosmicpython/code/pulse
Code https://github.com/cosmicpython/code
Issues https://github.com/cosmicpython/code/issues
Pull requests https://github.com/cosmicpython/code/pulls
Actions https://github.com/cosmicpython/code/actions
Projects https://github.com/cosmicpython/code/projects
Security https://github.com/cosmicpython/code/security
Insights https://github.com/cosmicpython/code/pulse
New issuehttps://github.com/login?return_to=https://github.com/cosmicpython/code/issues/63
New issuehttps://github.com/login?return_to=https://github.com/cosmicpython/code/issues/63
Listing or returning items with UoW raises sqlalchemy.orm.exc.DetachedInstanceErrorhttps://github.com/cosmicpython/code/issues/63#top
https://github.com/sevetseh28
https://github.com/sevetseh28
sevetseh28https://github.com/sevetseh28
on Mar 22, 2023https://github.com/cosmicpython/code/issues/63#issue-1636524606
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.