An Ecto SQLite3 adapter.
0

Configure Feed

Select the types of activity you want to include in your feed.

Bump to v0.17.0

Matthew Johnston (Aug 13, 2024, 10:32 PM -0500) 8d04a38d ea08ea00

+9 -1
+8
CHANGELOG.md
··· 7 7 8 8 ## Unreleased 9 9 10 + ## v0.17.0 11 + 12 + - added: Added an explicit `:integer` column type support. Under the hood it is stored the same regardless. 13 + - fixed: Handle new style of distinct expressions introduce upstream in Ecto 3.12 14 + - changed: Allow `insert_all` to no longer require a where clause. 15 + - changed: Made some public functions now private. 16 + - changed: Test against elixir 1.17 and OTP 27, 26, and 25. 17 + 10 18 ## v0.16.0 11 19 12 20 - changed: Set minimum `exqlite` dependency to `0.22`.
+1 -1
mix.exs
··· 1 1 defmodule EctoSQLite3.MixProject do 2 2 use Mix.Project 3 3 4 - @version "0.16.0" 4 + @version "0.17.0" 5 5 6 6 def project do 7 7 [