Skip to content

Bump ecto_sqlite3 from 0.15.1 to 0.17.5#112

Closed
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/hex/ecto_sqlite3-0.17.5
Closed

Bump ecto_sqlite3 from 0.15.1 to 0.17.5#112
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/hex/ecto_sqlite3-0.17.5

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Nov 21, 2024

Bumps ecto_sqlite3 from 0.15.1 to 0.17.5.

Release notes

Sourced from ecto_sqlite3's releases.

v0.17.4

What's Changed

New Contributors

Full Changelog: elixir-sqlite/ecto_sqlite3@v0.17.3...v0.17.4

v0.17.3

What's Changed

Full Changelog: elixir-sqlite/ecto_sqlite3@v0.17.2...v0.17.3

v0.17.2

What's Changed

New Contributors

Full Changelog: elixir-sqlite/ecto_sqlite3@v0.17.1...v0.17.2

v0.17.1

What's Changed

New Contributors

Full Changelog: elixir-sqlite/ecto_sqlite3@v0.17.0...v0.17.1

v0.17.0

What's Changed

New Contributors

Full Changelog: elixir-sqlite/ecto_sqlite3@v0.16.0...v0.17.0

v0.16.0

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from ecto_sqlite3's changelog.

v0.17.5

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

v0.17.4

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

v0.17.3

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

v0.17.2

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

v0.17.1

  • changed: Bump minimum ecto to 3.12.

v0.17.0

  • 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

  • changed: Set minimum exqlite dependency to 0.22.
Commits
  • ebfab79 Bump to v0.17.5
  • b81cd48 Report correct error for value lists in joins (#156)
  • c32929c Update locked dependencies
  • a28c297 Bump to v0.17.4
  • d8710c8 Clean up some documentation
  • c330935 Reflow documentation to around the 88-90 column
  • 97c9cb4 Add documentation about transaction modes (#155)
  • 19e1e47 Bump to v0.17.3
  • 3d69b84 fix: Implement and support cell-wise placeholder support (#154)
  • b39bcba Add test for Ecto.Enum usage
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [ecto_sqlite3](https://github.com/elixir-sqlite/ecto_sqlite3) from 0.15.1 to 0.17.5.
- [Release notes](https://github.com/elixir-sqlite/ecto_sqlite3/releases)
- [Changelog](https://github.com/elixir-sqlite/ecto_sqlite3/blob/main/CHANGELOG.md)
- [Commits](elixir-sqlite/ecto_sqlite3@v0.15.1...v0.17.5)

---
updated-dependencies:
- dependency-name: ecto_sqlite3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 21, 2024
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Dec 20, 2024

Superseded by #113.

@dependabot dependabot bot closed this Dec 20, 2024
@dependabot dependabot bot deleted the dependabot/hex/ecto_sqlite3-0.17.5 branch December 20, 2024 04:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants