Giter VIP home page Giter VIP logo

Comments (6)

topclaudy avatar topclaudy commented on May 26, 2024

@mdemblani Thanks for reporting this issue. Can you please provide more details (some code example with the resulting query)?

from compoships.

topclaudy avatar topclaudy commented on May 26, 2024

About to close this... please reopen if you have more details

from compoships.

mdemblani avatar mdemblani commented on May 26, 2024

Hi,

Regarding the issue, consider the following case, there is a relation between 2 models, says

  • Model A
  • Model B

The models are related as follows: Model B belongsTo Model A on two keys : X and Y, which are both of type integer. The foreign key constraints are managed on the application level, and not on the DB(there was a reason to do this).

The relation foreign keys start as follows: for X they start from 1 and for Y they start from 0.
The relation had to start with 0, due to the underlying requirements which results in the following case:

In my final query, just with the foreign keys, I have 2 foreign keys(X and Y) as defined by my relation but only a single binding (for X). The binding for Y is not considered, since the check on Line 25 performs a check on whether the value is a boolean true and not whether the value is set or put up a default value of null. This results in an error, in the form of a wrong query being generated.

from compoships.

topclaudy avatar topclaudy commented on May 26, 2024

@mdemblani Thanks for the details. I pushed a fix to the master branch. You may test it and give me feedback.

from compoships.

topclaudy avatar topclaudy commented on May 26, 2024

Fixed in 1.1.3

from compoships.

mdemblani avatar mdemblani commented on May 26, 2024

Thanks. I'll check it out.

from compoships.

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.