Adrien Berchet
Adrien Berchet
Hi I was looking for something close to this, but there is still something that bothers me: would it be possible to organize the merges and fixes by subjects? In...
Yes @IllusionVK that's exactly my objective. Unfortunately, as far as I know, it is not possible to get the ID of the PR from the commits listed by `#commit-list` and...
Hi @IllusionVK , thanks for your tips and sorry for the late answer. I finally found what I was missing: it is possible to list the merge commits with something...
Hello there, FYI, I released this morning `GeoAlchemy2==0.12.0` which should solve this issue.
Hello @Franc-Brs I think your issue is different, could you provide a more complete example please? And maybe you could create a specific issue on the [GeoAlchemy2 tracker](https://github.com/geoalchemy/geoalchemy2/issues).
Hi @Franc-Brs I changed a lot of things regarding the reflection mechanism of spatial tables in `GeoAlchemy2==0.12` and how it interacts with Alembic, so it's quite expected that a few...
Ah sorry I should have been more explicit, the `spatial_index=False` should be in the migration script (from your traceback it should be in `/usr/src/app/migrations/versions/c7707dc7c45a_.py`). Anyway, `GeoAlchemy2==0.12.1` provides [Alembic helpers](https://geoalchemy-2.readthedocs.io/en/latest/alembic_helpers.html) to...
Ok, that's a good first step then :-) For your error, I realize that the doc is wrong... The `include_object` was removed and is not needed anymore. I created a...
:rofl:
> Adrien is having fun! Exactly! :laughing: This PR is a bit exploratory to see what we can do.