You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to web...@googlegroups.com
Hi!
In order to work with spatialite I had to patch the Spatialite class in
this way in my model file (actually in py4web but the pydal is a common
project dependency):
# At the end of the file after all table definitions
patcher.stop()
The problem is that is changed the name of the geometric extension in
sqlite3... Any other similar experience? Do you think it's a generic
solution to submit as an issue to the pydal project? Or does it depends
on my local package configuration?