Version history
Version history#
0.7.1SQL: Fix bug in
redbird.sql.Table.selectabout closed resource.
0.7.0SQL: add new repo,
redbird.repos.SQLExprRepo, which relies on SQLAlchemy’ SQL expressionsSQL: add SQL tools (
redbird.sql) to make SQL operations more intuitive
0.6.1SQL: fix model based
__id_field__in reflectionSQL: fix date-like types in table creation with
if_missing='create'
0.6.0Added alternative way to set repository’s ID field: setting
__id_field__in modelPackaging updated to use pyproject.toml
0.5.1Fixed
CSVFileRepoerror if read and the file does not exists
0.5.0Added
inoperator
0.4.0Added logging utility:
RepoHandlerFixed not committing deletes and updates in SQLRepo
Fixed ORM model reflection in SQLRepo
Continued documentation
0.3.0First official release
Stabilized the API
Updated documentation
Added several new repositories
0.2.4First release