You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is probably fine as long as we document this; I'd generally recommend using postgres everywhere, but it would be nice to not have this restriction. This would require a small but non-trivial rewrite to how we're performing these queries, and we should un-skip the relevant tests.
The text was updated successfully, but these errors were encountered:
Moved here from the (now private) original Sideboard issue tracker.
The SQLAlchemy
http://docs.sqlalchemy.org/en/rel_0_8/orm/query.html#sqlalchemy.orm.query.Query.distinct
method only works on specific columns with Postgresql. This means that there's a significant difference between the two forms of
distinct
that sqlalchemy supports:This is probably fine as long as we document this; I'd generally recommend using postgres everywhere, but it would be nice to not have this restriction. This would require a small but non-trivial rewrite to how we're performing these queries, and we should un-skip the relevant tests.
The text was updated successfully, but these errors were encountered: