Skip to content

Run tests against multiple PostgreSQL versions#140

Merged
simonw merged 5 commits intomainfrom
postgresql-versions
Jul 6, 2021
Merged

Run tests against multiple PostgreSQL versions#140
simonw merged 5 commits intomainfrom
postgresql-versions

Conversation

@simonw
Copy link
Owner

@simonw simonw commented Jul 6, 2021

Closes #139, refs #138.

simonw and others added 5 commits July 5, 2021 17:19
* Fixed issue with Postgres 10

When using Postgres 10 the `information_schema.columns.column_name` needs to be cast as text. Otherwise, an error is generated which states:

```
could not find array type for data type information_schema.sql_identifier
```

* Fixed typo

There was a missing space between the -m and venv that could lead to confusion for new contributors
@simonw simonw merged commit a535a29 into main Jul 6, 2021
@simonw simonw deleted the postgresql-versions branch July 6, 2021 00:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Run tests against multiple PostgreSQL versions

2 participants