Skip to content

v0.27.1

Compare
Choose a tag to compare
@elliotchance elliotchance released this 01 Mar 06:26
· 41 commits to main since this release
28157a4
More efficient memory usage of Values (#147)

This doesn't change any behavior. The Value now uses a union to use a
lot less memory. This also does some minor refactoring to prepare for
the "scale" property of SQL types.