aboutsummaryrefslogtreecommitdiffstats
path: root/.sqlx/query-dee04f022231e4b4b5b4a9941acf891583af2d241615045d788c7a54093f6091.json
blob: 29d2a8c0a88aa0773376968fe0227284733673d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
  "db_name": "PostgreSQL",
  "query": "select id, document as \"document: sqlx::types::Json<serde_json::Value>\" from pacs008 where exists (\n            select 1\n            from jsonb_array_elements(document->'f_i_to_f_i_cstmr_cdt_trf'->'cdt_trf_tx_inf') as elem\n            where elem->'pmt_id'->>'end_to_end_id' = $1\n        ) limit 1",
  "describe": {
    "columns": [
      {
        "ordinal": 0,
        "name": "id",
        "type_info": "Uuid"
      },
      {
        "ordinal": 1,
        "name": "document: sqlx::types::Json<serde_json::Value>",
        "type_info": "Jsonb"
      }
    ],
    "parameters": {
      "Left": [
        "Text"
      ]
    },
    "nullable": [
      false,
      false
    ]
  },
  "hash": "dee04f022231e4b4b5b4a9941acf891583af2d241615045d788c7a54093f6091"
}