Skip to content

When filter on [[[ ]]] then exact match and column omitted from table - #916

Open
mhdirkse wants to merge 18 commits into
masterfrom
exact-match
Open

When filter on [[[ ]]] then exact match and column omitted from table#916
mhdirkse wants to merge 18 commits into
masterfrom
exact-match

Conversation

@mhdirkse

Copy link
Copy Markdown
Member

No description provided.

@mhdirkse
mhdirkse marked this pull request as draft August 21, 2026 16:40
@mhdirkse

Copy link
Copy Markdown
Member Author

Almost done. We should not check in that video's are always stored. I will remove that before we merge.

@mhdirkse

Copy link
Copy Markdown
Member Author

The test with FF!: https://github.com/wearefrank/ladybug/actions/runs/32503916013. It is very important because we test the database storage only here.

addExpression(query, column + " = ?");
searchValue = searchValue.substring(3, searchValue.length() - 3);
args.add(searchValue);
argTypes.add(Types.VARCHAR);

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I do not know how to do this better. Is this OK? Should we restrict the [[[ ]]] option to string-typed fields? Do you know a way to put the correct database type for other fields?

@mhdirkse
mhdirkse marked this pull request as ready for review August 31, 2026 11:52
@mhdirkse

Copy link
Copy Markdown
Member Author

Test with FF!: https://github.com/wearefrank/ladybug/actions/runs/33389083858/job/99478286754. Please do not merge when not successful.

@mhdirkse

Copy link
Copy Markdown
Member Author

@mhdirkse

Copy link
Copy Markdown
Member Author

Failed.

@mhdirkse

Copy link
Copy Markdown
Member Author

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.

1 participant