summaryrefslogtreecommitdiff
path: root/server/.sqlx/query-fbdd04d5e4126505c7fa156a3bd1f16120338341db1b1c272dbc8a37fb2fe0b3.json
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@spawned.biz>2025-06-23 09:11:06 +0200
committerJoel Klinghed <the_jk@spawned.biz>2025-06-23 09:11:06 +0200
commitd104bd0671181376f0756ba8ae6a03880654c186 (patch)
tree87cfe1d2839cf9458b5a2b8fcfe8ce09289750de /server/.sqlx/query-fbdd04d5e4126505c7fa156a3bd1f16120338341db1b1c272dbc8a37fb2fe0b3.json
parent929bda8984995791f9702d8a38a06de00d3e555a (diff)
fixup! Initial support for translation reviews
Update sqlx
Diffstat (limited to 'server/.sqlx/query-fbdd04d5e4126505c7fa156a3bd1f16120338341db1b1c272dbc8a37fb2fe0b3.json')
-rw-r--r--server/.sqlx/query-fbdd04d5e4126505c7fa156a3bd1f16120338341db1b1c272dbc8a37fb2fe0b3.json58
1 files changed, 58 insertions, 0 deletions
diff --git a/server/.sqlx/query-fbdd04d5e4126505c7fa156a3bd1f16120338341db1b1c272dbc8a37fb2fe0b3.json b/server/.sqlx/query-fbdd04d5e4126505c7fa156a3bd1f16120338341db1b1c272dbc8a37fb2fe0b3.json
new file mode 100644
index 0000000..5616b4b
--- /dev/null
+++ b/server/.sqlx/query-fbdd04d5e4126505c7fa156a3bd1f16120338341db1b1c272dbc8a37fb2fe0b3.json
@@ -0,0 +1,58 @@
+{
+ "db_name": "MySQL",
+ "query": "SELECT id, name, file, meaning FROM localization_strings WHERE translation_review=?",
+ "describe": {
+ "columns": [
+ {
+ "ordinal": 0,
+ "name": "id",
+ "type_info": {
+ "type": "LongLong",
+ "flags": "NOT_NULL | PRIMARY_KEY | UNSIGNED | AUTO_INCREMENT",
+ "char_set": 63,
+ "max_size": 20
+ }
+ },
+ {
+ "ordinal": 1,
+ "name": "name",
+ "type_info": {
+ "type": "VarString",
+ "flags": "NOT_NULL | NO_DEFAULT_VALUE",
+ "char_set": 224,
+ "max_size": 2048
+ }
+ },
+ {
+ "ordinal": 2,
+ "name": "file",
+ "type_info": {
+ "type": "VarString",
+ "flags": "NOT_NULL | NO_DEFAULT_VALUE",
+ "char_set": 224,
+ "max_size": 2048
+ }
+ },
+ {
+ "ordinal": 3,
+ "name": "meaning",
+ "type_info": {
+ "type": "VarString",
+ "flags": "NOT_NULL",
+ "char_set": 224,
+ "max_size": 2048
+ }
+ }
+ ],
+ "parameters": {
+ "Right": 1
+ },
+ "nullable": [
+ false,
+ false,
+ false,
+ false
+ ]
+ },
+ "hash": "fbdd04d5e4126505c7fa156a3bd1f16120338341db1b1c272dbc8a37fb2fe0b3"
+}