Nim icon indicating copy to clipboard operation
Nim copied to clipboard

fixes #19782; make `?` concatenate query data

Open Nmerryman opened this issue 3 years ago • 0 comments

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.

Nmerryman avatar May 17 '22 19:05 Nmerryman