Frequently Asked Questions
- Connections / Engines
- How do I pool database connections? Are my connections pooled?
- “MySQL Server has gone away”
- How Do I “Retry” a Statement Execution Automatically?
- I am using multiple connections with a SQLite database (typically to test transaction operation), and my test program is not working!
- How do I use engines / connections / sessions with Python multiprocessing, or os.fork()?
- SQL Expressions
- ORM Configuration
- Sessions / Queries
- How do I make a Query that always adds a certain filter to every query?
- I’ve created a mapping against an Outer Join, and while the query returns rows, no objects are returned. Why not?
- Query has no
__len__()
, why not? - I’m calling and it isn’t removed from the parent collection!
- how do I use ON DELETE CASCADE with SA’s ORM?
- How do I walk all objects that are related to a given object?
- Why does post_update emit UPDATE in addition to the first UPDATE?