[GH-ISSUE #195] Creating a new pool corrupts data in backend #125

Closed
opened 2026-02-27 19:16:57 +03:00 by kerem · 0 comments
Owner

Originally created by @EddieTheCubeHead on GitHub (Apr 6, 2024).
Original GitHub issue: https://github.com/EddieTheCubeHead/Stagnum/issues/195

C:...\Stagnum\server\src\api\pool\dependencies.py:242: SAWarning: New instance <PlaybackSession at 0x212a383a6f0> with identity key (<class 'database.entities.PlaybackSession'>, ('username',), None) conflicts with persistent instance <PlaybackSession at 0x212a33a2db0> (This warning originated from the Session 'autoflush' process, which was invoked automatically in response to a user-initiated operation.)
return session.scalar(select(Pool).where(

Originally created by @EddieTheCubeHead on GitHub (Apr 6, 2024). Original GitHub issue: https://github.com/EddieTheCubeHead/Stagnum/issues/195 C:\...\Stagnum\server\src\api\pool\dependencies.py:242: SAWarning: New instance <PlaybackSession at 0x212a383a6f0> with identity key (<class 'database.entities.PlaybackSession'>, ('username',), None) conflicts with persistent instance <PlaybackSession at 0x212a33a2db0> (This warning originated from the Session 'autoflush' process, which was invoked automatically in response to a user-initiated operation.) return session.scalar(select(Pool).where(
kerem 2026-02-27 19:16:57 +03:00
  • closed this issue
  • added the
    server
    bug
    labels
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Stagnum#125
No description provided.