coalesce compiling to "Annotatedcoalesce" in SQL

Issue #2927 resolved
Former user created an issue

I have a query that does {{{sqlalchemy.func.lower(sqlalchemy.func.coalesce(a, b))}}}. In 0.9.x, the generated SQL is "ORDER BY lower(Annotatedcoalesce(" whereas in 0.8.4 it's "ORDER BY lower(coalesce(".

Comments (4)

  1. Log in to comment