Patch Changes
-
99d16d6: Fix two JSON-related typing edge cases in SafeQL:
- In
@ts-safeql/generate, infer->>and#>>astexteven when the left side type is not fully known, preventing generatedunknowntypes inside JSON object/array expressions. - In
@ts-safeql/eslint-plugin, treatanyas a wildcard during expected/generated comparison so JSON columns typed asanyno longer produce false mismatches against concrete annotations.
- In