Skip to content

SQL v0.2.9

Compare
Choose a tag to compare
@joshua-oss joshua-oss released this 10 Jan 23:14
· 44 commits to main since this release
3d624e8
  • MySql and SQLite readers
  • HAVING and ORDER BY allow expressions in addition to columns
  • Fix bug where integer sums can overflow i32. All engines default to 64-bit integers now.
  • Fix Postgres Reader to rollback on failed transaction (thanks, @FishmanL!)
  • Update to use OpenDP v0.6