Denys Oblohin
Denys Oblohin
As a workaround, please add ```js showErrorMessage: true ``` in settings
Related to https://github.com/ukrbublik/react-awesome-query-builder/issues/651
@MertMungan Can you post please your definitions of funcitons `in , concat and substring ` ? Can you prepare sandbox with your code to reproduce the issue?
> JsonLogic could work but I'd like to use some form of expression if possible. JsonLogic is a good way to run query generated by RAQB on client-side. If you...
What format of output do you want to use for evaluating expressions? I assume you want to evaluate with JS, so probably SpEL or JsonLogic?
Building SELECT part of SQL is not supported, and I'm not sure about when I can implement this as it's not in priority
There is no way currently to get DB schema automatically. You need to generate `fields` in config from your DB schema manually
Hi @danyro0 I'm working on improving performance of RAQB. And noticed 2 things that improves performance a lot so far: 1. You need to use `useCallback` for `onChange` and `renderBuilder`...
I don't quite understand your issue. Can you please describe expected behaviour, expected SQL where?
If I understand correctly, in argumnets of `SUM` function you want to see multiselect widget to select multiple fields. It's not currently possible. Currently you can select only 1 field...