Giter VIP home page Giter VIP logo

Comments (3)

theaeolianmachine avatar theaeolianmachine commented on July 21, 2024

Hi Dustin,

Are you writing your foreign keys from scratch in the FK Augmentation section? As I understand, calc.settings.market_id and calc.settings.market_uuid both point to public.market.id, where public.market.id is a bigint type. Do you do explicit type casts when normally querying between these columns? Since not all bigints can be proper UUID types in Postgres, we don't do an explicit cast here.

However, I would expect a dependency break (notably from calc.settings.market__uuid to public.market.id) to allow you to work around this. Would you mind sharing your configuration (connection details redacted?)

from condenser.

dustinsmith1024 avatar dustinsmith1024 commented on July 21, 2024

calc.settings.market_uuid does not point to public.market.id it points to public.market.uuid. So no we don't have to do any typecasting because they are different links.

It seems like the tool is assuming UUID is linked to ID though.

from condenser.

theaeolianmachine avatar theaeolianmachine commented on July 21, 2024

Hmmm, might be worth taking a look at your config and perhaps a schema dump of these two tables, something seems off.

from condenser.

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.