top | item 39078985 (no title) reeeeaway | 2 years ago Looking at the postgres JDBC source, it sanitizes parameters when prepared statements and parameterization is used. Different implementations may do different things here though discuss order hn newest tester756|2 years ago Could you describe it conceptually how they do it? reeeeaway|2 years ago The method doAppendEscapeLiteral (Line 66) is a good example; https://github.com/pgjdbc/pgjdbc/blob/master/pgjdbc/src/main...I didn’t take notes all the way down, but at the end of the day this method is invoked when a prepared statements’ parameters are being bound
tester756|2 years ago Could you describe it conceptually how they do it? reeeeaway|2 years ago The method doAppendEscapeLiteral (Line 66) is a good example; https://github.com/pgjdbc/pgjdbc/blob/master/pgjdbc/src/main...I didn’t take notes all the way down, but at the end of the day this method is invoked when a prepared statements’ parameters are being bound
reeeeaway|2 years ago The method doAppendEscapeLiteral (Line 66) is a good example; https://github.com/pgjdbc/pgjdbc/blob/master/pgjdbc/src/main...I didn’t take notes all the way down, but at the end of the day this method is invoked when a prepared statements’ parameters are being bound
tester756|2 years ago
reeeeaway|2 years ago
I didn’t take notes all the way down, but at the end of the day this method is invoked when a prepared statements’ parameters are being bound