iasql icon indicating copy to clipboard operation
iasql copied to clipboard

Abstract and re-use object policy comparison

Open depombo opened this issue 2 years ago • 1 comments

AWS does not return arrays within the JSON policy in a deterministic order so a deep equality is not sufficient here which made https://github.com/iasql/iasql-engine/pull/1074 necessary. We should do this for every JSON or policy that AWS gives us

depombo avatar Aug 05 '22 17:08 depombo

What will kinda suck about this is I bet we'll eventually run across some JSON blob from the AWS API that does care about array order, and then we'll need an exception to this exception.

dfellis avatar Aug 05 '22 18:08 dfellis

Part of https://github.com/iasql/iasql-engine/issues/1117

depombo avatar Aug 31 '22 04:08 depombo