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

Make the check trigger work with multiple geom columns #1746

Merged
merged 2 commits into from
Aug 12, 2022

Conversation

joto
Copy link
Collaborator

@joto joto commented Aug 11, 2022

No description provided.

Now that there are multiple geometry columns allowed this makes sure we
always have the first one (which is important for clustering).

Remove the `column.set_not_null();` in `add_column()` for geometry
columns because it did not work anyway. It is overwritten by the
`column.set_not_null(...)` call right outside the `add_column()` call.
@lonvia lonvia merged commit 707af52 into osm2pgsql-dev:master Aug 12, 2022
@joto joto deleted the geom-several-columns branch August 12, 2022 09:00
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.

None yet

2 participants