[Sqlalchemy-tickets] Issue #3227: count() doesnt send the mapper to get_bind() (zzzeek/sqlalchemy)
Brought to you by:
zzzeek
|
From: Mike B. <iss...@bi...> - 2014-10-15 21:53:50
|
New issue 3227: count() doesnt send the mapper to get_bind() https://bitbucket.org/zzzeek/sqlalchemy/issue/3227/count-doesnt-send-the-mapper-to-get_bind Mike Bayer: no solution at this time as we pass literal_column('*') in, which can't be related to the mapper directly. we can add parententity to it, but it still is not a FROM. new state would need to be added to Query. |