Hibernating Rhinos

Zero friction databases

New in RavenDb Studio 1.2: Paging through result sets

This is a guest post by Samuel Jack, a freelancer who has worked with us on the new RavenDb Studio features.

A small, but very useful enhancement today, in our on-going tour through the new UI features for RavenDb 1.2

image

Notice the paging controls highlighted in the screenshot? These now appear whenever you arrive at a document via a documents list. This might be from the Documents or Collections page, for example, or from the results list of a Query. These controls let you page through all the documents in that particular list.

Say, for example, that you have misspelt an Artist’s name and you need to make a quick correction in the database. You could create a query to find all the documents containing the misspelling, and then double-click the results list to edit the first one. You make the correction, and save the document. What do you do next? Before, you would have had to hit the back button to go back to the query page to find the next document. Now you can just hit the Next button in the Edit page to work through the erroneous documents one-by-one.

Comments

udo42
08/07/2012 04:21 PM by
udo42

O, really? An UPDATE SET Name = REPLACE(Name, 'OldName', 'NewName') FROM MyTable is too complicated. Browsing record by record is way more convenient.

Ayende Rahien
08/07/2012 04:46 PM by
Ayende Rahien

Udo24, We have support for that as well, but if you need to verify the change, that sort of thing in invaluable.

Comments have been closed on this topic.