From 4e070c8205c7039b8b63260976ffc81b5ac67beb Mon Sep 17 00:00:00 2001 From: rtkay123 Date: Sun, 10 Aug 2025 13:47:25 +0200 Subject: build(sqlx): offline queries --- ...c352131a3163d9c15f809215b14378e241b151db4cedabe6a.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .sqlx/query-fd5580f8e187b78c352131a3163d9c15f809215b14378e241b151db4cedabe6a.json (limited to '.sqlx/query-fd5580f8e187b78c352131a3163d9c15f809215b14378e241b151db4cedabe6a.json') diff --git a/.sqlx/query-fd5580f8e187b78c352131a3163d9c15f809215b14378e241b151db4cedabe6a.json b/.sqlx/query-fd5580f8e187b78c352131a3163d9c15f809215b14378e241b151db4cedabe6a.json new file mode 100644 index 0000000..adaba0e --- /dev/null +++ b/.sqlx/query-fd5580f8e187b78c352131a3163d9c15f809215b14378e241b151db4cedabe6a.json @@ -0,0 +1,15 @@ +{ + "db_name": "PostgreSQL", + "query": "insert into entity (id, cre_dt_tm)\n select * from unnest($1::text[], $2::timestamptz[])\n on conflict (id)\n do update set cre_dt_tm = excluded.cre_dt_tm\n ", + "describe": { + "columns": [], + "parameters": { + "Left": [ + "TextArray", + "TimestamptzArray" + ] + }, + "nullable": [] + }, + "hash": "fd5580f8e187b78c352131a3163d9c15f809215b14378e241b151db4cedabe6a" +} -- cgit v1.2.3