Giter Club home page Giter Club logo

Comments (9)

ilyvion avatar ilyvion commented on September 1, 2024

I fixed it for me by changing this code bit:

if(this.type.toLowerCase() === "guid"){
    return "guid'"+this.value+"'";

to

if(this.type.toLowerCase() === "guid"){
    return this.value;

Although that will probably break functionality with previous OData versions, and shouldn't be considered a generic fix.

from odataangularresources.

NicoJuicy avatar NicoJuicy commented on September 1, 2024

Are you sure it's 4.0? Did you check the response header of odata ( which includes the version)

from odataangularresources.

devnixs avatar devnixs commented on September 1, 2024

Thanks for the tip. I'm using ODatav4 and I'm requried to use the guid'...' syntax.
So I won't change the library to use that format.

from odataangularresources.

NicoJuicy avatar NicoJuicy commented on September 1, 2024

He is right though: http://docs.oasis-open.org/odata/odata/v4.0/errata02/os/complete/part2-url-conventions/odata-v4.0-errata02-os-part2-url-conventions-complete.html#_Toc406398153

I'm also facing the same issue when using it in a $filter. According to the specs, guid seems to be used as a integer which is correct ( logic wise). The library doesn't work when using an odata v4 $filter.

Double checked it right now.

from odataangularresources.

NicoJuicy avatar NicoJuicy commented on September 1, 2024

Theirs a partial fix in my fork NicoJuicy@9f1f195

Updated the specs and code.
Now tested it out in practise and pushed it.

from odataangularresources.

ilyvion avatar ilyvion commented on September 1, 2024

So what you're telling me is that because whatever server-side OData implementation you're testing against does OData v4 wrong, you won't do it right?

from odataangularresources.

devnixs avatar devnixs commented on September 1, 2024

I acknowledged my mistake and accepted a pull requests that fixes it already : #17
You can bower update to get the latest version with the fix.

from odataangularresources.

ilyvion avatar ilyvion commented on September 1, 2024

Pardon me, all I saw was your comment where it said that you won't change the library to use that format. Thanks, sorry for being misinformed.

from odataangularresources.

NicoJuicy avatar NicoJuicy commented on September 1, 2024

@devnixs thanks for immediatly putting it into bower :)

from odataangularresources.

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.