Skip to content

added index ordering (ASC/ DESC) #1

Description

@museghost

In postgresql, if an index has ASC or DESC, the original engine could not handle it.
It is because of the returned column of the index.

For example, the index name "foo_index" and its columns are foo1 and its ordering is DESC.
i.e. foo_index has "foo DESC"

With the above sample, the returned column name is "foo DESC", not "foo" only.

This workround could handle the postfix "DESC or ASC", and normal column as well.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions