Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 951 Bytes

CHANGELOG.md

File metadata and controls

33 lines (21 loc) · 951 Bytes

Changelog

All notable changes to this project will be documented in this file. The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Version 0.0.5

  • Bug fixes for duplicate values in insert queries
  • Bug fixes for already existing tables in insert queries
  • debug mode added for logging

Version 0.0.4

  • Support for multi insert queries added

Version 0.0.3

  • dum_db parameter changed to commit in insert queries
  • Bug fixes

Version 0.0.2

  • Added support for schema and table in Database class
  • Support for logger added
  • Support for multiple tables in a database added
  • Support for drop table added
  • Support for select , insert, update and delete queries added

[Initial Release] Version 0.0.1

  • Initial release with basic database features++
  • Initial documentation++
  • Initial tests++