Skip to content
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.

No Order By and No Alias With As Method #94

Open
fulviocanducci opened this issue May 13, 2018 · 0 comments
Open

No Order By and No Alias With As Method #94

fulviocanducci opened this issue May 13, 2018 · 0 comments

Comments

@fulviocanducci
Copy link
Contributor

No OrderBy (OrderByDescending) and no alias with As Method !

Expected Behavior

FlepperQueryBuilder
                .Select()
                .From("User").As("u")
                .OrderBy("Id","u");

Actual Behavior

Problem: without OrderBy with method As and OrderBy without alias:

FlepperQueryBuilder
                .Select()
                .From("User").As("u") // problem: without OrderBy com method "As"
                .OrderBy("Id") // No OrderBy And No Alias # bug
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant