This is an automated email from the ASF dual-hosted git repository.
isapego pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
from 4fdf7b8f3c IGNITE-22865 Thin 3: Add a hint to enable the full stack
trace (#4558)
add a83cea7a9b IGNITE-22744 Python DB API Driver: Add compliance test
(#4560)
No new revisions were added by this update.
Summary of changes:
.../platforms/cpp/ignite/odbc/sql_connection.cpp | 6 +-
modules/platforms/python/pyignite3/__init__.py | 253 +++++++++++++--------
modules/platforms/python/requirements/tests.txt | 1 +
.../python/tests/test_dbapi_compliance.py | 64 ++++++
modules/platforms/python/tests/test_fetch_table.py | 6 +-
5 files changed, 224 insertions(+), 106 deletions(-)
create mode 100644 modules/platforms/python/tests/test_dbapi_compliance.py