You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,7 @@
5
5
6
6
### Added
7
7
8
-
* Added support for the SQLite `uuid4` extension, enabled via the `uuid4` feature flag.
9
-
* Added support for the Postgres18 `uuid7` extension, enabled via the `uuid7` feature flag, ported from PostgreSQL implementation.
8
+
* Integrated the [`uuid`](https://docs.rs/uuid/latest/uuid/) rust crate to provide functionality to generate UUIDs in the `uuid4` and `uuid7` extensions inside SQLite.
0 commit comments