Skip to content

Commit cb72f15

Browse files
committed
added changelog entry for PrepareQueryException
1 parent a4e8219 commit cb72f15

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
@@ -15,6 +15,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
1515

1616
### Added
1717
- Cloud only: added new OCI regions (RKT, SHJ, RUH, EBB, EBL)
18+
- PrepareQueryException. This exception is thrown if a prepared query is
19+
executed after (a) the index used by the query has been dropped and then
20+
re-created with a different schema, or (b) one or more of the referenced
21+
tables has been altered (via the alter table statement).
1822

1923
## [5.4.15] 2024-06-05
2024

0 commit comments

Comments
 (0)