Giter Site home page Giter Site logo

Comments (5)

aarondl avatar aarondl commented on April 28, 2024

Hi there @ryanbarry

The problem here is that we treat _id suffixes specially. When we generate a foreign key "lookup" helper, we typically take the foreign key name and drop _id off of it. It's a convention noted in the
pro tips section of the readme. However I guess it sort of becomes a requirement when the foreign key is on the same table :(

We could consider _uuid to the list of things that we drop, but then maybe someone else will come along with another prefix. Anyway, changing your column name to _id should fix the issue. And we'll see what we do about this in the long term.

Thanks for using sqlboiler!

from sqlboiler.

nullbio avatar nullbio commented on April 28, 2024

Hi @ryanbarry, is there a particular reason you are not using your unique uuid as your primary key, opposed to the serial id, or vice versa?

from sqlboiler.

nullbio avatar nullbio commented on April 28, 2024

@ryanbarry we've added uuid to the trim suffixes in the dev branch. Once these are merged into master (hopefully today) then you should not need to change any code, as long as you update your sqlboiler and regenerate.

from sqlboiler.

ryanbarry avatar ryanbarry commented on April 28, 2024

this is awesome, i really appreciate the quick turnaround! reason for having serial id & unique uuid is to expose uuid as an external identifier while keeping the serial id as internal to our datastore, while keeping querying simple. thanks again 😃

from sqlboiler.

nullbio avatar nullbio commented on April 28, 2024

Hey @ryanbarry, 2.0.1 has been released which includes the fixes for the issues you were having. Thanks.

from sqlboiler.

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.