Skip to content

Fixed issue with Postgres 10#1

Merged
ryancheley merged 1 commit intomainfrom
ryancheley-patch-1
Jul 4, 2021
Merged

Fixed issue with Postgres 10#1
ryancheley merged 1 commit intomainfrom
ryancheley-patch-1

Conversation

@ryancheley
Copy link
Copy Markdown
Owner

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

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
```
@ryancheley ryancheley merged commit 248a6e9 into main Jul 4, 2021
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.

1 participant