Changes between Initial Version and Version 1 of Ticket #29350, comment 2
- Timestamp:
- Apr 23, 2018, 10:15:35 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29350, comment 2
initial v1 1 Small tweak in the introspection.py in the sqlite3 backend will fix this. I can setup the PR tonight. 1 Small tweak in the introspection.py in the sqlite3 backend will fix this. I can setup the PR tonight. Small proof-of-concept below: 2 2 {{{ 3 3 >>> for field_desc in fields_sql.split(','):