Open
Conversation
65809fd to
d48a004
Compare
d48a004 to
4a4e5a5
Compare
4a4e5a5 to
72ad4df
Compare
72ad4df to
918d184
Compare
918d184 to
1a17c82
Compare
1a17c82 to
534b60a
Compare
534b60a to
a45fbdd
Compare
a45fbdd to
9ae3b43
Compare
9ae3b43 to
98b55cf
Compare
98b55cf to
b6747c4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.9.1→0.22.0Release Notes
elixir-sqlite/ecto_sqlite3 (ecto_sqlite3)
v0.22.0Compare Source
values/1in ecto queries.v0.21.0Compare Source
v0.20.0Compare Source
identifier/1support3.13.0v0.19.0Compare Source
:mapand:array, allowing usage of SQLite's JSONB storage format.v0.18.1Compare Source
JasonandJSON.v0.18.0Compare Source
1.14support. Elixir1.18was released and I am only supporting 3 minor versions back.v0.17.6Compare Source
v0.17.5Compare Source
v0.17.4Compare Source
default_transaction_mode.v0.17.3Compare Source
insert_allcalls.v0.17.2Compare Source
:datetime_typeconfig.v0.17.1Compare Source
3.12.v0.17.0Compare Source
:integercolumn type support. Under the hood it is stored the same regardless.3.12.insert_allto no longer require a where clause.v0.16.0Compare Source
exqlitedependency to0.22.v0.15.1Compare Source
v0.15.0Compare Source
nildecoding for:decimal.exqliteto~ 0.19.v0.14.0Compare Source
:utc_datetime,:utc_datetime_usec,:naive_datetime, and:naive_datetime_useccolumn dates.insert_all.v0.13.0Compare Source
v0.12.0Compare Source
{:unsafe_fragment, ".."}as a conflict target.1.12.v0.11.0Compare Source
v0.10.4Compare Source
binary_idis specified.v0.10.3Compare Source
v0.10.2Compare Source
Datetype.v0.10.1Compare Source
initfile when usingdump_cmd/3v0.10.0Compare Source
changed: Add support for Ecto
v3.10changed: Bring SQLite closer to the Postgres adapter implementation
changed: Enable
AUTOINCREMENTforserialandbigserial.changed: breaking Add support for sqlite strict mode.
With sqlite strict mode support being added, the following field "types" were altered.
TEXT_DATETIME=>TEXTTEXT_UUID=>TEXT: This is when:binary_id_typeis:stringUUID=>BLOB: This is when:binary_id_typeis:binaryThis 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_DATETIMEto 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.
This PR was generated by Mend Renovate. View the repository job log.