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

inserttable() has an arbitrary buffer limit #79

Open
justinpryzby opened this issue Oct 7, 2022 · 1 comment
Open

inserttable() has an arbitrary buffer limit #79

justinpryzby opened this issue Oct 7, 2022 · 1 comment
Milestone

Comments

@justinpryzby
Copy link
Contributor

I diagnosed an issue where we were inserting (copying) a 54kb string into a column, and 14kb string into another column.
It really ought to support arbitrary-length fields, so will need to use something like realloc().

@Cito
Copy link
Member

Cito commented Oct 8, 2022

See also #69 for context. Currently we have a 64k fixed buffer limit, we should dynamically allocated memory instead.

@Cito Cito added this to the 6.1 milestone Aug 27, 2023
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

2 participants