summaryrefslogtreecommitdiff
path: root/server/.sqlx/query-55429007f58165246e1ea7dff7196bf9c7742cbf03403bf6c5df146f6c413a0b.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-55429007f58165246e1ea7dff7196bf9c7742cbf03403bf6c5df146f6c413a0b.json
parent929bda8984995791f9702d8a38a06de00d3e555a (diff)
fixup! Initial support for translation reviews
Update sqlx
Diffstat (limited to 'server/.sqlx/query-55429007f58165246e1ea7dff7196bf9c7742cbf03403bf6c5df146f6c413a0b.json')
-rw-r--r--server/.sqlx/query-55429007f58165246e1ea7dff7196bf9c7742cbf03403bf6c5df146f6c413a0b.json47
1 files changed, 47 insertions, 0 deletions
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"
+}