3.25
- New
hash_id_columns=
parameter for creating a primary key that's a hash of the content of specific columns - see Setting an ID based on the hash of the row contents for details. (#343) - New db.sqlite_version property, returning a tuple of integers representing the version of SQLite, for example
(3, 38, 0)
. - Fixed a bug where register_function(deterministic=True) caused errors on versions of SQLite prior to 3.8.3. (#408)
- New documented hash_record(record, keys=...) function.