Statement is dropped
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 322
- Forks
- 99
- PR merge metrics
- No merged PRs in 30d
Description
I am getting the following error during bulk insert (based on app9.js) :
code: -20016,
'Statement is dropped',
sqlState: 'HY000'
Any clues or ideas if anyone has please?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with examples/app9.js and reproduce the bulk insert that reports code -20016, “Statement is dropped.” Trace the bulk-insert path in node-hdb and identify the condition that drops the statement; done means the example completes without this error and the behavior is covered by a regression test.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, node.js
- Domain
- database
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100