Releases: thombashi/SimpleSQLite
Releases · thombashi/SimpleSQLite
v1.1.4
- 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
- Fix changes in
max_workers
value are properly applied
- Update requirements
v1.1.1
- Accept table names that start with numbers
v1.1.0
- 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
- Drop Python 2 support
- Add type annotations and
py.typed
to the package
- Update requirements
- Minor bug fixes
v0.48.0
- Add
as_dict
method to Model
class
- Make it possible to assign attribute name to columns of
Model
- Remove deprecated methods
v0.47.0
- 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
- 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
- Add an interface to set primary key to
create_table_from_xxx
methods : #63 (Thanks to @xuanblo)
v0.28.0
- Add simple object-relational mapping (ORM) feature