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
As part of #283, I had intended for each Database instance to load its operators from the database connection provided to that instance.
It does not look like that is happening.
So, going forward, when a ConceptQL::Database instance is given a database connection, the Database should load the operators for all Query instances from the provided database.
At the moment it seems ConceptQL loads all instances from the LEXICON_URL connection instead, and even then I saw some intermittent behavior where that connection was ignored and other connections were used instead.
The text was updated successfully, but these errors were encountered:
As part of #283, I had intended for each Database instance to load its operators from the database connection provided to that instance.
It does not look like that is happening.
So, going forward, when a ConceptQL::Database instance is given a database connection, the Database should load the operators for all Query instances from the provided database.
At the moment it seems ConceptQL loads all instances from the LEXICON_URL connection instead, and even then I saw some intermittent behavior where that connection was ignored and other connections were used instead.
The text was updated successfully, but these errors were encountered: