Skip to content

Clause match warning #157

Closed
Closed
@pikeas

Description

@pikeas

After updating to Elixir 1.18:

==> ecto_sqlite3
Compiling 4 files (.ex)
      warning: the following clause will never match:

          :text_datetime

      because it attempts to match on the result of:

          :iso8601

      which has type:

          :iso8601

      typing violation found at:
      │
 1392 │         :text_datetime ->
      │         ~~~~~~~~~~~~~~~~~
      │
      └─ lib/ecto/adapters/sqlite3/connection.ex:1392: Ecto.Adapters.SQLite3.Connection.expr/3

Generated ecto_sqlite3 app

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions