David E. Wheeler

Results 436 comments of David E. Wheeler

If I understand correctly, you're saying: * OAuth works with the Snowflake ODBC driver when used with iodbc and not unixODBC * The issue with unixODBC is that the connection...

This bit I think is key: ``` NOTE: Have you installed the libiodbc-dev package. ```

Did you try setting the ODBCHOME environment variable or passing the `-o` option as described toward the end there? It's not finding the headers it needs.

Sqitch generates new files from templates. How did you install Sqitch? How are you calling it? If you're using the Docker image, are you setting any environment variables?

Couldn't you could use the [`checkout`](/theory/sqitch/blob/master/lib/sqitch-checkout.pod) command for that, @eric-brechemier?

There isn't, but there's no reason why it couldn't be abstracted out of [the source](/theory/sqitch/blob/master/lib/App/Sqitch/Command/checkout.pm#L82).

Right. See #200 for some background on addressing that particular challenge.

See also #22, which will want to remove deleted tags.

In the meantime, [here's a shell script](https://gist.github.com/theory/e7d432e69296e3672446) to reset a registry. Note: it doesn't try to do anything about dependencies in other projects.