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
* feat: named database support (#398)
* feat: Add named database support
* test: Use named db in system tests
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* Handle the case when client doesn't have database property
* fix: add custom routing headers
* Fixing tests for easier merge
* fixing code coverage
* addressing pr comments
* feat: Multi db test parametrization (#436)
* Feat: Parametrize the tests for multidb support
Remove "database" argument from Query and AggregationQuery constructors.
Use the "database" from the client instead.
Once set in the client, the "database" will be used throughout and cannot be re-set.
Parametrize the tests where-ever clients are used.
Use the `system-tests-named-db` in the system test.
* Add test case for when parent database name != child database name
* Update owlbot, removing the named db parameter
* Reverted test fixes
* fixing tests
* fix code coverage
* pr suggestion
* address pr comments
---------
Co-authored-by: Vishwaraj Anand <vishwaraj.anand00@gmail.com>
---------
Co-authored-by: Bob "Wombat" Hogg <wombat@rwhogg.site>
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Vishwaraj Anand <vishwaraj.anand00@gmail.com>
Co-authored-by: meredithslota <meredithslota@google.com>
0 commit comments