Bump ecto_sql from 3.11.1 to 3.11.3 #325
ci.yml
on: pull_request
Matrix: setup
Matrix: dialyzer
Matrix: credo
Matrix: lint
Matrix: test
Matrix: test_mariadb_11
Matrix: test_coverage
Annotations
1 error and 75 warnings
Credo / OTP 27 / Elixir 1.17
Process completed with exit code 1.
|
Setup / OTP 26 / Elixir 1.16
in order to compile .yrl files, you must add "compilers: [:yecc] ++ Mix.compilers()" to the "def project" section of erlex's mix.exs
|
Setup / OTP 26 / Elixir 1.16
in order to compile .xrl files, you must add "compilers: [:leex] ++ Mix.compilers()" to the "def project" section of erlex's mix.exs
|
Setup / OTP 27 / Elixir 1.17
x..y inside match is deprecated, you must always match on the step: x..y//var or x..y//_ if you want to ignore it
|
Setup / OTP 27 / Elixir 1.17
x..y inside match is deprecated, you must always match on the step: x..y//var or x..y//_ if you want to ignore it
|
Setup / OTP 27 / Elixir 1.17
0..-2 has a default step of -1, please write 0..-2//-1 instead
|
Setup / OTP 27 / Elixir 1.17
1..-2 has a default step of -1, please write 1..-2//-1 instead
|
Setup / OTP 27 / Elixir 1.17
0..-2 has a default step of -1, please write 0..-2//-1 instead
|
Setup / OTP 27 / Elixir 1.17
1..-1 has a default step of -1, please write 1..-1//-1 instead
|
Setup / OTP 27 / Elixir 1.17
1..-2 has a default step of -1, please write 1..-2//-1 instead
|
Setup / OTP 27 / Elixir 1.17
1..-2 has a default step of -1, please write 1..-2//-1 instead
|
Setup / OTP 27 / Elixir 1.17
1..-2 has a default step of -1, please write 1..-2//-1 instead
|
Setup / OTP 27 / Elixir 1.17
1..-2 has a default step of -1, please write 1..-2//-1 instead
|
Credo / OTP 27 / Elixir 1.17
using map.field notation (without parentheses) to invoke function Credo.CLI.Command.Suggest.SuggestCommand.cli_switches() is deprecated, you must add parentheses instead: remote.function()
|
Credo / OTP 27 / Elixir 1.17
using map.field notation (without parentheses) to invoke function Credo.CLI.Command.Suggest.SuggestCommand.cli_switches() is deprecated, you must add parentheses instead: remote.function()
|
Credo / OTP 27 / Elixir 1.17
using map.field notation (without parentheses) to invoke function Credo.CLI.Command.Suggest.SuggestCommand.treat_unknown_args_as_files?() is deprecated, you must add parentheses instead: remote.function()
|
Credo / OTP 27 / Elixir 1.17
using map.field notation (without parentheses) to invoke function Credo.Check.Design.AliasUsage.param_names() is deprecated, you must add parentheses instead: remote.function()
|
Credo / OTP 27 / Elixir 1.17
using map.field notation (without parentheses) to invoke function Credo.Check.Readability.PipeIntoAnonymousFunctions.base_priority() is deprecated, you must add parentheses instead: remote.function()
|
Credo / OTP 27 / Elixir 1.17
using map.field notation (without parentheses) to invoke function Credo.Check.Readability.PipeIntoAnonymousFunctions.elixir_version() is deprecated, you must add parentheses instead: remote.function()
|
Credo / OTP 27 / Elixir 1.17
using map.field notation (without parentheses) to invoke function Credo.Check.Readability.PipeIntoAnonymousFunctions.param_defaults() is deprecated, you must add parentheses instead: remote.function()
|
Credo / OTP 27 / Elixir 1.17
using map.field notation (without parentheses) to invoke function Credo.Check.Design.AliasUsage.category() is deprecated, you must add parentheses instead: remote.function()
|
Credo / OTP 27 / Elixir 1.17
using map.field notation (without parentheses) to invoke function Credo.Check.Design.AliasUsage.exit_status() is deprecated, you must add parentheses instead: remote.function()
|
Test mariadb:11.0 / OTP 26 / Elixir 1.15
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
|
Test mariadb:10.11 / OTP 24 / Elixir 1.13
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
|
Test mariadb:11.0 / OTP 24 / Elixir 1.13
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
|
Test mariadb:11.1 / OTP 24 / Elixir 1.13
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
|
Test mariadb:10.11 / OTP 27 / Elixir 1.17
using map.field notation (without parentheses) to invoke function EctoMySQLExtras.IndexSize.info() is deprecated, you must add parentheses instead: remote.function()
|
Test mariadb:10.11 / OTP 27 / Elixir 1.17
using map.field notation (without parentheses) to invoke function TableRex.Renderer.Text.default_options() is deprecated, you must add parentheses instead: remote.function()
|
Test mariadb:10.11 / OTP 25 / Elixir 1.14
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
|
Test mariadb:11.1 / OTP 26 / Elixir 1.15
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
|
Test mariadb:11.1 / OTP 27 / Elixir 1.17
using map.field notation (without parentheses) to invoke function EctoMySQLExtras.Plugins.info() is deprecated, you must add parentheses instead: remote.function()
|
Test mariadb:11.1 / OTP 27 / Elixir 1.17
using map.field notation (without parentheses) to invoke function TableRex.Renderer.Text.default_options() is deprecated, you must add parentheses instead: remote.function()
|
Test mariadb:11.0 / OTP 27 / Elixir 1.17
using map.field notation (without parentheses) to invoke function EctoMySQLExtras.TableSize.info() is deprecated, you must add parentheses instead: remote.function()
|
Test mariadb:11.0 / OTP 27 / Elixir 1.17
using map.field notation (without parentheses) to invoke function TableRex.Renderer.Text.default_options() is deprecated, you must add parentheses instead: remote.function()
|
Test mariadb:11.0 / OTP 23 / Elixir 1.12
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
|
Test mariadb:10.11 / OTP 23 / Elixir 1.12
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
|
Test mariadb:11.0 / OTP 25 / Elixir 1.14
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
|
Test mariadb:11.1 / OTP 25 / Elixir 1.14
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
|
Test mariadb:10.11 / OTP 26 / Elixir 1.15
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
|
Test mariadb:11.1 / OTP 23 / Elixir 1.12
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
|
Test mariadb:10.4 / OTP 23 / Elixir 1.12
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
|
Test mariadb:10.4 / OTP 24 / Elixir 1.13
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
|
Test mariadb:10.4 / OTP 25 / Elixir 1.14
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
|
Test mariadb:10.4 / OTP 26 / Elixir 1.15
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
|
Test mariadb:10.5 / OTP 24 / Elixir 1.13
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
|
Test mariadb:10.6 / OTP 24 / Elixir 1.13
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
|
Test mariadb:10.4 / OTP 27 / Elixir 1.17
using map.field notation (without parentheses) to invoke function EctoMySQLExtras.Plugins.info() is deprecated, you must add parentheses instead: remote.function()
|
Test mariadb:10.4 / OTP 27 / Elixir 1.17
using map.field notation (without parentheses) to invoke function TableRex.Renderer.Text.default_options() is deprecated, you must add parentheses instead: remote.function()
|
Test mariadb:10.5 / OTP 26 / Elixir 1.15
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
|
Test mariadb:10.6 / OTP 27 / Elixir 1.17
using map.field notation (without parentheses) to invoke function EctoMySQLExtras.DbSettings.info() is deprecated, you must add parentheses instead: remote.function()
|
Test mariadb:10.6 / OTP 27 / Elixir 1.17
using map.field notation (without parentheses) to invoke function TableRex.Renderer.Text.default_options() is deprecated, you must add parentheses instead: remote.function()
|
Test mariadb:10.6 / OTP 25 / Elixir 1.14
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
|
Test mariadb:10.5 / OTP 25 / Elixir 1.14
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
|
Test mariadb:10.6 / OTP 26 / Elixir 1.15
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
|
Test mariadb:10.6 / OTP 23 / Elixir 1.12
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
|
Test mariadb:10.5 / OTP 27 / Elixir 1.17
using map.field notation (without parentheses) to invoke function EctoMySQLExtras.DbSettings.info() is deprecated, you must add parentheses instead: remote.function()
|
Test mariadb:10.5 / OTP 27 / Elixir 1.17
using map.field notation (without parentheses) to invoke function TableRex.Renderer.Text.default_options() is deprecated, you must add parentheses instead: remote.function()
|
Test mariadb:10.5 / OTP 23 / Elixir 1.12
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
|
Test mysql:5.7 / OTP 25 / Elixir 1.14
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
|
Test mysql:5.7 / OTP 23 / Elixir 1.12
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
|
Test mysql:5.7 / OTP 24 / Elixir 1.13
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
|
Test mysql:8.0 / OTP 24 / Elixir 1.13
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
|
Test mysql:5.7 / OTP 26 / Elixir 1.15
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
|
Test mysql:5.7 / OTP 27 / Elixir 1.17
using map.field notation (without parentheses) to invoke function EctoMySQLExtras.DbSettings.info() is deprecated, you must add parentheses instead: remote.function()
|
Test mysql:5.7 / OTP 27 / Elixir 1.17
using map.field notation (without parentheses) to invoke function TableRex.Renderer.Text.default_options() is deprecated, you must add parentheses instead: remote.function()
|
Test mysql:8.0 / OTP 23 / Elixir 1.12
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
|
Test mysql:8.0 / OTP 26 / Elixir 1.15
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
|
Test mysql:8.1 / OTP 27 / Elixir 1.17
using map.field notation (without parentheses) to invoke function EctoMySQLExtras.LongRunningQueries.info() is deprecated, you must add parentheses instead: remote.function()
|
Test mysql:8.1 / OTP 27 / Elixir 1.17
using map.field notation (without parentheses) to invoke function TableRex.Renderer.Text.default_options() is deprecated, you must add parentheses instead: remote.function()
|
Test mysql:8.1 / OTP 25 / Elixir 1.14
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
|
Test mysql:8.1 / OTP 24 / Elixir 1.13
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
|
Test mysql:8.0 / OTP 27 / Elixir 1.17
using map.field notation (without parentheses) to invoke function EctoMySQLExtras.LongRunningQueries.info() is deprecated, you must add parentheses instead: remote.function()
|
Test mysql:8.0 / OTP 27 / Elixir 1.17
using map.field notation (without parentheses) to invoke function TableRex.Renderer.Text.default_options() is deprecated, you must add parentheses instead: remote.function()
|
Test mysql:8.1 / OTP 26 / Elixir 1.15
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
|
Test mysql:8.0 / OTP 25 / Elixir 1.14
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
|
Test mysql:8.1 / OTP 23 / Elixir 1.12
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
|