File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,6 @@ Thin Mode Changes
19
19
('Q' strings), and fix some issues identifying bind variable placeholders
20
20
in embedded quotes and in JSON syntax.
21
21
22
- Thick Mode Changes
23
- ++++++++++++++++++
24
-
25
22
Common Changes
26
23
++++++++++++++
27
24
@@ -35,6 +32,7 @@ Common Changes
35
32
statements with the noted invalid syntax. Previously, thick mode gave
36
33
``ORA-1756 `` or ``ORA-1740 ``, respectively, while thin mode did not throw
37
34
an error.
35
+ #) Added missing ">" to repr() of SodaDatabase.
38
36
39
37
40
38
oracledb 1.4.0 (August 2023)
Original file line number Diff line number Diff line change 37
37
class SodaDatabase :
38
38
39
39
def __repr__ (self ):
40
- return f"<oracledb.SodaDatabase on { self ._conn !r} "
40
+ return f"<oracledb.SodaDatabase on { self ._conn !r} > "
41
41
42
42
@classmethod
43
43
def _from_impl (cls , conn , impl ):
You can’t perform that action at this time.
0 commit comments