Skip to content

Update filter/2 docs to note limited database support - #4791

Open
ColaCheng wants to merge 2 commits into
elixir-ecto:masterfrom
ColaCheng:docs/filter-sqlite-support
Open

Update filter/2 docs to note limited database support#4791
ColaCheng wants to merge 2 commits into
elixir-ecto:masterfrom
ColaCheng:docs/filter-sqlite-support

Conversation

@ColaCheng

Copy link
Copy Markdown

The previous note said FILTER was Postgres-only; SQLite has supported it since 3.30.

The previous note said FILTER was Postgres-only; SQLite has supported it since 3.30.
@greg-rychlewski

Copy link
Copy Markdown
Member

Thanks for the PR. It might make more sense to make the statement more general so that we don’t risk repeatedly going out of date. Something like not all databases support this operation please check your database documentation.

Name-specific support notes go stale; point readers at their database docs instead.
@ColaCheng

Copy link
Copy Markdown
Author

Thanks for the PR. It might make more sense to make the statement more general so that we don’t risk repeatedly going out of date. Something like not all databases support this operation please check your database documentation.

Thank you for the suggestion! Updated it. Please take a look!

@ColaCheng ColaCheng changed the title Document filter/2 support on SQLite 3.30+. Update filter/2 docs to note limited database support Sep 11, 2026
@warmwaffles

Copy link
Copy Markdown
Member

Can confirm, in ecto_sqlite3 FILTER is supported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants