-
Notifications
You must be signed in to change notification settings - Fork 8
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
Error, if chunk size > 128kb #2
Comments
Are you running on windows? |
Yes, windows 10 |
That's the reason. Are you able to share a minimum SQL which have such
problem?
Il 23 mag 2017 09:52, "Konstantin Krassmann" <[email protected]> ha
scritto:
Yes, windows 10
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAMPS75QTiwboZt7m5dOn5SpKuvPurOjks5r8pA2gaJpZM4KTj3R>
.
|
Also doing the math in my head i'm pretty sure that couldn't be the line
causing the problem.
Are you willing to share the full stacktrace?
…On Tue, May 23, 2017 at 10:00 AM, Andrea Baccega ***@***.***> wrote:
That's the reason. Are you able to share a minimum SQL which have such
problem?
Il 23 mag 2017 09:52, "Konstantin Krassmann" ***@***.***>
ha scritto:
Yes, windows 10
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAMPS75QTiwboZt7m5dOn5SpKuvPurOjks5r8pA2gaJpZM4KTj3R>
.
--
Andrea Baccega
[image: Email][email protected]
[image: Hangouts][email protected]
[image: Personal site] <http://www.andreabaccega.com/> [image: Linkedin
Profile] <http://it.linkedin.com/in/andreabaccega> [image: Facebook]
<https://www.facebook.com/andrea.baccega> [image: Google+]
<https://plus.google.com/109217393200753135791> [image: Twitter]
<http://twitter.com/veke87> [image: StackOverflow]
<http://stackoverflow.com/users/314407/andrea-baccega> [image: GitHub]
<https://github.com/vekexasia>
|
Well, i dont have the files to reproduce the error anymore. Just take a table with > 1 gb of data with INSERT statements. (~ 15 mil rows). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hello ,
If the chunk size exceeds the maximum string length of V8, then the following error will occur:
this line will fail:
The text was updated successfully, but these errors were encountered: