You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(caching): allow list type in CachedStatement parameters
The CachedStatement class now accepts list[Any] in addition to
tuple and dict for parameters. This is needed for execute_many
operations where drivers like Spanner require list type.
0 commit comments