View Revisions: Issue #1086

Summary 0001086: Limitations in auto-generation of eda_table_fields
Revision 2014-07-08 23:39 by jerome
Description When 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
Revision 2014-07-08 14:32 by jerome
Description When opening a SQLite DB not cerated 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
Revision 2014-07-08 14:22 by jerome
Description When opening a SQLite DB not cerated by EDA, auto-generation of eda_table_fields has some limitation.

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