Andrew Dryga

Results 199 comments of Andrew Dryga

Your example should work, but only because your primary key will be first in Mnesia record (and Mnesia triggers this field as PK).

Actually, I can't even guess :). Looks like it should work, but I have never tried this way. And in nearest future I will work on Ecto integrations tests to...

Thanks for support and testing it :).

@JanStevens Can you give more code so I will be able to reproduce this? In meanwhile I have added new case that test insert with duplicate primary key.

Can you re-run tests against latest adapter version?

@scrogson you are right, I'll fix it in next release.

Yes, we have noted in the readme that we don't support schemaless queries. I plan to work on adapter during next few weeks and going to take a look how...

@AlonzoRicardo right now the main issue is that Ecto 3.0 is our and there is lots of work to make this adapter support it, I don't have enough time to...

Hello, @cmedley! This is your first Pull Request that will be reviewed by [Ebert](https://ebertapp.io/), an automatic Code Review service. It will leave comments on this diff with potential issues and...

@cmedley good catch, can you please add a test case so we won't have a regression in future?