Skip to content
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

Not support Oracle with go-oci8 #36

Open
JasonMing opened this issue Jul 27, 2013 · 0 comments
Open

Not support Oracle with go-oci8 #36

JasonMing opened this issue Jul 27, 2013 · 0 comments

Comments

@JasonMing
Copy link

When I saving (inserting) data by beedb with go-oci8, always a error sql: statement expects 0 inputs; got 7.

This error throws in database/sql/sql.go, line:671 , I debugged found that is caused by the generated sql using ? as parameter placeholder but go-oci8 (based on oci) only supports which likes :p as placeholder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant