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

[SqlEditor] Parse commands during execution #22

Open
DamianSuess opened this issue Aug 8, 2020 · 0 comments
Open

[SqlEditor] Parse commands during execution #22

DamianSuess opened this issue Aug 8, 2020 · 0 comments

Comments

@DamianSuess
Copy link
Contributor

As a user, I would like to execute multiple SQLite commands at once which may include a mix of execution types (non-query, read, etc). Create a SQL parser to execute these commands individually and return the mixed results for consumption.

Acceptance

  • Parse each command
  • Execute command based upon the command type
  • Return results to the user
    • A: Dictionary<int, object>(indexOfCommand, resultData)
    • B: Or, a custom class that specifies the object's data type - "String" or "DataTable"
  • Optional switch to output the results in a debugger
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant