Anthony Tuininga
05a9097847
Add more tests.
2021-09-03 10:57:19 -06:00
Anthony Tuininga
440163efe5
Improved samples and test suite.
2021-07-26 13:31:57 -06:00
Anthony Tuininga
8f901abce7
The distributed transaction handle assosciated with the connection is now
...
cleared on commit or rollback (`issue 530
<https://github.com/oracle/python-cx_Oracle/issues/530 >`__).
2021-03-04 09:41:37 -07:00
Anthony Tuininga
f3984cee55
The connection created by using an external handle should never be used after
...
the external handle has been closed or destroyed (since otherwise the memory
used may have already been freed and reused by other parts of the application).
2020-12-08 11:51:54 -07:00
Anthony Tuininga
6b9a7b011b
Rename "base" to "test_env" to be clearer as to the purpose of the module.
2020-12-08 11:44:55 -07:00
Anthony Tuininga
229f9f5533
Rework test suite further to use PEP 8 style guidelines.
2020-11-02 15:25:51 -07:00
Anthony Tuininga
d242bc716d
Rework build to use setuptools exclusively and enable use of pyproject.toml;
...
rework test suite to use tox and simplify test suite (also added a test number
to each test case for easier reference).
2020-11-02 15:21:52 -07:00