You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently studying to develop a mechanism that, given a query, it'll be able to change the query (prepared statement) and some parameters values before it hits the database.
Looking in "datasource-proxy" (awesome project, by the way) I was able to understand how the QueryTransformer works and how I'll be able to change the query, however, I quite didn't understand how the ParameterTransformer works.
Do you guys have any examples and/or guides on how, given a list of parameters, it's possible to get a current parameter value (by parameter name) and change it, before the query executes?
Thanks in advance.
Best regards,
Paulo
The text was updated successfully, but these errors were encountered:
pjosalgado
changed the title
Change parameters value
Change parameters values
May 12, 2020
Hi guys!
I'm currently studying to develop a mechanism that, given a query, it'll be able to change the query (prepared statement) and some parameters values before it hits the database.
Looking in "datasource-proxy" (awesome project, by the way) I was able to understand how the QueryTransformer works and how I'll be able to change the query, however, I quite didn't understand how the ParameterTransformer works.
Do you guys have any examples and/or guides on how, given a list of parameters, it's possible to get a current parameter value (by parameter name) and change it, before the query executes?
Thanks in advance.
Best regards,
Paulo
The text was updated successfully, but these errors were encountered: