axiom icon indicating copy to clipboard operation
axiom copied to clipboard

`axiom.attributes.bytes` shadows builtin name

Open perkinslr opened this issue 3 years ago • 0 comments

The attribute class bytes shadows the builtin bytes name. Additionally, it's helpstring says the stored/returned type is a python str, which is incorrect under python3, it now stores/returns a builtins.bytes.

I'm not sure what it should be called instead, maybe blob, as that is the sql-term for arbitrary binary data.

perkinslr avatar Apr 11 '22 07:04 perkinslr