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; we're personally using postgresql everywhere where we'd care, 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.
Now that Sideboard is open source, this is a little more crucial since it introduces a "some of sideboard.lib.sa won't work with MySQL" caveat which we'd probably rather not have.
The text was updated successfully, but these errors were encountered:
In our tested version of SQLAlchemy, the 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; we're personally using postgresql everywhere where we'd care, 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.
Now that Sideboard is open source, this is a little more crucial since it introduces a "some of sideboard.lib.sa won't work with MySQL" caveat which we'd probably rather not have.
The text was updated successfully, but these errors were encountered: