From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-1.8 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NICE_REPLY_A,NO_DNS_FOR_FROM, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from [192.168.1.2] (unknown [101.128.126.183]) by gnuweeb.org (Postfix) with ESMTPSA id 08C05804D1; Fri, 28 Oct 2022 19:55:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1666986949; bh=f23oyavgv+Ix4Mjs8MCPYc+xKAMZfxltB1tITJVgeWc=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=rTdYWvpo34q8maYQ9NmUFE7t9p8wd5n8AxWb6NVkVGroyh092PIfvEXuuprwW8qmm o8VyYuYdind8zk/QuNT7u5073PZTbRAcMqNHwLtnvZTDXA/Arvt95WNL5t/5yKmkJR yf0PptPvrEM+iD+2m7jwnQ1beh4yuCPnsfKiG5RszUfVKi84skLWifkrdJvli5Lpu1 bik3QTPEmfhSEaCf7qO9Ku8TMRVnyV1x8rCvanAK/LjSPBIBKlOk9SZFlmoMzC91B+ RXfB/3C/3Z37sxD+c0gWDNcM0K3jmNJF/aFn2R17eNJlPb85XmN7fjbKu2o3BcuBjv Q4l3/pQdCiUxg== Message-ID: <964cedcd-8cd0-bc71-e566-43c34e499711@gnuweeb.org> Date: Sat, 29 Oct 2022 02:55:43 +0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.2.2 Subject: Re: [PATCH v1 2/2] daemon: telegram: Handle MySQL error Content-Language: en-US To: Ammar Faizi Cc: Alviro Iskandar Setiawan , GNU/Weeb Mailing List References: <20221027150823.601914-1-ammarfaizi2@gnuweeb.org> <20221027150823.601914-3-ammarfaizi2@gnuweeb.org> <1d500d37-b11b-75fd-38e5-d7f8e0a9b1d4@gnuweeb.org> <3a79a587-ddee-9e25-2ac5-b573938b44a9@gnuweeb.org> <043f55c3-67d8-9130-aca4-73c59926d2af@gnuweeb.org> <6aed0245-5156-7983-f4be-faf4d6cd7a13@gnuweeb.org> <67f786d9-f5b8-5e4a-3944-260483db1c6b@gnuweeb.org> From: Muhammad Rizki In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: On 29/10/22 02.49, Ammar Faizi wrote: > On 10/29/22 1:18 AM, Muhammad Rizki wrote: >> Anyway, I've ever wanted to refactor the DB using the SQLAlchemy and >> want to implement the clean-arch method too, but, IDK when to do that, >> maybe I could just re-create the daemon in my local and make the >> version 2 of it. > > Not now, maybe next year. > > For now, let's learn about ACID and how to handle error > properly first. > Okay, just teach me how to do it, I really never do the ACID method, so yeah, please understand a bit.