diff options
| author | Joel Klinghed <the_jk@spawned.biz> | 2025-06-23 09:11:06 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@spawned.biz> | 2025-06-23 09:11:06 +0200 |
| commit | d104bd0671181376f0756ba8ae6a03880654c186 (patch) | |
| tree | 87cfe1d2839cf9458b5a2b8fcfe8ce09289750de /server/.sqlx/query-5a74b7b419f360f513e4739636ffffc6443e2b33af98ad1c23c8fafa1901562f.json | |
| parent | 929bda8984995791f9702d8a38a06de00d3e555a (diff) | |
fixup! Initial support for translation reviews
Update sqlx
Diffstat (limited to 'server/.sqlx/query-5a74b7b419f360f513e4739636ffffc6443e2b33af98ad1c23c8fafa1901562f.json')
| -rw-r--r-- | server/.sqlx/query-5a74b7b419f360f513e4739636ffffc6443e2b33af98ad1c23c8fafa1901562f.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/server/.sqlx/query-5a74b7b419f360f513e4739636ffffc6443e2b33af98ad1c23c8fafa1901562f.json b/server/.sqlx/query-5a74b7b419f360f513e4739636ffffc6443e2b33af98ad1c23c8fafa1901562f.json new file mode 100644 index 0000000..3cd7d06 --- /dev/null +++ b/server/.sqlx/query-5a74b7b419f360f513e4739636ffffc6443e2b33af98ad1c23c8fafa1901562f.json @@ -0,0 +1,25 @@ +{ + "db_name": "MySQL", + "query": "SELECT COUNT(id) AS count FROM translation_reviews WHERE id=?", + "describe": { + "columns": [ + { + "ordinal": 0, + "name": "count", + "type_info": { + "type": "LongLong", + "flags": "NOT_NULL | BINARY", + "char_set": 63, + "max_size": 21 + } + } + ], + "parameters": { + "Right": 1 + }, + "nullable": [ + false + ] + }, + "hash": "5a74b7b419f360f513e4739636ffffc6443e2b33af98ad1c23c8fafa1901562f" +} |
