Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update code for compatibility with PHP8 #367

Merged
merged 26 commits into from
Sep 16, 2021
Merged

Update code for compatibility with PHP8 #367

merged 26 commits into from
Sep 16, 2021

Conversation

JimBacon
Copy link
Member

Closes #366

Function overloading by mbstring has been removed.
The query was getting columns for the entity from  both the warehouse
schema and the information_schema. In pg13 a 'name' datatype is used rather
than varchar for system info which is an unlisted sql_type. Rather than
add that type, maybe we were processing data we didn't need so the
information_schema columns are filtered out.
This may prove to be a mistake!
@JimBacon JimBacon self-assigned this Apr 22, 2021
@JimBacon JimBacon linked an issue Aug 20, 2021 that may be closed by this pull request
@JimBacon JimBacon marked this pull request as ready for review September 16, 2021 10:10
@JimBacon JimBacon merged commit d32167f into develop Sep 16, 2021
@JimBacon JimBacon deleted the fix-php8 branch September 16, 2021 10:27
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.

Update code for compatibility with PHP8
1 participant