Skip to content

Releases: marcua/datools

v0.1.5

13 Apr 22:23
Compare
Choose a tag to compare
  • Support for PostgreSQL! The test suite now runs against PostgreSQL, and datools.explanations.diff now allows you to ask "why" about data stored in Postgres. Get excited!
  • datools.sqlalchemy_utils.grouping_sets_query will now generate a GROUPING SETs query for databases that support grouping sets (e.g., Postgres, DuckDB) or the equivalent UNION ALL version for databases without grouping sets support (e.g., SQLite). For more, check out the example in the docs.

v0.1.4

27 Feb 16:10
Compare
Choose a tag to compare

0.1.4 (2022-02-27)

  • Python 3.10 support.
  • Updated test suite to run tests against multiple databases, in particular expanding from SQLite only to DuckDB and SQLite.
  • As a result of the last bullet, ensured code runs against DuckDB in addition to SQLite.
  • First stab at documentation (https://datools.readthedocs.io/en/latest/).