-
Notifications
You must be signed in to change notification settings - Fork 911
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
if db.Exec encount an error, it can not continue other db.Exec #3
Comments
Do you mind showing me some code to explain what this means; even if it's non-working code. |
CREATE TABLE test (userid CHAR(10) UNIQUE NOT NULL);
there are three db.Exec in a go file. the second db.Exec will have an error,then the third db.Exec will have an error too. |
i know , the state.Exec did not handle the 'E'. i will try to fix it if i have time. |
Ok. I'll take a look tomorrow. Thank you. On Mar 26, 2012, at 8:44 PM, noteditreply@reply.github.com wrote:
|
i just dit not figure it out. |
No description provided.
The text was updated successfully, but these errors were encountered: