We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
gosql.Exec("insert into users(name,email,created_at,updated_at) value(?,?,?,?)","test","[email protected]",time.Now(),time.Now()) 通过这个语句 会创建出两条数据, 一条是空数据,一条是完整的
The text was updated successfully, but these errors were encountered:
不会的 https://github.com/ilibs/gosql/blob/master/db_test.go#L159 执行这个单元测试只插入了一条
Sorry, something went wrong.
No branches or pull requests
gosql.Exec("insert into users(name,email,created_at,updated_at) value(?,?,?,?)","test","[email protected]",time.Now(),time.Now())
通过这个语句 会创建出两条数据, 一条是空数据,一条是完整的
The text was updated successfully, but these errors were encountered: