Cleanup the databases opened by the test for ticket [8c3bee31c8].
check-in: 0d56186490 user: mistachkin tags: trunk
01:03
•
Closed ticket [8c3bee31c8]: cannot open database file name containing spaces when built by SQLiteConnectionStringBuilder plus 4 other changes
artifact: ab66c99584 user: mistachkin
01:03
Remove one set of surrounding single or double quotes from the data source value. This is needed because the connection string may have been built using the SQLiteConnectionStringBuilder class, which reuses connection string construction logic from inside the .NET Framwork itself. Fix for ticket [8c3bee31c8].
check-in: 7d432770a9 user: mistachkin tags: trunk
00:42
•
New ticket [8c3bee31c8]cannot open database file name containing spaces when built by SQLiteConnectionStringBuilder.
artifact: 01f48ca3a7 user: mistachkin
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
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:
Fixed in trunk by check-in [7d432770a9].