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

Incorrect case sql expression in 2.1.1 in postgresql #420

Closed
vikagalkina opened this issue May 22, 2015 · 2 comments
Closed

Incorrect case sql expression in 2.1.1 in postgresql #420

vikagalkina opened this issue May 22, 2015 · 2 comments

Comments

@vikagalkina
Copy link

In autocomplete_light.autocomplete.model.AutocompleteModel.order_choices incorrect sql
'WHEN %s="%s" THEN %s' because postgresql in expression like 'when id="123"' parse "123" like a column and raise exception that column "123" not found.

@jpic
Copy link
Member

jpic commented May 23, 2015

Duplicate of #419

@jpic jpic closed this as completed May 23, 2015
@jpic
Copy link
Member

jpic commented May 26, 2015

Could you try with 2.2.0rc1 which was released yesterday ?

Thanks.

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