From c8338a931c7fbb11d60eede0e3a82ba42ad7b044 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Thu, 12 Jan 2023 14:10:10 +0800 Subject: [PATCH] Changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c6cfd83..3dee3f5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). * Added `DatabaseTransaction::execute_unprepared` method https://github.com/SeaQL/sea-orm/pull/1327 * Added `Select::into_tuple` to select rows as tuples instead of having to define a custom Model https://github.com/SeaQL/sea-orm/pull/1311 * Support various UUID formats that are available in `uuid::fmt` module https://github.com/SeaQL/sea-orm/pull/1325 +* Casting columns as a different data type on select, insert and update https://github.com/SeaQL/sea-orm/pull/1304 ### Enhancements