Amin Alaee
Amin Alaee
I have to admit I'm not sure how the API should look like. I'll probably take a look at a few examples in other projects. Maybe you can update the...
It is also standard bulk update as Django: https://docs.djangoproject.com/en/4.0/ref/models/querysets/#bulk-update
TBH I think this is really good and useful but as long as the `databases` project is not doing the bulk actions it's confusing and misleading to have bulk actions...
yes, I have an old PR which is doing it but It's not really the best way but it can give you some ideas. Feel free to take a look...
@tomchristie Can you review this?
@tomchristie I don't have write access here, feel free to merge this when ok.
@tomchristie We also need a release.
Maybe we should use a more generic field type for this. Something like SQLAlchemy [LargeBinary](https://docs.sqlalchemy.org/en/14/core/type_basics.html#sqlalchemy.types.LargeBinary). This will behave differently for each database, and make it easier since we rely on...
There's another PR #683 for this.
Just to be clear, you don't mean abstract classes, right? Both classes would be tables on the database, right?