Eric Goller
Eric Goller
I suspect SQLAlchemy takes care of this, but we need to doublecheck.
Evaluate ways to allow for databasebase migration. For our SQLAlchemy backend [see here](https://sqlalchemy-migrate.readthedocs.org/en/latest/). Should this be generalized? If so, how?
In the past we droped information about legacy hamsters 'API' and expected behaviour right into our codebase. With this release we should clean out those. If we feel the information...
The original implementation falls back to datetime.time() if no end time is given. That however translates to 00:00. Legacy `hamster-cli` help itself however claims it would default to 23:59. Our...
At least check if end>start.
POI: - [click-log](https://click-log.readthedocs.org/en/stable/)
In places like `search` or `export` where basicly a timeframe is defined to limit facts returned we need to investigate it is to return all facts with `start` in this...
Depends on `hamsterlib` providing a corresponding writer class.