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
No clue what to do... lib seems very unreliable. I'm running a INSERT IGNORE INTO product () VALUES ()
for 8000 records... it fails using connection::query(), works fine in queryMulti(), so i thought it would be the length of the query string... my sweet spot was 315 records at a time in a single query... max query length at 39100 characters. Otherwise, same exception.
After truncate the product table, i was able to run the query() with the 8k products without errors... I just don't understand how the buffer.readString() gets corrupted on particular cases.
This is the exception:
No clue what to do... lib seems very unreliable. I'm running a
INSERT IGNORE INTO product () VALUES ()
for 8000 records... it fails using connection::query(), works fine in queryMulti(), so i thought it would be the length of the query string... my sweet spot was 315 records at a time in a single query... max query length at 39100 characters. Otherwise, same exception.
After truncate the product table, i was able to run the query() with the 8k products without errors... I just don't understand how the buffer.readString() gets corrupted on particular cases.
This is the exception:
Right after posting the issue... I saw that utf8.decode() has a malformed param. Seems to fix the error:
Please, keep updating the package... is currently the only solution available for Dart.
The text was updated successfully, but these errors were encountered: