Would be nice to use tuple comparison in the SQL AST for the join predicate of associations, so that we can render that into SQL when supported by the DB. It’s shorter and IMO easier to read. For DBs that don’t support this, we emulate this through chaining x1=y1 and ... anyway, so this is safe. |