-
Notifications
You must be signed in to change notification settings - Fork 2.3k
sql.Exec #258
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
Comments
Yes, this is expected. |
Is there a supported way of running large scripts like importing a schema? |
You can split them into multiple single expressions. Anyway, if you haven't done so, please read http://go-database-sql.org/ first. |
Thanks Arne! |
go version devel +c8e9255aed3f Thu Jun 05 16:40:23 2014 -0400 darwin/amd64
When trying to run Exec with multiple statements, the engine complains about a syntax error.
e.g.
You get
The text was updated successfully, but these errors were encountered: