Hi, I am using libo BASE to connect to Postgresql.
The code must be sent directly and not be interpreted by Libo Base.
But, postgresql can not understand passing parameters with either ? or : syntax
eg: select * from agenda where name= ?
In this case the code fails with postgresql server.
What are solutions ? cant libo catch one part part of the code just to ask me parameters and bypass other parts?