Matthew Johnston

Results 268 comments of Matthew Johnston

Bump on this. I would love to see this attempted or to have it work in parallel with https://github.com/dimagi/django-cte

@tomtaylor also can you throw `IO.inspect(Ecto.Adapters.SQL.to_sql(:all, Repo, queryable))` into your query chain and post back the generated query?

I'll take a look into this soon unless @ruslandoga you find a solution before I do.

> seems like a hacky way to hide SQLite's shortcomings. Heh, I don't think it is so much a short coming but a deliberate decision to leave that to the...

> Is this something we could make configurable? A PR for the change would be welcome. We simply defaulted to `DateTime.to_iso8601/1` for serializing to the database because it was simplest...

The recent set of changes has been released under `v0.8.0`

I don't know if SQLite actually supports DDL transactions, but like you said, we could "fake" it with exclusive. I didn't implement it because ecto sqlite 2 did not implement...

I approved the test suite to run. @ewildgoose feel free to push changes and what not.

Can you link me to the sections you copied upstream? I want to take a look at the blame and do some digging.