aboutsummaryrefslogtreecommitdiffstats
path: root/.sqlx/query-e2ebd92e926a8efbcc96911a457f5e1e4032e9eedd9f5b2b449d32eb92a39326.json
blob: e2a3f2ad42fa13b90c69bb187ad5b722cdfd6212 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "db_name": "PostgreSQL",
  "query": "insert into account_holder (source, destination, cre_dt_tm)\n            select * from unnest($1::text[], $2::text[], $3::timestamptz[])\n            on conflict (source, destination)\n            do update set cre_dt_tm = excluded.cre_dt_tm\n            ",
  "describe": {
    "columns": [],
    "parameters": {
      "Left": [
        "TextArray",
        "TextArray",
        "TimestamptzArray"
      ]
    },
    "nullable": []
  },
  "hash": "e2ebd92e926a8efbcc96911a457f5e1e4032e9eedd9f5b2b449d32eb92a39326"
}