[seekdb] Android test, when the interactive client inputs multiple SQLs in a single line, only the first statement is executed, and subsequent statements are ignored.
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 2.9k
- Forks
- 339
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 52
Description
The bug is described in the seekdb> interactive client. When multiple SQL statements are written in the same line and separated by ; before execution, only the first statement is actually seen to take effect. Subsequent statements are not executed and the same SQL is executed one by one. The function is normal. Reproduction environment machine: 30.249.210.127 Environment: Android virtual machine package name created by Android Studio: com.seekdb.sotest Platform: arm64 startup so: LD_LIBRARY_PA...
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 by reproducing the issue in the seekdb interactive client on the Android virtual-machine environment described, entering multiple semicolon-separated SQL statements on one line and comparing the result with one statement per line. Trace the client’s handling of that input; done means every statement on a single line executes successfully, with the existing one-at-a-time behavior preserved.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, cpp, sql
- Domain
- cli, databases, mobile-dev
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100