asami

zeitstein 2021-11-25T11:23:37.144400Z

Transactions which do not result in changes to the database (e.g. transacting same data twice) still grows the history of the database. (As of 2.2.0, these transactions return no results, reflecting no changes to the database.) As far as I can see, the old graph simply gets copied, with while increasing :t and :timestamp. Is this deliberate?

quoll 2021-11-27T04:09:44.145Z

Yes

zeitstein 2021-11-27T07:51:18.145200Z

Thanks!