nlight-jdev / jcouchdb

Automatically exported from code.google.com/p/jcouchdb
Other
0 stars 0 forks source link

Bug: Cannot set property deleted on ChangeNotification #74

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Delete some entities
2. poll for changes

Eg. 
{"results":[
{"seq":1,"id":"fresh","changes":[{"rev":"1-967a00dff5e02add41819138abb3284d"}]},
{"seq":3,"id":"updated","changes":[{"rev":"2-7051cbe5c8faecd085a3fa619e6e6337"}]
},
{"seq":5,"id":"deleted","changes":[{"rev":"2-eec205a9d413992850a6e32678485900"}]
,"deleted":true}
],
"last_seq":5}

What is the expected output? What do you see instead?

'Deleted' property should be included in ther ChangeNotification bean.

What version of the product are you using? On what operating system?

1.0.1

Please provide any additional information below.

Original issue reported on code.google.com by cserveny...@gmail.com on 20 Jan 2011 at 11:28

GoogleCodeExporter commented 8 years ago

Original comment by smoye...@gmail.com on 23 Apr 2012 at 12:45