Changes between Initial Version and Version 1 of Ticket #29350, comment 2


Ignore:
Timestamp:
Apr 23, 2018, 10:15:35 AM (6 years ago)
Author:
Zackary Troop

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.
     1Small tweak in the introspection.py in the sqlite3 backend will fix this. I can setup the PR tonight. Small proof-of-concept below:
    22{{{
    33>>> for field_desc in fields_sql.split(','):
Back to Top