Closed ruslandoga closed 10 months ago
Postgrex has a similar test case
But it seems to work in PostgreSQL: I've tried select u0 from users u0
.
Oh that's confusing. We should do what is right and just raise here honestly. Doing a naked select like that and appending .*
seems risky to me. Calls to the DB should be explicit and not so ambiguous. Thoughts?
This query doesn't seem to work with SQLite3 https://github.com/elixir-sqlite/ecto_sqlite3/blob/6dcc0b2410ac2e2727d6c81ecb2e96c410eb8be4/test/ecto/adapters/sqlite3/connection_test.exs#L139-L144
I wonder if there is something we can do about it. Either raise or add
.*
.