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
{{ message }}
This repository was archived by the owner on Mar 4, 2026. It is now read-only.
I have an issue with the following operation, and I cannot seem to find anything related to this issue on online documentation anywhere.
Would you guys mind pointing me to the right direction?
Environment details
OS: Mac OS high sierra
Node.js version: v7.9.0
npm version: v4.2.0
@google-cloud/spanner version: v0.8.1
Steps to reproduce
Execute a select query
Close database by database.close()
Create new database by instance.database('myDatabase')
Execute another select query with the new database object