Closed m4dc4p closed 3 years ago
Definitely a bug/oversight if we're supporting (,,)
in places but not :&
There's a SqlSelect
instance in a new version
Much appreciated!
We should still implement ToAlias
and ToAliasReference
, I think :)
My PR is up but needs approval to run CI on it.
Thanks for accepting this one!
In writing some queries, I've found a need for
ToAlias
/ToAliasReference
/SqlSelect
instances for the:&
type. There are already instances of those classes for(,)
,(,,)
, and so on, and:&
doesn't really seem any different.Is this an oversight or is there some reason those instances aren't defined for
:&
?Thanks!
(I'm using 3.4.2.1 so please let me know if I just need to upgrade).