olavloite / spanner-jdbc

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

#56 add support for array literals #61

Closed olavloite closed 6 years ago

olavloite commented 6 years ago

Arrays were only supported through JDBC parameters and not as literals. This PR introduces support for array literals for all data types except BYTES.