Jeff Bradberry 1a72ff4c47 Use the in operator to test against the Organization membership subquery
If more than one Organization were selected by this subquery, then
Postgres would complain with "more than one row returned by a subquery
used as an expression".  We needed to allow for that case.

Annoyingly SQLite3 doesn't seem to care, so writing a py.test test to
exercise this isn't feasible under our current development setup.
2019-06-19 14:49:02 -04:00
..
2019-06-17 10:47:58 -04:00
2019-06-18 09:16:19 -04:00
2019-04-16 16:00:09 -04:00