ecto_soft_delete icon indicating copy to clipboard operation
ecto_soft_delete copied to clipboard

Soft Deletion for Ecto

Results 35 ecto_soft_delete issues
Sort by recently updated
recently updated
newest added

Besides other documentation changes, this commit ensures the generated HTML doc for HexDocs.pm will become the source of truth for this Elixir library and leverage on latest features of ExDoc.

When you join right now, you still need to add not is_nil(deleted_at) during join. It is really easy to forget to add as normally you don't need to think about...

Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.21.3 to 0.25.1. Release notes Sourced from ex_doc's releases. v0.22.3 Bug fixes [HTML+EPUB] Remove overlapping functions from defaults [HTML] Don't show tooltip for module sections and non-html...

dependencies

Bumps [postgrex](https://github.com/elixir-ecto/postgrex) from 0.15.3 to 0.15.10. Changelog Sourced from postgrex's changelog. v0.15.10 (2021-07-27) Enhancements Define child_spec for Postgrex.Notifications Improve error handling when using multiple endpoints Bug fixes Fix dialyzer warnings...

dependencies

Bumps [excoveralls](https://github.com/parroty/excoveralls) from 0.12.2 to 0.14.2. Release notes Sourced from excoveralls's releases. v0.14.2 Enhancements Minimum support for lcov - experimental (#261, #264). v0.14.1 Changes Fix HTML tag typo (#259). v0.14.0...

dependencies

_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...

dependencies

Bumps [credo](https://github.com/rrrene/credo) from 1.2.2 to 1.5.6. Changelog Sourced from credo's changelog. 1.5.6 Ensure compatibility with Elixir 1.12 1.5.5 Fix bug where compilation warnings are shown if compilation directory is not...

dependencies

Bumps [ecto_sql](https://github.com/elixir-ecto/ecto_sql) from 3.3.3 to 3.6.2. Changelog Sourced from ecto_sql's changelog. v3.6.2 (2021-05-28) Bug fixes [migration] Improve error message on invalid migration type [postgres] Avoid duplicate order_by with distinct [sql]...

dependencies

It could be nice to have a function to restore a soft deleted entity. something like the following code sample in the file https://github.com/revelrylabs/ecto_soft_delete/blob/master/lib/ecto/soft_delete_query.ex ```elixir def restore(query) do update(query, [t],...