Skip to content
This repository has been archived by the owner on Sep 3, 2021. It is now read-only.

Make session in searchSchema configurable #577

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

aurlien
Copy link

@aurlien aurlien commented Jan 19, 2021

This change solves #570, by adding sessionParams as a parameter to the searchSchema function.

When working on a multi-database project, searchSchema could be used like this to target a non-default database foo:

searchSchema({ driver, schema, sessionParams: { database: 'foo' } })

@aurlien
Copy link
Author

aurlien commented Jan 25, 2021

@johnymontana Is there anything more I should do to get this and #578 approved?

@michaeldgraham
Copy link
Collaborator

#608

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants