olavloite / spanner-jdbc

JDBC Driver for Google Cloud Spanner
MIT License
38 stars 10 forks source link

#110 parameters were not included in extended mode query #114

Closed olavloite closed 5 years ago

olavloite commented 5 years ago

When running in extended mode, the query that would determine whether the statement needed to be divided into multiple partitions would not include the actual parameter values that had been passed into the original query.