Skip to content

Releases: vanilladb/vanillacore

Version 0.2.2

08 Jun 09:59
Compare
Choose a tag to compare
Version 0.2.2 Pre-release
Pre-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)