objection-find
objection-find copied to clipboard
Transaction support?
Are transactions supported? What if I want to search through the models in a transaction?
Oh, sorry. Didn't mean to close this.
Oh, I was wondering what was wrong with it :)
@honestserpent Could you please explain your use-case with a bit more details? Typically objection-find is used to directly pass received query and then return the results. Are you constructing your query inside application yourself and using it within a multi-operation transaction?
@igor-savin-ht yes exactly. I need to use objection-find in a multi-operation transaction. For now, I have ended up using objection-filter
@honestserpent Should be an easy change, I'll look into it, thanks!