Skip to content

Refactor pool and add transaction #105

Refactor pool and add transaction

Refactor pool and add transaction #105

Triggered via push December 8, 2025 18:04
Status Failure
Total duration 54m 19s
Artifacts

ci.yml

on: push
OTP 27 / Elixir 1.19
53m 38s
OTP 27 / Elixir 1.19
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
OTP 27 / Elixir 1.19: test/adapters/postgres_test.exs#L303
test operators &> (SQL.Adapters.PostgresTest)
OTP 27 / Elixir 1.19: test/adapters/postgres_test.exs#L294
test operators << (SQL.Adapters.PostgresTest)
OTP 27 / Elixir 1.19: test/adapters/postgres_test.exs#L122
test query order by (SQL.Adapters.PostgresTest)
OTP 27 / Elixir 1.19: test/adapters/postgres_test.exs#L321
test operators <<| (SQL.Adapters.PostgresTest)
OTP 27 / Elixir 1.19: test/adapters/postgres_test.exs#L266
test operators * (SQL.Adapters.PostgresTest)
OTP 27 / Elixir 1.19: test/adapters/postgres_test.exs#L297
test operators &< (SQL.Adapters.PostgresTest)
OTP 27 / Elixir 1.19: test/adapters/postgres_test.exs#L62
test query select (SQL.Adapters.PostgresTest)
OTP 27 / Elixir 1.19: test/adapters/postgres_test.exs#L132
test query limit (SQL.Adapters.PostgresTest)
OTP 27 / Elixir 1.19: test/adapters/postgres_test.exs#L229
test interpolation . syntax (SQL.Adapters.PostgresTest)
OTP 27 / Elixir 1.19: test/adapters/postgres_test.exs#L282
test operators < (SQL.Adapters.PostgresTest)
OTP 27 / Elixir 1.19
0..-2 has a default step of -1, please write 0..-2//-1 instead