Releases: thombashi/SimpleSQLite
Releases · thombashi/SimpleSQLite
v1.1.4
13 Dec 18:24
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Fix changes in max_workers value are properly applied
Update requirements
v1.1.1
01 Apr 06:15
Compare
Sorry, something went wrong.
No results found
Accept table names that start with numbers
v1.1.0
29 Mar 17:20
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Add simple object-relational mapping (ORM) feature