b3n

Results 54 comments of b3n

> I found this, any opinions? > > https://github.com/kvesteri/sqlalchemy-continuum Seems interesting, definitely worth trying! There seem to be some issues regarding flask-sqlalchemy compatibility: https://github.com/kvesteri/sqlalchemy-continuum/issues/338 but I'm unsure how much of...

Reverting changes should be considered out of scope. But consider adding relevant metadata: * timestamp * user_id / bot_id / connector_id

Use case example for story history: We have Story A and Story B Both Stories have a History Story B gets merged into Story A Story B gets therefore deleted....

`Alternative: Refactor Story.update() to flush only once. (you can see in the test debug output that multiple flushes are done right now)` Seems like the obvious answer to me. Setting:...