-
Type: Improvement
-
Resolution: Won't Do
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Core
-
None
The new URI parser currently works by splitting the query string into key-value pairs, deduplicating the key-value pairs, checking for arrays, parsing the query string item value, and then apply connection string options. It would be better to simplify this flow to split the query string into key-value pairs, then deduplicate the pairs, and then parse the query string item values according to their types.