Skip to content

A change to the field returned from the TE to use for column_name. #175

New issue

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

butson
Copy link
Contributor

@butson butson commented Apr 23, 2025

column_name does not seem to be what we want, use column_label
instead. Or the order of these two fields are incorrect from
the order that engine is sending the data.

Test case nuodb_description_name_test.py shows failure before this change.

butson added 2 commits April 22, 2025 20:18
engine.  A TypeObject is needed instead of returning None.  As
None is used to verify that the type returned is in the TYPEMAP.

cursor.execute('select NULL from DUAL')

fails without this change.  I don't know how TypeObject is used an rather
there is a side-effect by using TypeObject(None) and any use of TypeObject.
column_name does not seem to be what we want,  use column_label
instead.   Or the order of these two fields are incorrect from
the order that engine is sending the data.

Test case nuodb_description_name_test.py shows failure before
this change.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant