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-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ pub struct SeaRc; // new
31
31
32
32
*`#![forbid(unsafe_code)]` in all workspace crates https://github.com/SeaQL/sea-query/pull/930
33
33
* Removed unnecessary `'static` bounds from type signatures https://github.com/SeaQL/sea-query/pull/921
34
-
* Most `Value` variants are now unboxed. Previously the size is 24 bytes. https://github.com/SeaQL/sea-query/pull/925
34
+
* Most `Value` variants are now unboxed (except `BigDecimal` and `Array`). Previously the size is 24 bytes. https://github.com/SeaQL/sea-query/pull/925
0 commit comments