aboutsummaryrefslogtreecommitdiffstats
path: root/.sqlx/query-fd5580f8e187b78c352131a3163d9c15f809215b14378e241b151db4cedabe6a.json
diff options
context:
space:
mode:
authorrtkay123 <dev@kanjala.com>2025-08-10 13:47:25 +0200
committerrtkay123 <dev@kanjala.com>2025-08-10 13:47:25 +0200
commit4e070c8205c7039b8b63260976ffc81b5ac67beb (patch)
treec51a59018e07c7f6f442aab110c6cdfb48da4fed /.sqlx/query-fd5580f8e187b78c352131a3163d9c15f809215b14378e241b151db4cedabe6a.json
parentdbff6fa4e5684d8636fd46ecadfe5874a253bd49 (diff)
downloadwarden-4e070c8205c7039b8b63260976ffc81b5ac67beb.tar.bz2
warden-4e070c8205c7039b8b63260976ffc81b5ac67beb.zip
build(sqlx): offline queries
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"
+}