oceanbase / oceanbase/seekdb

[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.

Open
#360 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

dima
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.