Changes between Version 1 and Version 2 of Ticket #36650
- Timestamp:
- Oct 8, 2025, 8:08:12 AM (14 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36650 – Description
v1 v2 3 3 Using oracledb-3.3.0 works as expected. 4 4 5 `` 5 {{{#!python 6 6 Performing system checks... 7 7 … … 82 82 ~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 83 83 TypeError: isinstance() arg 2 must be a type, a tuple of types, or a union 84 `` 84 }}}