You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 27, 2022. It is now read-only.
Trying cockroachdb on 2.1 beta (v2.1.0-beta.20181015):
Cannot create a database automatically, but can migrate with ecto.migrate (expected)
Getting list of tags fails
Replaced query with:
deflist_tagsdoEcto.Adapters.SQL.query!(Repo,"select count(*) as tag_count, ut.tag from articles, (select unnest(tag_list) from articles) as ut(tag) group by ut.tag order by tag_count desc limit 5;").rows|>Enum.map(fnv->Enum.at(v,1)end)end
Trying cockroachdb on 2.1 beta (v2.1.0-beta.20181015):
Replaced query with: