diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2024-09-17 19:06:20 -0400 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2024-09-17 19:06:20 -0400 |
| commit | 921f38a73e5d58a5a6077477a8b52d2705798f55 (patch) | |
| tree | 895eee6c31a9e6003e4d199e32eb04bcb32f8f11 /.sqlx | |
| parent | e6be82157fe718570aa13ab12803ee39083b8dff (diff) | |
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.
Diffstat (limited to '.sqlx')
| -rw-r--r-- | .sqlx/query-8e407aa645ceb5a1010aaa469d57a5956342b185d001c94179d4172936554829.json | 26 |
1 files changed, 0 insertions, 26 deletions
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" -} |
