Skip to content

QueryColumnsProvider: Fully use up limit with custom variables#1377

Open
nilmerg wants to merge 1 commit into
update-notifications-hookfrom
fix/query-columns-provider-does-not-show-variables-up-to-the-limit
Open

QueryColumnsProvider: Fully use up limit with custom variables#1377
nilmerg wants to merge 1 commit into
update-notifications-hookfrom
fix/query-columns-provider-does-not-show-variables-up-to-the-limit

Conversation

@nilmerg
Copy link
Copy Markdown
Member

@nilmerg nilmerg commented May 21, 2026

Previously custom variables that didn't match any of the desired sources were eating up the query's limit and so there is a chance that not even a single variable was listed. This especially occurs with the updated notifications integration, as the available database columns are very limited in number. But even in other views this may have been noticed by users in case they have many variables that are similarly named but have no overlap with database columns. (i.e. input that doesn't match any database columns but many vars)

Previously custom variables that didn't match any of the desired
sources were eating up the query's limit and so there is a chance
that not even a single variable was listed. This especially
occurs with the updated notifications integration, as the available
database columns are very limited in number. But even in other views
this may have been noticed by users in case they have many variables
that are similarly named but have no overlap with database columns.
(i.e. input that doesn't match any database columns but many vars)
@nilmerg nilmerg self-assigned this May 21, 2026
@cla-bot cla-bot Bot added the cla/signed CLA is signed by all contributors of a PR label May 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla/signed CLA is signed by all contributors of a PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant