whossname
whossname
@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...
@matreyes I just added [this test](https://github.com/findmypast-oss/mssql_ecto/pull/44/commits/63ee5b597d5af02aebe9238251b03ceb7a5f71fa) for the situation you are describing, and in my branch at least it is working fine. Could you please elaborate on what the issue...
@jbachhardie this is ready for review. I think it should be basically ready to publish.
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...
I would suggest that the way forward is to depreciate this repository in favour of TDS https://github.com/livehelpnow/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...
I took a few months off from this but as of this weekend it is my main project outside of work. I found that migrating this repository to Ecto 3...
A quick progress report. I had a bit of a break through this weekend. Finally got the integration tests running. Not passing, but running. Most of these tests are still...
@rafikiadmin I'm not sure if LiveView changes things, but the Ecto-2 adaptor is definitely usable. Let me know if you need more detailed instructions on how to set it up....
Pay really close attention to your dependencies. Ecto 2 and 3 use different versions of `db_connection`. Also `ecto_sql` was split out of `ecto`, so don't use `ecto_sql` for Ecto 2....