Open absolux opened 7 years ago
I've added a console.log(location()) inside bind_parameter predicate, and for a simple query like below
console.log(location())
bind_parameter
select foo.*, ? as bar, upper(a) as A
bind_parameter is evaluated 4 times. I've also tried for other expressions, like id_column or literal_value.
I've added a
console.log(location())
insidebind_parameter
predicate, and for a simple query like belowbind_parameter
is evaluated 4 times. I've also tried for other expressions, like id_column or literal_value.