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

Bind parameters strange behavior #248

Closed
bchr02 opened this issue Jan 23, 2015 · 1 comment
Closed

Bind parameters strange behavior #248

bchr02 opened this issue Jan 23, 2015 · 1 comment

Comments

@bchr02
Copy link

bchr02 commented Jan 23, 2015

When I provide an array to send, the index of the items does corollate with the bind element number (:1)

Although there is limited documentation, I expected that the first item in the array with an index of 0 would be accessible by :1 and index 1 by :2. But that is not the case. Apparently the items must be provided in the array in the order they appear in the query.

@bchr02
Copy link
Author

bchr02 commented Jan 23, 2015

There is a new Oracle provided node module that just got released. Check it out: https://github.com/oracle/node-oracledb/

Here is Oracle's announcement: https://blogs.oracle.com/opal/entry/introducing_node_oracledb_a_node

In the announcement, they claim to be making it Windows compatible soon.

@bchr02 bchr02 closed this as completed Jan 23, 2015
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