[How to use] updateTableTriggers() error: not existing Table or Column
during create_all()
with computed column
#519
Labels
Describe the problem
I get the following messages when creating a table with a computed point column:
Everything appears to work properly, but those are scary looking messages and I want to make sure I'm not doing anything wrong. And if I am doing things right, how to suppress or avoid them.
Show what you tried to do.
Describe what you expected.
The
updateTableTriggers()
messages should no be present.If I execute the resulting 'CREATE TABLE` directly via /usr/bin/spatialite, I do not see similar messages.
Error
No response
Additional context
This seems restricted to computed columns. I strongly suspect I am doing something wrong, I just can't figure it out yet.
Using up-to-date Debian/stable (see output for various bits). My preference is not to get involved with things like pip and what not, so trying to go with what comes on the system.
But, also:
GeoAlchemy 2 Version in Use
0.12.5
The text was updated successfully, but these errors were encountered: