Skip to content

Commit 416ae43

Browse files
committed
add the changes to CHANGELOG.md
1 parent 090ec65 commit 416ae43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5656
This is how `AfterSeleect/Insert/Update/DeleteHooks` hooks are now implemented.
5757
- Added `Type() QueryType` method to `bob.Query` to get the type of query it is. Available constants are `Unknown, Select, Insert, Update, Delete`.
5858
- Postgres and SQLite Update/Delete queries now refresh the models after the query is executed. This is enabled by the `RETURNING` clause, so it is not available in MySQL.
59+
- Added the `Case()` starter to all dialects to build `CASE` expressions. (thanks @k4n4ry)
5960

6061
### Changed
6162

0 commit comments

Comments
 (0)