Files
enuxia-quiz/.sqlx/query-ea18f88dbfe1f03d56e14710420b2d817070c6508047902b3e2c7aef0d051134.json
T
Julien Denizot 7f7c095015
Build & Push / build (push) Failing after 11s
Traefik Config / traefik (push) Has been cancelled
feat: ci: add Dockerfile, docker-compose, Traefik config and Gitea Actions workflows
2026-04-13 18:31:37 +02:00

27 lines
906 B
JSON

{
"db_name": "SQLite",
"query": "SELECT\n EXISTS(\n SELECT 1 FROM submissions\n WHERE quiz_id = ?\n AND LOWER(TRIM(first_name)) = ?\n AND LOWER(TRIM(last_name)) = ?\n ) as existing,\n EXISTS(\n SELECT 1 FROM resets\n WHERE quiz_id = ?\n AND first_name = ?\n AND last_name = ?\n AND used = 0\n ) as has_reset",
"describe": {
"columns": [
{
"name": "existing",
"ordinal": 0,
"type_info": "Integer"
},
{
"name": "has_reset",
"ordinal": 1,
"type_info": "Integer"
}
],
"parameters": {
"Right": 6
},
"nullable": [
false,
false
]
},
"hash": "ea18f88dbfe1f03d56e14710420b2d817070c6508047902b3e2c7aef0d051134"
}