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(spanner): remove invalid database arg from pool constructor
FixedSizePool and other Spanner session pools do not accept a database
argument in their constructor. The pool is created standalone and then
passed to the Database constructor via the pool= parameter.
0 commit comments