Skip to content
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

Missing cursor attribute 'description' #19

Open
bbaker1229 opened this issue Aug 10, 2022 · 1 comment
Open

Missing cursor attribute 'description' #19

bbaker1229 opened this issue Aug 10, 2022 · 1 comment

Comments

@bbaker1229
Copy link

Other python database packages (including cx_Oracle) include a method to get the column names which involves using cursor.description. It looks like the object 'description' is not available for cx_Oracle_async for the AsyncCursorWrapper. Is there a different method for returning the column names when using this package?

@bbaker1229
Copy link
Author

#20 Please review the added description method.

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

No branches or pull requests

1 participant