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

growth strategy for unknown parameter types does not work with EXASOL #8

Closed
bjoernmeier opened this issue May 27, 2016 · 1 comment
Closed

Comments

@bjoernmeier
Copy link
Collaborator

If you execute a parametrised query where EXASOL does not know exactly the type, like:
cursor.execute("SELECT x from (values(1), (2)) as tbl (x) where x = ?;" , [2,])
turbodbc allocates a huge amount of memory. This combined with the default value for parameter_sets_to_buffer could lead to a MemoryError.

@MathMagique MathMagique added the bug label Jun 3, 2016
MathMagique added a commit that referenced this issue Jun 3, 2016
…atabase says the parameter should be larger
MathMagique added a commit that referenced this issue Jun 3, 2016
@MathMagique
Copy link
Member

Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants