Skip to content

Commit 2a1b8da

Browse files
committed
Docs
1 parent 22ccb06 commit 2a1b8da

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@ Runtime behavior changes:
9696
rendering if a null value is passed in
9797
- The JOIN syntax is updated and now allows full boolean expressions like a WHERE clause. The prior JOIN syntax
9898
is deprecated and will be removed in a future release.
99+
- Add support for locking options in select statements (for update, for share, etc.) This is not an abstraction of
100+
these concepts for different databases it simply adds known clauses to a generated SQL statement. You should always
101+
test to make sure these functions work in your target database. Currently, we support, and test, the options
102+
supported by PostgreSQL.
99103

100104
## Release 1.5.2 - June 3, 2024
101105

0 commit comments

Comments
 (0)