Giter Site home page Giter Site logo

Comments (8)

nullbio avatar nullbio commented on April 27, 2024 1

@nubunto We've released the fix in 2.0.2.

from sqlboiler.

nullbio avatar nullbio commented on April 27, 2024

Hi @nubunto. Where is your sqlboiler.toml file located and where is your models folder located?

The test suite should not ask you for a password if one is defined in your sqlboiler.toml. Are you certain it is loading the correct sqlboiler.toml, not one without a password defined? You don't have a config defined anywhere else in your system, and you aren't using environment variables?

Also, what command did you use to generate your models?

from sqlboiler.

nubunto avatar nubunto commented on April 27, 2024

Hey!

So the tree for the project looks like this:

project/
|___ src/
     |____ sqlboiler.toml
     |____ models/

I tend to cd into src/ and run sqlboiler -b schema_migrations postgres

To answer your other questions: that may be the case, maybe the wrong sqlboiler.toml is being loaded. But I only have one in the entire system, so I doubt that. And no, I'm not using env variables.

from sqlboiler.

nullbio avatar nullbio commented on April 27, 2024

Okay. That should be good. And you're certain there is a password defined in your sqlboiler.toml? As far as I'm aware, you should only ever get a password prompt if the password is missing from your config file.

from sqlboiler.

nubunto avatar nubunto commented on April 27, 2024

Yes, I'm 99% positive there is a "pass" field on sqlboiler.toml. Since sqlboiler generates the structs, I can assume it has a password, and it is valid. I will investigate a little more on this whenever I get the chance.

from sqlboiler.

aarondl avatar aarondl commented on April 27, 2024

We seem to have a recreate, will work on this. :)

from sqlboiler.

aarondl avatar aarondl commented on April 27, 2024

Found some bugs in the pgpassfile things. It was erroneously using my real pgpass file when I created and I didn't notice somehow. Sorry about that.

We also have to create a new entry in the pgpassfile for the "postgres" database, because of the way createdb/dropdb work, they attempt to switch to that database before performing any operations. We can't really get away from this since you can't drop a database without being on another database. Anyway it should be fixed in the dev branch @ 0dc68e7

from sqlboiler.

nubunto avatar nubunto commented on April 27, 2024

Back with the tests, then 😄

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.