-
Hello, thank you for the great on this project.
I'm trying to use it in a project, but it throws dependency errors:
When using `{:plsm, "~> 2.3.2"}`
```
Failed to use "postgrex" (version 0.1…
-
## Guide on how to use `Postgis` with `Phoenix`
Once you created the Postgis extension,
```elixir
# migration
def up do
execute("CREATE EXTENSION IF NOT EXISTS postgis")
...
end
```
…
-
The code executes normally and successfully in dev, but when running mix test, the test is failing the majority of the time. It *sometimes* succeeds, which is utterly baffling.
config.exs
```
con…
-
I've tried changing the host config in `apps/api/config/dev.exs` to "db", "localhost", "0.0.0.0", no avail.
Thoughts?
-
Hello, I am a beginner in Elixir/Phoenix and I am having a look at your project for learning purposes.
I want to create/migrate the database but I have an error:
`$ mix ecto.create`
> ** (Runti…
-
This is a standard followed by Go, Ruby, Elixir and many others, allows Command+Click in iTerm to directly open the file and jump to erroring line. A huge time saver.
To be specific
```
-- TYP…
-
I'm not sure where it is....
(Postgrex.Error ERROR 42703 (undefined_column) column m0.testing does not exist
query: DELETE FROM "messages" AS m0 USING "actions" AS a1 WHERE (a1."id" = m0."ac…
-
just modifying the column to the created enum type gives an error
```
** (Postgrex.Error) ERROR 42804 (datatype_mismatch): column "origin" cannot be cast automatically to type origin
(ecto) l…
-
### Elixir version
Elixir 1.16.2 (compiled with Erlang/OTP 26)
### Database and Version
any
### Ecto Versions
master
### Database Adapter and Versions (postgrex, myxql, etc)
postg…
-
### Summary
`:empty` and `:not_empty` filters doesn't seem to be working for SQLite DB
### Steps to reproduce
Setup flop for a project with SQLite DB and try to filter a column using `:empty` op.
…