question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support retrieving available revisions of a document

See original GitHub issue

I would like to be able to request a Document from CouchDB and optionally include the revs_info=true parameter to retrieve which revisions are available in the database.

There are numerous ways that this could be implemented:

  • Included with FindOptions and used in FindAsync()
  • A separate function Task<List<string>> GetAvailableRevisions(string) and/or Task<List<Revision>> GetRevisionInfo(string)
  • Include revs_info as a property on CouchDocument

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:9 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
matteobortolazzocommented, Jun 20, 2023

Ok now it should be good

1reaction
matteobortolazzocommented, Jun 20, 2023

@adam8797 can you check if the dev branch works for you?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Recover an earlier version of a Word file
Recover saved and unsaved documents. ... In the bar at the top of the file, select Restore to overwrite any previously saved versions....
Read more >
View previous versions of Office files
View previous versions of a file · Open the file you want to view. · Click the title of your file and select...
Read more >
Find what's changed in a file - Computer - Google Docs ...
At the top right, click Last edit Version history . Choose the latest version. You can find who updated the file and their...
Read more >
View and restore past versions of documents on Mac
On your Mac, open the document, then choose File > Revert To > Browse All Versions. Click tick marks along the timeline to...
Read more >
Creating and Accessing Revisions of a Document in OnBase
Retrieving a document containing versions. 1. Locate the document within OnBase. 2. A document which contains versions can be identified by ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found