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

No Order By and No Alias With As Method #94

@fulviocanducci

Description

@fulviocanducci

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions