Software Ramblings
1.1.10 of the driver released, important notice attached

List of changes in the drive

One important thing it will print a warning to console now unless you set the “safe” mode of the driver

new Db(new Server(“localhost”, 27017), {safe:true})

http://mongodb.github.com/node-mongodb-native/api-generated/db.html#constructor

This is due to a planned change in the near future from non safe writes as default to safe writes. The warning is there for you to make a conscious decision for your code what write concern you wish to be the default for all operation. More about write concerns on.

http://www.mongodb.org/display/DOCS/getLastError_old

blog comments powered by Disqus