"SELECT t0.id AS id_1, t0.questionid AS questionid_2, t0.category AS category_3, t0.points AS points_4, t0.mintreffer AS mintreffer_5, t0.questiontype AS questiontype_6, t0.correctanswer AS correctanswer_7, t0.question AS question_8, t0.answer AS answer_9, t0.path_picture_question AS path_picture_question_10, t0.path_picture_answer AS path_picture_answer_11, t0.comment AS comment_12, t0.quizid_id AS quizid_id_13 FROM questions t0 WHERE t0.questionid = ? LIMIT 1"
[
"sql" => "SELECT t0.id AS id_1, t0.questionid AS questionid_2, t0.category AS category_3, t0.points AS points_4, t0.mintreffer AS mintreffer_5, t0.questiontype AS questiontype_6, t0.correctanswer AS correctanswer_7, t0.question AS question_8, t0.answer AS answer_9, t0.path_picture_question AS path_picture_question_10, t0.path_picture_answer AS path_picture_answer_11, t0.comment AS comment_12, t0.quizid_id AS quizid_id_13 FROM questions t0 WHERE t0.questionid = ? LIMIT 1"
"params" => [1 => "Beruf_100_mc_frage_1302085847683e86e8c97cd2.73176942"
]
"types" => [1 => 2]
]
debug
Executing statement:
"""
SELECT q.questionid, q.points, ua.userid_id, ua.answered_correctly\r\n FROM user_answers ua\r\n LEFT JOIN questions q\r\n ON ua.questionid_id = q.id\r\n WHERE ua.userid_id = ?\r\n AND q.questionid = ?;
"""
[
"sql" => """
SELECT q.questionid, q.points, ua.userid_id, ua.answered_correctly\r\n FROM user_answers ua\r\n LEFT JOIN questions q\r\n ON ua.questionid_id = q.id\r\n WHERE ua.userid_id = ?\r\n AND q.questionid = ?;
"""
"params" => [1 => 7302 => "Beruf_100_mc_frage_1302085847683e86e8c97cd2.73176942"
]
"types" => [1 => 22 => 2]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.email AS email_2, t0.code AS code_3, t0.active AS active_4, t0.nickname AS nickname_5, t0.createdat AS createdat_6, t0.lastlogin AS lastlogin_7, t0.avatar AS avatar_8, t0.awards AS awards_9 FROM user t0 WHERE t0.id = ? LIMIT 1"
(parameters:
[1 => 730]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.email AS email_2, t0.code AS code_3, t0.active AS active_4, t0.nickname AS nickname_5, t0.createdat AS createdat_6, t0.lastlogin AS lastlogin_7, t0.avatar AS avatar_8, t0.awards AS awards_9 FROM user t0 WHERE t0.id = ? LIMIT 1"
"params" => [1 => 730]
"types" => [1 => 1]
]