Skip to content

Releases: vanilladb/vanillacore

Release list

Version 0.2.2

Version 0.2.2 Pre-release
Pre-release

Choose a tag to compare

@SLMT SLMT released this 08 Jun 09:59

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)