-
Hello, I'm trying to do lots of inserts in goroutines but if I have too many routines (~1000) I get that error. Generated Insert code returning the error:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
This error message doesn't appear in sqlboiler nor in the Go standard library that I could see with a quick grep, it's probably coming from whatever sql driver you're using. Keep in mind that the driver you use is completely up to you and has nothing to do with sqlboiler and so it is not something we'll help to resolve. |
Beta Was this translation helpful? Give feedback.
This error message doesn't appear in sqlboiler nor in the Go standard library that I could see with a quick grep, it's probably coming from whatever sql driver you're using. Keep in mind that the driver you use is completely up to you and has nothing to do with sqlboiler and so it is not something we'll help to resolve.