RedQueryBuilder icon indicating copy to clipboard operation
RedQueryBuilder copied to clipboard

SQL Query Builder UI JavaScript component

Results 19 RedQueryBuilder issues
Sort by recently updated
recently updated
newest added

Bumps [h2](https://github.com/h2database/h2database) from 1.3.163 to 2.1.210. Release notes Sourced from h2's releases. Version 2.1.210 Two security vulnerabilities in H2 Console (CVE-2022-23221 and possible DNS rebinding attack) are fixed. Persistent databases...

dependencies

Bumps [junit](https://github.com/junit-team/junit4) from 4.11 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

Added unique class to column picker so that it can be styled w/ overflow-y and max-height to give it a scroll bar for long lists.

I hope I did the pull request correctly. It appears to still have the change from my previous pull request. Anyway this should address the problem described in #44

The column selection does not present a scroll bar. This could be solved in CSS if the column suggestpopup had a different class than the value selection, then I could...

In the value suggestbox, it supports prefix search, but the column search does not. Column search needs to prefix search. i.e. If I have a string "Sally Johnson" In the...

When I select a table from the drop down and add a blank condition to it, there is a 500 server error in the console and the table shows the...

Hello, I test your project but with queries returning a boolean example: SELECT IF( validation = 1 AND aat.id_type_account = 3 , 1,0) FROM spc_da sd LEFT JOIN account aa...

This is a bug on the Tardis branch to reproduce use the following steps: 1. Set up a suggest callback for the values column that returns more than the dropdown...

1. Select table1 from the table select. The callback shows table1 in filters[0] 2. Add a condition and select a foreign key. onTableChange is not called 3. Select table2 from...