aboutsummaryrefslogtreecommitdiffstats
path: root/.sqlx/query-fd5580f8e187b78c352131a3163d9c15f809215b14378e241b151db4cedabe6a.json
diff options
context:
space:
mode:
Diffstat (limited to '.sqlx/query-fd5580f8e187b78c352131a3163d9c15f809215b14378e241b151db4cedabe6a.json')
-rw-r--r--.sqlx/query-fd5580f8e187b78c352131a3163d9c15f809215b14378e241b151db4cedabe6a.json15
1 files changed, 15 insertions, 0 deletions
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"
+}