You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating the database initially, we use a large file that is successfully processed to create the database.
Afterwards, when we attampt to run a script to add another table, it is throw the error Memory access out of bounds.
This always happens when the query string is about 1.5MB.
When the query is below that size, the query is successfully processed and the database is updated with the new table.
Is there a limit to much much the query string should be big?
This is was done Google Chrome browser version 120.0.6099.224 64bits
On SQL.js library version ^1.8.0
The text was updated successfully, but these errors were encountered:
When creating the database initially, we use a large file that is successfully processed to create the database.
Afterwards, when we attampt to run a script to add another table, it is throw the error
Memory access out of bounds
.This always happens when the query string is about 1.5MB.
When the query is below that size, the query is successfully processed and the database is updated with the new table.
Is there a limit to much much the query string should be big?
This is was done Google Chrome browser version 120.0.6099.224 64bits
On SQL.js library version
^1.8.0
The text was updated successfully, but these errors were encountered: