Skip to content

Releases: thombashi/SimpleSQLite

v1.1.4

13 Dec 18:24
v1.1.4
Compare
Choose a tag to compare
  • Fix fetch_attr_names method improperly return attributes when passing a database that has MySQL (or other databases) schema descriptions: #72 (Thanks to @bobgott)

v1.1.3

04 Aug 14:09
v1.1.3
Compare
Choose a tag to compare
  • Fix changes in max_workers value are properly applied
  • Update requirements

v1.1.1

01 Apr 06:15
v1.1.1
Compare
Choose a tag to compare
  • Accept table names that start with numbers

v1.1.0

29 Mar 17:20
v1.1.0
Compare
Choose a tag to compare
  • Fix create_table_from_dataframe: #67 (Thanks to @b0b5h4rp13)
  • Add support for datetime value conversion
  • Update requirements
  • Modify type annotations
  • Modify to extract type_hints from pandas.DataFrame for create_table_from_dataframe
  • Fix to include py.typed to the package

v1.0.0

29 Feb 14:57
v1.0.0
Compare
Choose a tag to compare
  • Drop Python 2 support
  • Add type annotations and py.typed to the package
  • Update requirements
  • Minor bug fixes

v0.48.0

16 Feb 06:36
v0.48.0
Compare
Choose a tag to compare
  • Add as_dict method to Model class
  • Make it possible to assign attribute name to columns of Model
  • Remove deprecated methods

v0.47.0

09 Feb 11:25
v0.47.0
Compare
Choose a tag to compare
  • Add support for platforms that lacks support sem_open such as Android Termux
  • Add interfaces to set the maximum number of workers to convert a table
  • Add support for Python 3.9
  • Replace logging library from Logbook to loguru
  • Remove dev extras_require

v0.45.3

05 Jan 12:42
v0.45.3
Compare
Choose a tag to compare
  • Add support for PyPy
  • Integrate build/release/docs extras to dev extras
  • Add .asc files of packages to PyPI
  • Update requirements
  • Bug fixes

v0.32.0

06 Sep 14:42
Compare
Choose a tag to compare
  • Add an interface to set primary key to create_table_from_xxx methods : #63 (Thanks to @xuanblo)

v0.28.0

15 Jul 03:02
Compare
Choose a tag to compare
  • Add simple object-relational mapping (ORM) feature