Releases: vanilladb/vanillacore
Releases · vanilladb/vanillacore
Version 0.2.2
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 toSELECT
andEXPLAIN
(#8)