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 9d0fac024f IGNITE-23081 Add lease expiration time to configuration 
(#4376)
     add 3e45f5fb39 IGNITE-22745 DB API Driver 3: Provide wider data types 
support (#4401)

No new revisions were added by this update.

Summary of changes:
 .../cpp/ignite/tuple/binary_tuple_builder.h        |  14 +-
 modules/platforms/python/cpp_module/CMakeLists.txt |   1 +
 modules/platforms/python/cpp_module/module.cpp     |  52 +--
 modules/platforms/python/cpp_module/module.h       |  33 +-
 .../platforms/python/cpp_module/py_connection.cpp  |   6 +-
 modules/platforms/python/cpp_module/py_cursor.cpp  |   4 +-
 .../platforms/python/cpp_module/type_conversion.h  | 270 ++++++++++++--
 modules/platforms/python/cpp_module/utils.cpp      | 412 +++++++++++++++++++++
 modules/platforms/python/cpp_module/utils.h        | 220 +++++++++++
 modules/platforms/python/pyignite3/__init__.py     |  66 ++++
 .../platforms/python/tests/test_fetch_constants.py |  43 ++-
 .../python/tests/test_fetch_parameters.py          |  73 +++-
 12 files changed, 1057 insertions(+), 137 deletions(-)
 create mode 100644 modules/platforms/python/cpp_module/utils.cpp
 create mode 100644 modules/platforms/python/cpp_module/utils.h

Reply via email to