chrishinds / committed

nodejs package providing a framework for failure-resistant transaction and audit support atop mongodb-native and async.queue
GNU General Public License v3.0
7 stars 1 forks source link

Mongo v2.6 compatibility #2

Open simon-bond opened 10 years ago

simon-bond commented 10 years ago

MongoDB v2.6 reintroduces the need to dunder (__) operators before storing them in the transaction collection. Ideally this should be done internally for a tidier API.

chrishinds commented 10 years ago

ah, good spot. looks like my assumptions d3c31bdc16df3196d17be79374432a77e11c2024 were inept. will put on the todo list.