David E. Wheeler
David E. Wheeler
I have been adding tests to [Sqitch](https://sqitch.org/), including its support for the Exasol engine, [here](https://github.com/sqitchers/sqitch/actions/workflows/exasol.yml). It's working well for Versions 7.0 and 7.1, but not for 6.x. I am using...
Would it be possible to add a `latest-6.0` tag to the latest 6.0 release, presumably [6.0.16-d1](https://hub.docker.com/layers/exasol/docker-db/6.0.16-d1/images/sha256-8d302868652f444faba5db535c01a7835fe3f5a2a64102625b416d167a40a5da?context=explore)? Would simplify configuration for those of us who do matrix testing over several versions....
### Preflight checklist - [X] I could not find a solution in the existing issues, docs, nor discussions. - [X] I agree to follow this project's [Code of Conduct](https://github.com/ory/hydra/blob/master/CODE_OF_CONDUCT.md). -...
Applies also to Yugabyte, and separately add for Cockroach. Using the POSIX collation ensures that index ordering never changes when the database is upgraded, which is a particular problem with...
#795 highlighted some issues with template resolution. The fix in #796 addresses the issue sufficiently for adding changes to multiple engines at once, but only if not using a custom...
From [the discussion](https://groups.google.com/g/pgtap-users/c/splTpdlP8dk/m/rWghzV3XAwAJ), perhaps we also want to add functions to test whether a column is STORED or GENERATED, as well. See especially [this followup](https://groups.google.com/d/msgid/pgtap-users/e10e9e2d-583b-2f96-98ea-76429d84de98%40pwhome.com) with some useful catalog querying...
With the release of DataDog/dd-trace-go#1023, should the `$DD_TRACE_AGENT_URL` environment variable be documented in the README?
Just set `PGXN_USERNAME` and `PGXN_PASSWORD` in the project secrets and it should just do it on the next semver tag. Also use the `GIT_ARCHIVE_CMD` variable so that the bundle includes...
Looks like the `Makefile` sets up some `git submodule` stuff. You can use [git-archive-all](/Kentzo/git-archive-all) to includes submodules in the archive to submit to PGXN, which should eliminate the need to...
Add `Use64Bits` to Settings. When true, the bit length used for time will be 40 instead of 39. This allows for the generation of unique IDs for over 348 years...