Changes between Initial Version and Version 1 of Ticket #23966, comment 5
- Timestamp:
- Dec 6, 2014, 4:43:25 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23966, comment 5
initial v1 1 1 Perhaps ... if InitSpatialMetaData query is executed in init_connection_state() method, then it will check it **every time when opening a connection**. As you know, there is no connection pooling on sqlite3 (and SpatiaLite) by default. It means that every query will execute `PRAGMA table_info(geometry_columns);`, I don't think it's a right way. 2 2 3 How about merging document stuff from pull request #3697 into mine? I forgot to update document about this.3 How about merging document stuff from pull request https://github.com/django/django/pull/3697 into mine? I forgot to update document about this.