Skip to content

Commit 72993e8

Browse files
Fixed bug with error wrapping which could result in garbage characters
being introduced. Fixed potential bug when truncation could occur with very large error messages.
1 parent 71341ff commit 72993e8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

doc/src/release_notes.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ Thin Mode Changes
3232
Thick Mode Changes
3333
++++++++++++++++++
3434

35+
#) Fixed bug with error wrapping which could result in garbage characters
36+
being introduced. Fixed potential bug when truncation could occur with very
37+
large error messages.
3538
#) Executed statements are normalized by removing leading and trailing spaces
3639
before being sent to Oracle Database.
3740

@@ -1288,6 +1291,7 @@ Thick Mode Changes
12881291
connection string.
12891292
#) Fixed memory leak when accessing objects embedded within other objects.
12901293

1294+
12911295
Common Changes
12921296
++++++++++++++
12931297

0 commit comments

Comments
 (0)