0.02_1 2024-06-16T15:26:22Z

  Same as 0.02_1, but with the correct version number to reflect the change

0.01_5 2024-06-16T15:09:31Z

  *BREAKING CHANGE*
  - Change passthrough methods for insert/update to pull any values out of a -sqla2 key
    instead of special casing ones we support.
  - Add an `upsert` method to the ResultSet component which handles resolving the PK
    constraint, and also automates RETURNING the upserted values correctly (see the docs)

0.01_4 2023-06-29T17:10:15Z

  Fix ExtraClausesFixed 🤦; `using` now is actually correct

0.01_3 2023-06-28T19:39:35Z

  add ExtraClausesFixed which fixes bugs with `using` in `join`s, and `setop`s with
  `group_by` and on SQLite. This is applied by default to the sql_maker

0.01_2 2023-05-27T20:34:54Z

  Update hashrefref support to hook _recurse_fields such that join pruning no longer
  explodes

0.01 2023-05-21T15:01:10Z
  Initial release; ExtraClauses, BangOverrides, Upsert, WindowFunction and CaseExpr support!
  SUPER EXPERIMENTAL!