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
There is no reason to "read in" default values in the ReadStrategy subclasses as this information is now stored in config.
Is your feature related to a bug?
No response
Suggested Solution
This functionality can be removed, and the ReadStrategy.read() method can return just the data rather than the tuple of data and default values.
The WriteStrategy does require default values if the write_defaults flag is set to True. So we can move the get_defauylts method over to the write strategies.
Additional Info
No response
The text was updated successfully, but these errors were encountered:
Feature Request
There is no reason to "read in" default values in the
ReadStrategy
subclasses as this information is now stored in config.Is your feature related to a bug?
No response
Suggested Solution
This functionality can be removed, and the
ReadStrategy.read()
method can return just the data rather than the tuple of data and default values.The
WriteStrategy
does require default values if thewrite_defaults
flag is set to True. So we can move theget_defauylts
method over to the write strategies.Additional Info
No response
The text was updated successfully, but these errors were encountered: