Skip to content

v0.5.8 SQL escaping + edge case in select_irows() if empty.

Choose a tag to compare

@raylutz raylutz released this 17 Jul 22:29
· 29 commits to main since this release
Correct flattening operation so that strings like '[]' are converted to []. Same for dict and tuple.
Cleaned up a number of imports due to pyflakes linting
Fixed creation of index name in sql_utils and daf_sql due to change in name escaping.
Fixed edge case in select_irows() if self.lol is empty.