[Sqlalchemy-tickets] Issue #4079: can't print a select statement that contains aggregate_order_by (
Brought to you by:
zzzeek
From: Darin G. <iss...@bi...> - 2017-09-15 20:05:08
|
New issue 4079: can't print a select statement that contains aggregate_order_by https://bitbucket.org/zzzeek/sqlalchemy/issues/4079/cant-print-a-select-statement-that Darin Gordon: during debugging, I tried to print a select statement that is using the aggregate_order_by function (postgresql), but that raises a rendering exception: sqlalchemy.exc.UnsupportedCompilationError: Compiler <sqlalchemy.sql.compiler.StrSQLCompiler object at 0x7fec0069fda0> can't render element of type <class 'sqlalchemy.dialects.postgresql.ext.aggregate_order_by'> |