An Ecto SQLite3 adapter.
0

Configure Feed

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

Bump to v0.17.4

Matthew Johnston (Nov 4, 2024, 8:05 AM -0600) a28c297d d8710c82

+6 -2
+4
CHANGELOG.md
··· 7 7 8 8 ## Unreleased 9 9 10 + ## v0.17.4 11 + - added: Documentation for `default_transaction_mode`. 12 + - changed: Clarified some documentation. 13 + 10 14 ## v0.17.3 11 15 - fixed: Handle placeholders for `insert_all` calls. 12 16 - changed: Added cell-wise placeholders for inserts.
+1 -1
README.md
··· 17 17 ```elixir 18 18 defp deps do 19 19 [ 20 - {:ecto_sqlite3, "~> 0.16"} 20 + {:ecto_sqlite3, "~> 0.17"} 21 21 ] 22 22 end 23 23 ```
+1 -1
mix.exs
··· 1 1 defmodule EctoSQLite3.MixProject do 2 2 use Mix.Project 3 3 4 - @version "0.17.3" 4 + @version "0.17.4" 5 5 6 6 def project do 7 7 [