Opened 14 years ago

Closed 14 years ago

#612 closed defect (fixed)

SQLite - Handle read-only files and multiple properties with same name in SQL command

Reported by: romicadascalescu Owned by: romicadascalescu
Priority: major Milestone: 3.5.0
Component: SQLite Provider Version: 3.5.0
Severity: 4 Keywords:
Cc: External ID:

Description

SQLite throws exceptions late when user tries to insert/update/delete features. SQLite should expose read only in capabilities of the class (GetSupportsWrite/SetSupportsWrite). Handle SQL commands like "select Id as col1, Val+55 as col1 from tab" by generating new names for second name found. This change is meant for 3.6, however Version and Milestone is not updated yet.

Change History (1)

comment:1 by romicadascalescu, 14 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.