Replies: 1 comment 11 replies
-
Where does this |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am facing an issue with the generation of the 'declarative' model from MariaDB. I have some tables with geometry columns.
SQL:
Python code
Created model:
Issue: I need the geometry to be set to "mapped_column(Geometry('POLYGON'), nullable=False)" with import of "from geoalchemy2 import Geometry"
I can hardcode the change into the script, however, this seems to be sqlacodegen_v2 issue.
Thank you for any help!
Best from
T
Beta Was this translation helpful? Give feedback.
All reactions