in a custom query, have some text that has : inside it. INSERT INTO tbl (one, two) VALUES (:P1, 'some :text :with :colons');
have obv added :P1 param in the params list.
getting following error when trying to save this custom query:
:P1 is the actual variable here. the 2nd value is just raw text, not a variable - but becuase there are : in it, it’s treated as variable by Wappler logic and hence does not allow to save the custom query.