-
Notifications
You must be signed in to change notification settings - Fork 22
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
Update to Ecto 3 #24
base: master
Are you sure you want to change the base?
Update to Ecto 3 #24
Conversation
941f717
to
2ee2f64
Compare
Hi, it's failing when joining multiple tables and using column and table aliases. @whossname, hope you can fix it ! |
Haha, yeh I was actually working on this today. Hopefully my fix works
…On Fri, Sep 13, 2019, 11:45 PM Matías Reyes ***@***.***> wrote:
Hi, it's failing when joining multiple tables and using column and table
aliases. @whossname <https://github.com/whossname>, hope you can fix it !
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#24?email_source=notifications&email_token=ABXWLMKXAK5SSS33MNE3P2TQJOYQDA5CNFSM4IJEURLKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD6VNJ2I#issuecomment-531289321>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABXWLMOKBGLE7HPIV2EOGQTQJOYQDANCNFSM4IJEURLA>
.
|
@matreyes the code from two commits ago should address that. It might fail if columns from different tables have the same name. We are hoping to have a beta available soon. What is your time frame for needing this? |
47e2d5c
to
66970dd
Compare
@whossname It works great now, thanks for the fast response! |
@jbachhardie this is ready for review. I think it should be basically ready to publish. |
Thank you for all your hard work and apologies for not getting to this yet I'll book out some time to review/publish it next week. |
I've been playing around a bit and it seems like the "No SQL-driver information available." triggers when you try to delete data and htere is nothing to delete. This may not be the only case where this error is triggered, but I think it is a bit of a clue as to why it is happening. |
@whossname @jbachhardie Hey! Do you need some help? I have some time this month and it will be great to finish this PR and push it to hex :) |
I would suggest that the way forward is to depreciate this repository in favour of TDS |
@nikneroz this is way harder than it looks unless you have a deep understanding of both Ecto and Transact SQL. I wasn't up to the task needed way more time and effort than I had available. That TDS repo should work fine though. |
Ok, thank you! |
I'll check the current state and will try to figure out what do we have at this moment. |
Description
An early beta version of mssqlex for the mssql_ecto migration to Ecto 3.
Motivation and Context
The result of my efforts to try and update mssql_ecto to Ecto 3
How Has This Been Tested?
Updated the unit tests to use db_connection 2.0 and modified them until they passed. Additionally the integration testing described in this pull request to mssql_ecto.
Types of changes
Checklist: