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
A number of functions in neomodel/core.py and neomodel/util.py take a db argument whether explicitly, or implicitly (i.e. take db from the global context).
These can be refactored under the Database class.
This will result in better code organisation and it will also avoid circular import issues that appear at the moment when working on more advanced features.
However, this will also have a relatively large impact on tests and possibly user code, so it has to be scheduled for release appropriately.
The text was updated successfully, but these errors were encountered:
Feature description (Mandatory)
A number of functions in
neomodel/core.py
andneomodel/util.py
take adb
argument whether explicitly, or implicitly (i.e. takedb
from the global context).These can be refactored under the
Database
class.This will result in better code organisation and it will also avoid circular import issues that appear at the moment when working on more advanced features.
However, this will also have a relatively large impact on tests and possibly user code, so it has to be scheduled for release appropriately.
The text was updated successfully, but these errors were encountered: