Couchbase

  • Log In Access more options
    • Online Help
    • GreenHopper Help
    • Agile Answers
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What’s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
  • Agile Access more options (Alt+g)
  • Couchbase.com Access more options
    • Why NoSQL?
    • Couchbase Server
    • Download
    • Learn
    • Careers
Couchbase .NET client library
  • Couchbase .NET client library
  • NCBC-185

document bugs

  • Agile Board
  • More Actions
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Bug Bug
  • Status: Resolved Resolved
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: None
  • Fix Version/s: 1.2.1
  • Component/s: None
  • Labels:
    None

Description

I went through the link http://www.couchbase.com/docs/couchbase-sdk-net-1.2/getting-started.html, which covers the sections 1.1, 1.2 and 1.3
 
I find the document good enough, following are the observations that may be corrected:
 
(a) 1.3.1 - Project Set up
There is no Enyim.Memcached.dll assembly in preview release zip file. Enyim.Caching.dll is available.
 
(b) CRUD operations
JSON document with key "110fc0f765" does not exist in beer-sample bucket

var key = BitConverter.ToString(HashAlgorithm.Create("SHA1")
                .ComputeHash(Encoding.UTF8.GetBytes(newBeer)))
                .Replace("-", "").Substring(0, 10).ToLower();
returns "fc4970a84c"
and not "5c26a734c9"

(c) CouchbaseClient JSON Extension Methods
add reference and add these statements in code:

using Newtonsoft.Json;
using Couchbase.Extensions;

(d) Working with Views:
May be add more about the rows returned from GetView(), Reduce method and stale parameter.
 

Activity

Ascending order - Click to sort in descending order
  • All
  • Comments
  • Work Log
  • History
  • Activity
  • Gerrit Reviews
Hide
Permalink
John Zablocki added a comment - 26/Dec/12 4:20 PM
a) Fixed
b) Replaced with new key format (when written, the sample bucket didn't have meaningful keys)
c) Mentioned in the paragraph
d) More details are found in the tutorial

Revision pending approval
Pull request sent to docs team
Show
John Zablocki added a comment - 26/Dec/12 4:20 PM a) Fixed b) Replaced with new key format (when written, the sample bucket didn't have meaningful keys) c) Mentioned in the paragraph d) More details are found in the tutorial Revision pending approval Pull request sent to docs team
Hide
Permalink
Saakshi Manocha added a comment - 27/Dec/12 4:54 AM
Hi John,
I am not able to find the changes that you have mentioned in the comment above. I'm looking at the URL : http://www.couchbase.com/docs/couchbase-sdk-net-1.2/crud.html

Please see if this is the correct place.

Thanks
Saakshi
Show
Saakshi Manocha added a comment - 27/Dec/12 4:54 AM Hi John, I am not able to find the changes that you have mentioned in the comment above. I'm looking at the URL : http://www.couchbase.com/docs/couchbase-sdk-net-1.2/crud.html Please see if this is the correct place. Thanks Saakshi

People

  • Assignee:
    Saakshi Manocha
    Reporter:
    Saakshi Manocha
Vote (0)
Watch (0)

Dates

  • Created:
    18/Dec/12 12:45 PM
    Updated:
    01/Jan/13 4:40 AM
    Resolved:
    01/Jan/13 4:40 AM

Agile

  • View on Board
  • Atlassian JIRA (v5.2.4#845-sha1:c9f4cc4)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for Couchbase. Try JIRA - bug tracking software for your team.