Skip to content

Update the interface of VanillaDb and timers for debugging #9

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

Merged
merged 1 commit into from
Jun 7, 2017

Conversation

SLMT
Copy link
Member

@SLMT SLMT commented Jun 7, 2017

  • Remove the old interface for initializing VanillaDb
  • Make VanillaDb accept a StoredProcedureFactory as a parameter during initialization
  • Add some debugging tools

Copy link
Member

@ChingTsai ChingTsai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking Good!

@SLMT SLMT merged commit 263e1ac into master Jun 7, 2017
@SLMT SLMT deleted the develop branch June 7, 2017 15:56
@SLMT SLMT mentioned this pull request Jun 8, 2017
SLMT added a commit that referenced this pull request Jun 8, 2017
## Refactoring

- Removed the old interface for initializing VanillaDb ([#9])
- Maked VanillaDb accept a StoredProcedureFactory as a parameter during initialization ([#9], [#10])

## Enhancements

- Added a debug tool, `org.vanilladb.core.util.Timer`, in order to record the running time in given components for a thread ([#9])

## Bug Fixes

- Maked `SQLIntepretor` case insensitive to `SELECT` and `EXPLAIN` ([#8])

[#8]: #8
[#9]: #9
[#10]: #10
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

Successfully merging this pull request may close these issues.

2 participants