Git Product home page Git Product logo

Comments (3)

VitaliyMF avatar VitaliyMF commented on June 16, 2024

@xavidram there was a breaking change in 1.1.0 related to ListSortDirection (see notes here https://www.nuget.org/packages/NReco.Data/).

In short, there was own enum NReco.Data.ListSortDirection because in early .NET Core 1.x days type System.ComponentModel.ListSortDirection was missed. However, in netstandard20 it is available, and .NET Core 1.x is not used any more. So in version 1.1.0 own enum was removed to avoid any possible ambiguity.

All this means that you cannot upgrade NReco.Data to 1.1.0 if you use existing release of NReco.Graphql because of this breaking change. In upcoming release of NReco.Graphql reference to NReco.Data will be upgraded to 1.1.1.

from data.

xavidram avatar xavidram commented on June 16, 2024

That makes sense. I should have read the changelog. If it is not too much of an bother. Could you give me an insight as to how the NrecoGraphQL is querying Relex subqueries?

I have two Tables as follows:

Employee (ID int, DivisionID int, ....)
Division(ID int, Name varchar(50), ...)

the Schema object for employees is as follows:
image

And Division Schema object is as follows:
image

The Relex string's on the Employee Schema seem correct from what I have seen in the documentation. But oddly enough, for any query that calls a Relex query, it always returns the last item in the table

image

Is there a fallback that the Relex query executor could fall back to that would cause it to grab the last item in the table?

from data.

MakaBuka avatar MakaBuka commented on June 16, 2024

@xavidram
It's related to commercial component NReco.GraphQL, so, check you email box - I've sent workaround.

from data.

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.