Nim
Nim copied to clipboard
fixes #19782; make `?` concatenate query data
fixes #19782
The bug involved caused the uri.? concatenate function to overwrite current query data. The new implementation adds a check too ensure the data is not lost.
Also added some tests to account for these situations
Something to consider is that these tests expect the query order to stay the same.