JOIN now supports SQL::Abstract -as notation. Moreover, data structures in the JOIN's ON clauses are now supported.
Motivation
From #3, "It's not possible to create table aliases in generated SQL queries. This would be useful for generating queries where a table is JOINed to itself. Especially useful if someone wants to create an ORM based on Mojo::Pg."
Summary
JOIN now supports SQL::Abstract
-as
notation. Moreover, data structures in the JOIN's ON clauses are now supported.Motivation
From #3, "It's not possible to create table aliases in generated SQL queries. This would be useful for generating queries where a table is JOINed to itself. Especially useful if someone wants to create an ORM based on Mojo::Pg."