Note: This example uses a Version 6 view descriptor with the Pass-Through Facility to access DBMS data. Beginning in Version 7, you can associate a libref directly with your DBMS data and use the ...
When doing a subquery with unions, the cache is incorrectly applied if the second query in the union is cached, but the first one isn't. defmodule Schema1 do use Ecto.Schema schema "external_payments" ...