Skip to content

Releases: stasvinokur/simple_sqlite

July 31 Release

31 Jul 07:40

Choose a tag to compare

This code was written and tested on Python 3.9.6

Fixes

  • Minor fixes

July 25 Release

25 Jul 11:41

Choose a tag to compare

This code was written and tested on Python 3.9.6

Added

  • Added custom logger (No need to override root logger now)

Other

  • Removed some duplicated code

July 21 Release

21 Jul 09:00

Choose a tag to compare

This code was written and tested on Python 3.9.6

Added

  • Added automatic connect to database while class initialize (no need to calling for open_database method)
  • Added some info while connecting to database
  • Added exception raising instead of error handling pattern (removed returning result and message from all methods)

Other

  • Structured imports
  • Removed all os.path calls to pathlib.Path
  • Renamed "open_database" method to "connect_to_db"
  • Removed error handling pattern

Release 1.1.0

01 May 11:12

Choose a tag to compare

This version provides innovations and minor improvements.
This code was written and tested on Python 3.9.4

New

  • Added unit tests by all methods

Operations

  • Excluded unneccessary files in final package

Release 1.0.0

27 Apr 15:02

Choose a tag to compare

  • Initial release