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

Updates to gpkg_connect() #9

Merged
merged 6 commits into from
Jun 16, 2023
Merged

Updates to gpkg_connect() #9

merged 6 commits into from
Jun 16, 2023

Conversation

brownag
Copy link
Owner

@brownag brownag commented Jun 16, 2023

This changes behavior of gpkg_connect(<geopackage>) such that it modifies the input object in place as a side effect (no assignment/overwriting of input object needed).

To avoid this behavior use gpkg_connect(<character>) with the $dsn element of the geopackage object

Also resolves some issues related to print() with a previously-closed internal geopackage connection, better checks of whether a connection has been disconnected, and some more robust tests for newer versions of GDAL/existing extension tables.

@brownag brownag merged commit 929602e into main Jun 16, 2023
8 checks passed
brownag added a commit that referenced this pull request Jun 17, 2023
brownag added a commit that referenced this pull request Jun 18, 2023
@brownag brownag deleted the gpkg-connect1 branch February 13, 2024 18:30
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

1 participant