View Issue Details

IDProjectCategoryView StatusLast Update
0001086Ecere SDKeda:driver:sqlitepublic2016-04-19 05:29
Reporterjerome Assigned To 
PriorityhighSeveritymajorReproducibilityalways
Status newResolutionopen 
Product Version0.44.09 
Target Version0.46 eC II 
Summary0001086: Limitations in auto-generation of eda_table_fields
DescriptionWhen opening a SQLite DB not created by EDA, auto-generation of eda_table_fields has some limitations.

It does not seem to recognize:
- ` ` field name quotes
- REFERENCES
- PRIMARY KEY

The overall parsing should be improved.
The code is in SQLiteDatabase::OpenTable around line 291 of EDASQLite.ec
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2014-07-08 14:22 jerome New Issue
2014-07-08 14:24 jerome Target Version => 0.44.12 Fixes
2014-07-08 14:32 jerome Description Updated View Revisions
2014-07-08 23:39 jerome Description Updated View Revisions
2016-04-19 05:29 jerome Target Version 0.44.12 Fixes => 0.46 eC II