Query builder broken: Custom to Simple doesn't work

Wappler Version : 6.1.1
Operating System : Windows 11 x64
Server Model: NodeJS
Database Type: PostgreSQL
Hosting Type: Docker

I have a simple query which has two conditions

Question 1: Why in SQL query it shows ? instead of :P1 and :P2


Question 2: Why parameters tab is empty?


Switching to Custom Query is now shows ? where :P1 and :P2 should be and Parameters tab is empty.
After this switch:

  1. Query doesn’t work any more
  2. Click back to Simple gives such error:

This is how it is supposed to show parameters in the query builder … that has been disccussed multiple times already.

Well for custom queries you need to define :P1 and :P2 in order to see params in the params tab!

That’s not a bug at all.

The parameters values should be enclosed in double curly brackets


Please try again…

Not a bug, indeed.

1 Like