We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, after some testing in my environment, it seems that the PgstacCLI.loadextensions method part that does the "UPDATE pgstac.stac_extensions" does not work, the changes are not committed in the database: https://github.com/stac-utils/pgstac/blob/v0.9.1/src/pypgstac/python/pypgstac/pypgstac.py#L109
PgstacCLI.loadextensions
Should we use cur.execute instead of self._db.query to be able to commit this update ?
cur.execute
self._db.query
Thank you :)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, after some testing in my environment, it seems that the
PgstacCLI.loadextensions
method part that does the "UPDATE pgstac.stac_extensions" does not work, the changes are not committed in the database: https://github.com/stac-utils/pgstac/blob/v0.9.1/src/pypgstac/python/pypgstac/pypgstac.py#L109Should we use
cur.execute
instead ofself._db.query
to be able to commit this update ?Thank you :)
The text was updated successfully, but these errors were encountered: