From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: emacsql-sqlite-builtin Date: Wed, 01 Feb 2023 14:38:50 +0200 Message-ID: <837cx11rxh.fsf@gnu.org> References: <837cx23ies.fsf@gnu.org> <868rhi1kjh.fsf@gmail.com> <9b8f3e4e-05c0-bb2d-8f44-f1ac213b16fb@its.thm.de> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="27890"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Gregor Kling Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Feb 01 13:40:57 2023 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pNCQ3-00072K-9d for ged-emacs-devel@m.gmane-mx.org; Wed, 01 Feb 2023 13:40:55 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pNCOt-0002l8-OT; Wed, 01 Feb 2023 07:39:45 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pNCOF-0002h2-3m for emacs-devel@gnu.org; Wed, 01 Feb 2023 07:39:13 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pNCOD-0001Da-Pb; Wed, 01 Feb 2023 07:39:02 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=vU52QuE37z+MwmeULqHgdwVTgeVdqMdunXDqTLKYcDQ=; b=KFHPHWU7ifoq OXi9ghL+UUvZVP6dw9WRL6vujzSG/t0zTve5O5Syh/hVDp7qavaIQqE/07NlNVTUnRA8lorOzrRz5 zp8N6ThcbCOFcwaja4gyGYDR7HyqjR4Gz1YLrc3zm9Mtiw96rq324/OOxtIKgbwbobyyX2Pjm4JSm M7dIuRhGEEs8oiSpkCNi0/WEC+9zXKYJ2ATg9SWuvLwFPjiSJFefD6Y9NS+p6w5v76UCxk8CHc6ru oHn/oy4o13f5bKktWnBbDFf7GvelJ40Bk1Ted2aqySwrrapHtuarI0EN1855z0arodqzjHChTxfvb ntof28yi9UgZ36oCMZE23w==; Original-Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pNCO4-0005zy-64; Wed, 01 Feb 2023 07:38:58 -0500 In-Reply-To: <9b8f3e4e-05c0-bb2d-8f44-f1ac213b16fb@its.thm.de> (message from Gregor Kling on Wed, 1 Feb 2023 09:00:55 +0100) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:302856 Archived-At: > Date: Wed, 1 Feb 2023 09:00:55 +0100 > Cc: emacs-devel@gnu.org > From: Gregor Kling > > The use of org-roam reveals only the symptom. > > I took it out from the equation and tried the following: > > (emacsql-sqlite (file-truename "~/a.db")) > > which *Messages* me a "Selecting deleted buffer" > > whereas using (emacsql-sqlite-builtin (file-truename "~/a.db")) > > it spits out: > > eieio--validate-slot-value: Invalid slot type: > emacsql-sqlite-builtin-connection... So the problem is in emacsql? That package is not in Emacs and not on ELPA, is it? If so, I suggest to report this to the developers of emacsql.