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

[Patch] Transformer fix #1341

Merged
merged 3 commits into from
Apr 11, 2016
Merged

[Patch] Transformer fix #1341

merged 3 commits into from
Apr 11, 2016

Conversation

particlebanana
Copy link
Contributor

This fixes an issue with column names on auto migrations.

Before the methods were using the adapter methods so that the new stuff for projections wouldn't work because the select calls wouldn't get normalized to use the column names.

This runs the queries through the normal collection methods.

…rs get run

this solves an issue with columnName and select. Before this the query was just running through
the adapter which now builds up a select and if a column name was specified it would never
be normalized.
@particlebanana particlebanana changed the title [Bug] Transformer fix [Patch] Transformer fix Apr 11, 2016
@particlebanana particlebanana merged commit 1ab819f into master Apr 11, 2016
@particlebanana particlebanana deleted the transformer_fix branch April 11, 2016 23:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants