From b023ad5191baa66e2e609fc1c97320336610b22f Mon Sep 17 00:00:00 2001 From: cos <115769951+OKSUchun@users.noreply.github.com> Date: Sat, 14 Dec 2024 12:12:59 +0900 Subject: [PATCH] Add videos data - How can the order of SQL WHERE clause conditions be fixed in Django ORM? --- ...use-conditions-be-fixed-in-django-orm.json | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pycon-kr-2023/videos/how-can-the-order-of-sql-where-clause-conditions-be-fixed-in-django-orm.json diff --git a/pycon-kr-2023/videos/how-can-the-order-of-sql-where-clause-conditions-be-fixed-in-django-orm.json b/pycon-kr-2023/videos/how-can-the-order-of-sql-where-clause-conditions-be-fixed-in-django-orm.json new file mode 100644 index 000000000..982383c84 --- /dev/null +++ b/pycon-kr-2023/videos/how-can-the-order-of-sql-where-clause-conditions-be-fixed-in-django-orm.json @@ -0,0 +1,24 @@ +{ + "copyright_text": "Standard YouTube License", + "description": "Explain why the order of conditions differs when using filter and filter chaining, and why the order is preserved when using Q objects. Additionally, introduce the process of how Django ORM translates queries into SQL statements.", + "duration": 1079, + "language": "korean", + "recorded": "2023-08-13", + "related_urls": [ + "https://2023.pycon.kr/session/24" + ], + "speakers": [ + "Ahn Seonghyeon" + ], + "tags": [ + "Django", "ORM" + ], + "thumbnail_url": "https://i.ytimg.com/vi/1tI6ectLjy4/maxresdefault.jpg", + "title": "How can the order of SQL WHERE clause conditions be fixed in Django ORM?", + "videos": [ + { + "type": "youtube", + "url": "https://www.youtube.com/watch?v=1tI6ectLjy4" + } + ] +}