-
It's nice to see slow queries coming from Ecto in the dashboard. However, oftentimes it's really hard to match the query to the code that emits it. For example, I'm looking at a vast codebase that spa…
gmile updated
2 months ago
-
After running through your readme setup, after running mix ecto.setup (updating didn't work)
I get following errors:
could not compile dependency :ssl_verify_fun, "mix compile" failed. Errors m…
-
NOTE: pond works perfectly.
When I run ecto.setup, I get the following error:
Generated kujira app
==> phoenix_ecto
Compiling 7 files (.ex)
Generated phoenix_ecto app
==> pond
Compiling 1…
-
How are sub-ontologies within ECTO merged? Is there documentation, wiki, or an article describing this process?
Per documentation, ECTO integrates the following ontologies:
> Ontologies used in …
-
So there's a small issue with Sqlite where only one transaction can obtain a write lock at a time, and any attempt to write (not even commit) while another transaction has a write lock causes an error…
-
- [ ] Investigate any potential Ecto integrations for persisting
- [ ] Schema?
- [ ] extend existing modules
- [ ] Migration generator?
-
Is there a way to use ecto in the child project?
-
mix ecto.setup && mix ecto.migrate
```
== Compilation error in file lib/elixir_lang_moscow/endpoint.ex ==
** (CompileError) lib/elixir_lang_moscow/endpoint.ex:1: inlined function current_time/0 u…
-
**Is your feature request related to a problem? Please describe.**
Selecting sqlite3 as database adaptor fails during migration. The first error in lib/beacon/migrations/v001.ex is at line 89, due …
aquap updated
1 month ago
-
### Elixir version
all
### Database and Version
all
### Ecto Versions
3.12
### Database Adapter and Versions (postgrex, myxql, etc)
all
### Current behavior
Currently you ca…