File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- oracledb == 1.4.2
1
+ oracledb >= 2.0.0
2
2
robotframework >= 6.1.1
3
- robotframework-pythonlibcore >= 4.2 .0
3
+ robotframework-pythonlibcore >= 4.3 .0
Original file line number Diff line number Diff line change 6
6
from .base import OracleBase
7
7
8
8
9
- __version__ = "0.1.3 "
9
+ __version__ = "0.1.4 "
10
10
11
11
12
12
class OracleDBLibrary (DynamicCore ):
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ ${WRONG USER ERROR} = DatabaseError: ORA-01017: invalid username/password; logo
14
14
${WRONG PASSWORD ERROR } = DatabaseError: ORA-01017: invalid username/password; logon denied
15
15
${WRONG HOST ERROR } = OperationalError: DPY-6005: cannot connect to database
16
16
${WRONG PORT ERROR } = OperationalError: DPY-6005: cannot connect to database
17
- ${WRONG SID ERROR } = OSError: [Errno 57] Socket is not connected
18
- ${WRONG SERVICE NAME ERROR } = OSError: [Errno 57] Socket is not connected
17
+ ${WRONG SID ERROR } = OperationalError: DPY-6005: cannot connect to database
18
+ ${WRONG SERVICE NAME ERROR } = OperationalError: DPY-6005: cannot connect to database
19
19
${WRONG MODE ERROR } = DatabaseError: ORA-01031: insufficient privileges
20
20
21
21
*** Test Cases ***
You can’t perform that action at this time.
0 commit comments