graphql-engine/server/src-lib/Hasura/Backends/Postgres/Instances
Samir Talwar 3fc25a39d3 server: Handle special characters in parseJSONPath and encodeJSONPath.
This improves `parseJSONPath` and `encodeJSONPath` to encode special characters appropriately by delegating to Aeson.

This also makes a couple of improvements to `encodeJSONPath`.

1. The function is moved from `Hasura.Base.Error` to `Data.Parser.JSONPath`. This still doesn't seem too appropriate but it is somewhat better. I am basing this on the fact that its test cases already lived in `Data.Parser.JSONPathSpec`.
2. It now returns `Text`, not `String`.
4. It quotes strings with double quotes (`"`) rather than single quotes (`'`), just like JSON.

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/4935
GitOrigin-RevId: bf44353cd740500245f2e38907a7d6263ae0291c
2022-07-05 15:53:45 +00:00
..
API.hs server/bigquery: enable metadata API to add/drop computed fields to BigQuery tables 2022-05-04 14:53:31 +00:00
Execute.hs Remove resolveUnpreparedValue 2022-06-15 18:17:23 +00:00
Metadata.hs server/bigquery: generate graphql schema for table computed fields 2022-05-25 10:25:38 +00:00
Schema.hs server: Handle special characters in parseJSONPath and encodeJSONPath. 2022-07-05 15:53:45 +00:00
Transport.hs server: Reorganize quasi-quoted names. 2022-06-23 09:15:31 +00:00
Types.hs server: naming conventions for auto generated fields 2022-05-26 11:55:29 +00:00