From d104bd0671181376f0756ba8ae6a03880654c186 Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Mon, 23 Jun 2025 09:11:06 +0200 Subject: fixup! Initial support for translation reviews Update sqlx --- ...dff7196bf9c7742cbf03403bf6c5df146f6c413a0b.json | 47 ++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 server/.sqlx/query-55429007f58165246e1ea7dff7196bf9c7742cbf03403bf6c5df146f6c413a0b.json (limited to 'server/.sqlx/query-55429007f58165246e1ea7dff7196bf9c7742cbf03403bf6c5df146f6c413a0b.json') diff --git a/server/.sqlx/query-55429007f58165246e1ea7dff7196bf9c7742cbf03403bf6c5df146f6c413a0b.json b/server/.sqlx/query-55429007f58165246e1ea7dff7196bf9c7742cbf03403bf6c5df146f6c413a0b.json new file mode 100644 index 0000000..df791f2 --- /dev/null +++ b/server/.sqlx/query-55429007f58165246e1ea7dff7196bf9c7742cbf03403bf6c5df146f6c413a0b.json @@ -0,0 +1,47 @@ +{ + "db_name": "MySQL", + "query": "SELECT name,content,example FROM localization_placeholders WHERE localization_string=? ORDER BY id ASC", + "describe": { + "columns": [ + { + "ordinal": 0, + "name": "name", + "type_info": { + "type": "VarString", + "flags": "NOT_NULL | NO_DEFAULT_VALUE", + "char_set": 224, + "max_size": 512 + } + }, + { + "ordinal": 1, + "name": "content", + "type_info": { + "type": "VarString", + "flags": "NOT_NULL | NO_DEFAULT_VALUE", + "char_set": 224, + "max_size": 1024 + } + }, + { + "ordinal": 2, + "name": "example", + "type_info": { + "type": "VarString", + "flags": "NOT_NULL", + "char_set": 224, + "max_size": 1024 + } + } + ], + "parameters": { + "Right": 1 + }, + "nullable": [ + false, + false, + false + ] + }, + "hash": "55429007f58165246e1ea7dff7196bf9c7742cbf03403bf6c5df146f6c413a0b" +} -- cgit v1.2.3-70-g09d2