Code Monkey home page Code Monkey logo

Comments (9)

matteobortolazzo avatar matteobortolazzo commented on August 23, 2024 1

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

from couchdb-net.

matteobortolazzo avatar matteobortolazzo commented on August 23, 2024 1

Ok now it should be good

from couchdb-net.

matteobortolazzo avatar matteobortolazzo commented on August 23, 2024

Hi, sorry the late answer, I can add it to FindOptions I think it's the best place

from couchdb-net.

adam8797 avatar adam8797 commented on August 23, 2024

Thanks! Looking forward to integrating your changes.

from couchdb-net.

matteobortolazzo avatar matteobortolazzo commented on August 23, 2024

nvm there are strange compilation errors

from couchdb-net.

adam8797 avatar adam8797 commented on August 23, 2024

No worries, I just got it cloned when I saw this come in. Lmk when you would like me to test!

from couchdb-net.

adam8797 avatar adam8797 commented on August 23, 2024

Looks like your CouchDB.Driver.Types.Revisions.Start property should be a number type, not a string:

public class Revisions
{
    [DataMember, JsonProperty("start")] public int Start { get; internal set; }

    [JsonIgnore] public IReadOnlyCollection<string> IDs { get; private set; }
    [DataMember, JsonProperty("ids")] private List<string> IdsOther { set { IDs = value?.AsReadOnly(); } }
}

but other than that, this looks good to me!

from couchdb-net.

matteobortolazzo avatar matteobortolazzo commented on August 23, 2024

I got this from the DB

    "_revisions": {
        "start": 2,
        "ids": [
            "1967b37a2500d2e227b987769d93d01d",
            "f56ef9fa04215b2174e13d156e0f1219"
        ]
    }

from couchdb-net.

matteobortolazzo avatar matteobortolazzo commented on August 23, 2024

Sorry now I get it... I copy pasted... Fixed. I think I can release, I tested it too

from couchdb-net.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.