-
In the scenario where a user communicates with a central database running different table definitions (different migration histories), it might happen that intermediate objects are inserted before the…
-
Minor issue. The README currently lists the following steps to install EspressoDB from source for testing:
> To run the tests, clone this repo, install the dependencies
```bash
pip install .
p…
-
Updates related to the JOSS review process raised by @remram44 and @ixjlyons.
## Documentation improvements
Improvements to be made for the documentation:
- [x] Consistent links to Django doc…
-
The website does not support deleting a row that has a ManyToMany column.
Currently need to delete the through table with SQL before the rows can be deleted.
-
**Submitting author:** @ckoerber (Christopher Körber)
**Repository:** https://github.com/callat-qcd/espressodb
**Version:** v1.1.0
**Editor:** @gkthiruvathukal
**Reviewer:** @remram44, @ixjlyons
**Arc…
-
Thank you for your review @ixjlyons,
> I ended up filing one issue regarding some development installation instructions in the README and I also made a pull request with some typo/grammar fixes in …
-
Hello @remram44,
We would like to thank you for your detailed reply. We have split our response into two parts (according to the divider in your original post).
> there is a branch v1.0.0 with t…
-
On some occasions it might be desirable to programmatically default insert values for certain columns. One example would be code revision tags. If the model needs to digest data before making decision…
-
A list of issues and possible improvements to be included in next versions of the documentation.
- [x] Better example and links how to set up models in the step-by-step introduction
- [x] Change f…
-
We should add more unittests to LatteDB
- [x] Default unittests coming from EspressoDB
- [x] Consistency check unittests for adding data (on which data do we focus?)
- [x] Further ideas?