From 921f38a73e5d58a5a6077477a8b52d2705798f55 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Tue, 17 Sep 2024 19:06:20 -0400 Subject: Express record dependencies through types. This provides a convenient place to _stick_ "not found" errors, though actually introducing them will come in a later commit. --- ...469d57a5956342b185d001c94179d4172936554829.json | 26 ---------------------- 1 file changed, 26 deletions(-) delete mode 100644 .sqlx/query-8e407aa645ceb5a1010aaa469d57a5956342b185d001c94179d4172936554829.json (limited to '.sqlx') diff --git a/.sqlx/query-8e407aa645ceb5a1010aaa469d57a5956342b185d001c94179d4172936554829.json b/.sqlx/query-8e407aa645ceb5a1010aaa469d57a5956342b185d001c94179d4172936554829.json deleted file mode 100644 index aa35e54..0000000 --- a/.sqlx/query-8e407aa645ceb5a1010aaa469d57a5956342b185d001c94179d4172936554829.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "db_name": "SQLite", - "query": "\n select\n id as \"id: Id\",\n name\n from login\n where id = $1\n ", - "describe": { - "columns": [ - { - "name": "id: Id", - "ordinal": 0, - "type_info": "Text" - }, - { - "name": "name", - "ordinal": 1, - "type_info": "Text" - } - ], - "parameters": { - "Right": 1 - }, - "nullable": [ - false, - false - ] - }, - "hash": "8e407aa645ceb5a1010aaa469d57a5956342b185d001c94179d4172936554829" -} -- cgit v1.2.3