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
John Zablocki made changes - 26/Dec/12 4:20 PM
Field Original Value New Value
Assignee John Zablocki [ john ] Saakshi Manocha [ saakshi.manocha ]
John Zablocki made changes - 26/Dec/12 4:24 PM
Fix Version/s 1.2.1 [ 10441 ]
Saakshi Manocha made changes - 27/Dec/12 4:53 AM
Status Open [ 1 ] In Progress [ 3 ]
Saakshi Manocha made changes - 01/Jan/13 4:40 AM
Status In Progress [ 3 ] Resolved [ 5 ]
Resolution Fixed [ 1 ]

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.