mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-06-11 01:48:06 -04:00
ce5cff151a
query when refreshing an inheritance-mapped class where the superclass was mapped to a non-Table object, like a custom join() or a select(), running a query that assumed a hierarchy that's mapped to individual Table-per-class. [ticket:2697]