Skip to content

Commit 4fe40c3

Browse files
authored
Move the change log for PrepareQueryException to [Unreleased] section
1 parent 89908e7 commit 4fe40c3

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
All notable changes to this project will be documented in this file.
33
The format is based on [Keep a Changelog](http://keepachangelog.com/).
44

5+
## [Unreleased]
6+
- PrepareQueryException. This exception is thrown if a prepared query is
7+
executed after (a) the index used by the query has been dropped and then
8+
re-created with a different schema, or (b) one or more of the referenced
9+
tables has been altered (via the alter table statement). It is only used
10+
with server 25.1 or higher that supports it.
11+
512
## [5.4.16] 2024-11-21
613

714
### Fixed
@@ -25,11 +32,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
2532
(~/.oci/regions-config.json) or environment variable (OCI_REGION_METADATA)
2633

2734
### Added
28-
- Cloud only: added new OCI regions (RKT, SHJ, RUH, EBB, EBL)
29-
- PrepareQueryException. This exception is thrown if a prepared query is
30-
executed after (a) the index used by the query has been dropped and then
31-
re-created with a different schema, or (b) one or more of the referenced
32-
tables has been altered (via the alter table statement).
3335
- Cloud only: added new OCI regions (RKT, SHJ, RUH, EBB, EBL, JJT, DLN, DTZ)
3436
- Cloud only: refactored how the Region class is managed, allowing dynamic
3537
addition of regions not yet known to the system

0 commit comments

Comments
 (0)