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

Not qualified columns when projection is null #40

Closed
PomepuyN opened this issue Oct 20, 2014 · 1 comment
Closed

Not qualified columns when projection is null #40

PomepuyN opened this issue Oct 20, 2014 · 1 comment

Comments

@PomepuyN
Copy link
Contributor

With the 1.8.1 version of the lib, there are two bugs:

  • With a null projection, the index returned by getCachedColumnIndexOrThrow of AbstractCursor is not qualified and therefor is the first one found that have the colName
  • In the XXXProvider.getQueryParams method, the qualifyAmbiguousColumns should be called on all joined tables
@PomepuyN PomepuyN changed the title Not qualified columns when prjection is null Not qualified columns when projection is null Oct 20, 2014
BoD added a commit that referenced this issue Oct 20, 2014
@BoD
Copy link
Owner

BoD commented Nov 11, 2014

I believe this issue is no longer relevant with the 1.8.1 version that I just released.

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