This repository has been archived by the owner on Sep 7, 2021. It is now read-only.
This repository is currently being migrated. It's locked while the migration is in progress.
CTE (Common Table Expression) with aliases support #1415
Labels
After https://gitea.com/xorm/builder/pulls/59 we can do
Join(Select(...), ...)
It would be more useful if it can support aliases like the following SQLs (SQLite dialect):
Note that
builder.From
supports aliases already. This issue is mainly aboutbuilder.Join
.The text was updated successfully, but these errors were encountered: