aboutsummaryrefslogtreecommitdiffstats
path: root/.sqlx/query-89d83588ed7a8183bf5c41b5178019287f3a0bff33c86f2bf6bada3a3185b017.json
diff options
context:
space:
mode:
Diffstat (limited to '.sqlx/query-89d83588ed7a8183bf5c41b5178019287f3a0bff33c86f2bf6bada3a3185b017.json')
-rw-r--r--.sqlx/query-89d83588ed7a8183bf5c41b5178019287f3a0bff33c86f2bf6bada3a3185b017.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/.sqlx/query-89d83588ed7a8183bf5c41b5178019287f3a0bff33c86f2bf6bada3a3185b017.json b/.sqlx/query-89d83588ed7a8183bf5c41b5178019287f3a0bff33c86f2bf6bada3a3185b017.json
new file mode 100644
index 0000000..041b28c
--- /dev/null
+++ b/.sqlx/query-89d83588ed7a8183bf5c41b5178019287f3a0bff33c86f2bf6bada3a3185b017.json
@@ -0,0 +1,14 @@
+{
+ "db_name": "PostgreSQL",
+ "query": "insert into account (id)\n select * from unnest($1::text[])\n on conflict (id) do nothing",
+ "describe": {
+ "columns": [],
+ "parameters": {
+ "Left": [
+ "TextArray"
+ ]
+ },
+ "nullable": []
+ },
+ "hash": "89d83588ed7a8183bf5c41b5178019287f3a0bff33c86f2bf6bada3a3185b017"
+}