Age | Commit message (Collapse) | Author |
|
Deprecate csv database format, move around some methods
|
|
Database is now subclass of CsvTable
|
|
Major:
- New update(umb) method as an interface to _update(umb), with
convenience and safeguards.
Minor:
- New exception: UmbrellaValueError
- All datetime objects are cast naive
- Database._write(umbrellas) raises exception after performing recovery
- human_datetime includes seconds in output
|
|
|
|
|
|
|
|
Lists all umbrellas in a table.
|
|
It may not be a good idea to scatter database utilities around utils.py.
With this in mind, I moved them to database.py as static methods under
the class Database.
|
|
|
|
|