Skip to content

1.3.2

Compare
Choose a tag to compare
@dantownsend dantownsend released this 04 Mar 12:04
· 20 commits to master since this release

Fixed a bug with nested array columns containing BigInt. For example:

class MyTable(Table):
    my_column = Array(Array(BigInt))

Thanks to @AmazingAkai for reporting this issue.