Skip to content

Version 0.2.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@SLMT SLMT released this 08 Jun 09:59
· 342 commits to master since this release

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)