Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 15, 2025

This PR contains the following updates:

Package Type Update Change
ecto_sqlite3 (source) prod minor 0.9.1 -> 0.22.0

Release Notes

elixir-sqlite/ecto_sqlite3 (ecto_sqlite3)

v0.22.0

Compare Source

  • added: Ability to use values/1 in ecto queries.
  • changed: Updated locked dependencies.

v0.21.0

Compare Source

  • added: Ability to specify type extensions for custom sqlite types. See: #​167.

v0.20.0

Compare Source

  • added: Ecto identifier/1 support
  • changed: Bump (and restrict) Ecto to 3.13.0

v0.19.0

Compare Source

  • changed: Configurable encoding for :map and :array, allowing usage of SQLite's JSONB storage format.

v0.18.1

Compare Source

  • fixed: Support both Jason and JSON.

v0.18.0

Compare Source

  • changed: Drop Elixir 1.14 support. Elixir 1.18 was released and I am only supporting 3 minor versions back.
  • fixed: Pass through unrecognized values for float, bool, and json decodes.

v0.17.6

Compare Source

v0.17.5

Compare Source

  • fixed: Report correct error for value lists in joins.

v0.17.4

Compare Source

  • added: Documentation for default_transaction_mode.
  • changed: Clarified some documentation.

v0.17.3

Compare Source

  • fixed: Handle placeholders for insert_all calls.
  • changed: Added cell-wise placeholders for inserts.

v0.17.2

Compare Source

  • fixed: Handle datetime serialization format via :datetime_type config.
  • fixed: Retain microsecond serialization.

v0.17.1

Compare Source

  • changed: Bump minimum ecto to 3.12.

v0.17.0

Compare Source

  • added: Added an explicit :integer column type support. Under the hood it is stored the same regardless.
  • fixed: Handle new style of distinct expressions introduce upstream in Ecto 3.12.
  • changed: Allow insert_all to no longer require a where clause.
  • changed: Made some public functions now private.
  • changed: Test against elixir 1.17 and OTP 27, 26, and 25.

v0.16.0

Compare Source

  • changed: Set minimum exqlite dependency to 0.22.

v0.15.1

Compare Source

  • fixed: Encode nil blobs. This was previously unhandled.

v0.15.0

Compare Source

  • fixed: Support nil decoding for :decimal.
  • changed: Dropped support for Elixir v1.13.
  • changed: Added Elixir v1.16 to CI build.
  • changed: Bump minimum exqlite to ~ 0.19.

v0.14.0

Compare Source

  • added: Support for encoding nil values in :utc_datetime, :utc_datetime_usec, :naive_datetime, and :naive_datetime_usec column dates.
  • added: Allow subquery values in insert_all.

v0.13.0

Compare Source

  • added: Support fragment splicing.
  • added: Support parent_as with combination queries.
  • changed: Don't need to consider `{:maybe, type}`` when loading or dumping.
  • changed: Handle nil values in dumpers and loaders.

v0.12.0

Compare Source

  • changed: raise if an in memory database is opened with a pool_size != 1
  • added: support {:unsafe_fragment, ".."} as a conflict target.
  • changed: Dropped support for Elixir 1.12.
  • changed: Dropped support for OTP 23.

v0.11.0

Compare Source

  • added: Support for DDL transactions.

v0.10.4

Compare Source

  • fixed: Handle binary uuid casting when binary_id is specified.

v0.10.3

Compare Source

  • fixed: Handle unique constraint error formats.
  • changed: Updated dependencies.

v0.10.2

Compare Source

  • added: Missing support for Date type.

v0.10.1

Compare Source

  • fixed: Ignore bad init file when using dump_cmd/3

v0.10.0

Compare Source

  • changed: Add support for Ecto v3.10

  • changed: Bring SQLite closer to the Postgres adapter implementation

  • changed: Enable AUTOINCREMENT for serial and bigserial.

  • changed: breaking Add support for sqlite strict mode.

    With sqlite strict mode support being added, the following field "types" were altered.

    • TEXT_DATETIME => TEXT
    • TEXT_UUID => TEXT: This is when :binary_id_type is :string
    • UUID => BLOB: This is when :binary_id_type is :binary

    This is a breaking change in the sense that rebuilding the schema from scratch will cause those columns to show up differently. Under the hood sqlite does not actually care.

    We kept TEXT_DATETIME to satisfy the old Ecto2 implementation to keep backwards compatibility.

  • changed: breaking Raise when table prefixes are used.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from Clivern as a code owner January 15, 2025 01:41
@renovate renovate bot force-pushed the renovate/ecto_sqlite3-0.x-lockfile branch from 65809fd to d48a004 Compare March 3, 2025 12:03
@renovate renovate bot force-pushed the renovate/ecto_sqlite3-0.x-lockfile branch from d48a004 to 4a4e5a5 Compare March 19, 2025 06:39
@renovate renovate bot changed the title Update dependency ecto_sqlite3 to v0.18.1 Update dependency ecto_sqlite3 to v0.19.0 Mar 19, 2025
@renovate renovate bot force-pushed the renovate/ecto_sqlite3-0.x-lockfile branch from 4a4e5a5 to 72ad4df Compare June 21, 2025 06:28
@renovate renovate bot changed the title Update dependency ecto_sqlite3 to v0.19.0 Update dependency ecto_sqlite3 to v0.20.0 Jun 21, 2025
@renovate renovate bot force-pushed the renovate/ecto_sqlite3-0.x-lockfile branch from 72ad4df to 918d184 Compare June 24, 2025 17:57
@renovate renovate bot changed the title Update dependency ecto_sqlite3 to v0.20.0 Update dependency ecto_sqlite3 to v0.21.0 Jun 24, 2025
@renovate renovate bot force-pushed the renovate/ecto_sqlite3-0.x-lockfile branch from 918d184 to 1a17c82 Compare August 10, 2025 13:21
@renovate renovate bot force-pushed the renovate/ecto_sqlite3-0.x-lockfile branch from 1a17c82 to 534b60a Compare September 25, 2025 04:29
@renovate renovate bot changed the title Update dependency ecto_sqlite3 to v0.21.0 Update dependency ecto_sqlite3 to v0.22.0 Sep 25, 2025
@renovate renovate bot force-pushed the renovate/ecto_sqlite3-0.x-lockfile branch from 534b60a to a45fbdd Compare October 22, 2025 01:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant