We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DB version 19.8.0.0.0 , with db charset JA16EUC cx_Oracle.version: 8.0.1 cx_Oracle.clientversion: (19, 8, 0, 0, 0)
test ”testIssue50“ run error ORA-24816 , when db charset is JA16EUC. (test case pass with db charset JA16SJIS)
but this test case comment: "test issue 50 - avoid error ORA-24816"
command line to run test case: python -u unittest StringVar.TestCase.testIssue50
The text was updated successfully, but these errors were encountered:
No branches or pull requests
DB version 19.8.0.0.0 , with db charset JA16EUC
cx_Oracle.version: 8.0.1
cx_Oracle.clientversion: (19, 8, 0, 0, 0)
test ”testIssue50“ run error ORA-24816 , when db charset is JA16EUC. (test case pass with db charset JA16SJIS)
but this test case comment: "test issue 50 - avoid error ORA-24816"
command line to run test case:
python -u unittest StringVar.TestCase.testIssue50
The text was updated successfully, but these errors were encountered: