From 4e06076a0ae5707687b45dcdefa8b3b22a2e8990 Mon Sep 17 00:00:00 2001 From: Maple Nebel Date: Tue, 7 Jul 2026 07:50:54 +0200 Subject: [PATCH] sqlx --- ...6c01a057ba0814f142e107c1534681045a788.json | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .sqlx/query-2d4a9e6ef7a4855eea2891267646c01a057ba0814f142e107c1534681045a788.json diff --git a/.sqlx/query-2d4a9e6ef7a4855eea2891267646c01a057ba0814f142e107c1534681045a788.json b/.sqlx/query-2d4a9e6ef7a4855eea2891267646c01a057ba0814f142e107c1534681045a788.json new file mode 100644 index 0000000..0f47cc3 --- /dev/null +++ b/.sqlx/query-2d4a9e6ef7a4855eea2891267646c01a057ba0814f142e107c1534681045a788.json @@ -0,0 +1,24 @@ +{ + "db_name": "PostgreSQL", + "query": "select nex_key from staged_nex_accounts where pid = $1", + "describe": { + "columns": [ + { + "ordinal": 0, + "name": "nex_key", + "type_info": "Bytea", + "origin": { + "Table": { + "table": "staged_nex_accounts", + "name": "nex_key" + } + } + } + ], + "parameters": { + "Left": ["Int4"] + }, + "nullable": [false] + }, + "hash": "2d4a9e6ef7a4855eea2891267646c01a057ba0814f142e107c1534681045a788" +}