Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create index with 'DESC' specification is accepted, but not added to the object model #650

Closed
olavloite opened this issue Aug 3, 2018 · 1 comment

Comments

@olavloite
Copy link
Contributor

olavloite commented Aug 3, 2018

Actual Behavior

create index myindex on mytable (mycol desc) is accepted, but the desc is not added to the list of index specifications.

Expected Behavior

The asc/desc specification should be added to the list of index specifications in the parsed object model.

Steps to Reproduce the Problem

  1. Parse create index myindex on mytable (mycol desc)
  2. Verify that CreateIndex#getIndex()#getIndexSpec() returns null

Specifications

  • Version: 1.2
  • Platform: Ubuntu 18.04
  • Subsystem:
olavloite added a commit to olavloite/JSqlParser that referenced this issue Aug 3, 2018
olavloite added a commit to olavloite/JSqlParser that referenced this issue Aug 3, 2018
@wumpz
Copy link
Member

wumpz commented Feb 4, 2021

already solved

@wumpz wumpz closed this as completed Feb 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants