On Tuesday, 6 March 2018 22:30:46 UTC+1, Jonathan Vanasco wrote:
>
>
>
> On Tuesday, March 6, 2018 at 3:23:42 PM UTC-5, KCY wrote:
>>
>> I recall coming upon a section about this in the SQLAlchemy docs, 
>> although I can't remember where exactly. It's not the problem (if you can 
>> call it that) that I'm describing here. I should double check to make sure 
>> the design doesn't expect to have concurrent edits on the same objects.
>>
>
> I'm not suggesting it is the problem. What I am suggesting is that you're 
> very likely going to have a concurrency/race problem when there is a first 
> Session that lasts the scope of web requests, and a second session which 
> operates on a GUI (you're likely to have this on a web requests only 
> variant too).
>

Ah right, I misunderstood. Thank you for clarifying.

-- 
SQLAlchemy - 
The Python SQL Toolkit and Object Relational Mapper

http://www.sqlalchemy.org/

To post example code, please provide an MCVE: Minimal, Complete, and Verifiable 
Example.  See  http://stackoverflow.com/help/mcve for a full description.
--- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sqlalchemy+unsubscr...@googlegroups.com.
To post to this group, send email to sqlalchemy@googlegroups.com.
Visit this group at https://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/d/optout.

Reply via email to