This repository has been archived by the owner on May 5, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed parameters tuple access with unicode index (#98)
On executing context for a prepared statement which calls parameterized functions, stored procedures, etc. HANA returns parametermetadata containing the parameters name as id. On execution cursor.py used this id for index access to the parameters tuple. Now an enumeration is used to get the position of the current parameter/parametermetadata and for access to the parameters tuple.
- Loading branch information