mirror of
https://github.com/googleapis/genai-toolbox.git
synced 2026-01-11 16:38:15 -05:00
- Spanner: convert array to typed before querying, as Spanner does not accept non-typed array []any - BigQuery: fix https://github.com/googleapis/genai-toolbox/issues/793 - Bigtable: add the required `ElemType` for array-type params - Redis/Valkey: change indexing to append to avoid extra spaces Add integration tests for array parameters, skipped for the sources not supporting arrays: - SQLite - Cloud SQL MSSQL - Cloud SQL MySQL - MSSQL - MySQL