Ticket Hash: | 8c3bee31c8599388489931eaab71d2959bf9c959 | ||
Title: | cannot open database file name containing spaces when built by SQLiteConnectionStringBuilder | ||
Status: | Closed | Type: | Code_Defect |
Severity: | Important | Priority: | NextRelease |
Subsystem: | Connection | Resolution: | Fixed |
Last Modified: |
2012-08-28 01:03:46 12.65 years ago |
Created: |
2012-08-28 00:42:24 12.65 years ago |
Version Found In: | 1.0.81.0 |
Description: | ||||
The ToString method of the SQLiteConnectionStringBuilder class may return a connection string with a data source value wrapped in single or double quotes (i.e. due to implementation of the base class inside the .NET Framework used by it). This data source value is then not handled correctly by the Open method of the SQLiteConnection class.
mistachkin added on 2012-08-28 01:03:46 UTC: |