When handling HTTP parameters, I need to have tables with duplicate values for the same key, and I'm using add for this but I get the warning. Is this deprecation really relevant, is there a replacement for add ?
Most keys are not duplicated, and fast indexing may help there. Only the odd key may need to iterate over the table to discover all its values.
In fact, I got the impression that Tables were explicitly able to deal with duplicate keys, and I started using them for this purpose. If this is removed, perhaps a MultiTable type should be created.
Well, I think I got my answer: