Skip to content

feat: add filters to pg_changes#1920

Closed
filipecabaco wants to merge 3 commits into
mainfrom
feat/pg-changes-added-filters-real-825
Closed

feat: add filters to pg_changes#1920
filipecabaco wants to merge 3 commits into
mainfrom
feat/pg-changes-added-filters-real-825

Conversation

@filipecabaco
Copy link
Copy Markdown
Member

What kind of change does this PR introduce?

add filters to pg_changes:

Operator SQL Description
like LIKE Column matches pattern (case-sensitive).
ilike ILIKE Column matches pattern (case-insensitive).
not_like NOT LIKE Column does not match pattern (case-sensitive).
not_ilike NOT ILIKE Column does not match pattern (case-insensitive).
is IS null, true, false, unknown
not_is IS NOT null, true, false, unknown

@coveralls
Copy link
Copy Markdown

coveralls commented May 28, 2026

Coverage Status

coverage: 91.461% (-0.2%) from 91.62% — feat/pg-changes-added-filters-real-825 into main

@filipecabaco
Copy link
Copy Markdown
Member Author

#1922

we had bad branch name

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.

2 participants