https://bugs.winehq.org/show_bug.cgi?id=41103
Bug ID: 41103 Summary: Fails to parse Extended Properties since it has a quotes around it's value. Product: Wine Version: 1.9.16 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: oledb32 Assignee: wine-bugs@winehq.org Reporter: leslie_alistair@hotmail.com Distribution: ---
Created attachment 55310 --> https://bugs.winehq.org/attachment.cgi?id=55310 testcase
When you have a connection string, like below. The parser fails on "Extended Properties" property since it's value has "" around it value. The " are to escape the value which may contain other delimiters.
Provider=MSDASQL.1;Extended Properties="DRIVER=Wine ODBC;DATABASE=C:\database.db;UID=SYSDBA;CHARSE;";