arctic icon indicating copy to clipboard operation
arctic copied to clipboard

Allow writing of `None` data in transactions

Open tjw45 opened this issue 4 years ago • 1 comments

Previously attempting to Copy a symbol which had a value of None stored against it would silently fail due to a difference between the treatment of write(, None) in transactions and the VersionStore itself.

tjw45 avatar Feb 18 '20 09:02 tjw45

hey @tjw45 thanks for the PR. Unfortunately the library is in a bit of a bad state with all the deprecations and warnings. I'm working on a clean up that should resolve a lot of the pandas issues that are causing the build to fail. Once thats squared away we can re-run the tests here and hopefully get this merged.

bmoscon avatar Mar 25 '20 23:03 bmoscon