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: Tue, 31 Jan 2023 16:09:15 +0200 Message-ID: <837cx23ies.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="10352"; 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 Tue Jan 31 15:42:00 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 1pMrpf-0002Ui-Qu for ged-emacs-devel@m.gmane-mx.org; Tue, 31 Jan 2023 15:41:59 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pMrK6-0007Qo-7Q; Tue, 31 Jan 2023 09:09:22 -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 1pMrK4-0007QQ-DW for emacs-devel@gnu.org; Tue, 31 Jan 2023 09:09:20 -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 1pMrK3-0004z4-5A; Tue, 31 Jan 2023 09:09:19 -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=DCzq0fMiv+jQ3moMi/ZoVuSh4FaL50dl6niCifUpeWw=; b=izbBs/iUU5bc lB6CA2tSAV9mUOI1n8Y29Zv/JBdGfdUNrG1HNuGqN0kbro0PwDvU3lbZVvOK4GCbkqh2Z6gU3pYk8 KPg+AlBAzITBRXLlaSOm13REblrCZG5vKXt1qL0xv0IbZRDnd0KzEn3XZmzHac4l/W8QaLfgs0DxM zHj9uGBkq2Q09a/k56LbZ6TfWR69Q4EwIecRVc9B27cn1X4mtdpWw9G6aMkweeUY8OslVwyEp1Sru XLTvqngm695dTIQC58KaOHydwCYP3ODRor7O65yeQOwdFJKAPCwL01+n6jI2cS/hy9xWiLAbrtcqO jlKJy/uaytuAtswg8tc8BQ==; 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 1pMrK2-0000xp-EK; Tue, 31 Jan 2023 09:09:18 -0500 In-Reply-To: (message from Gregor Kling on Tue, 31 Jan 2023 12:10:35 +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:302826 Archived-At: > Date: Tue, 31 Jan 2023 12:10:35 +0100 > From: Gregor Kling > > I am using emacs-29 (compiled today) which works fine with the exception > of org-roam. > > Using the recommended (org-roam-database-connector 'sqlite-builtin), I > get the following error: > > Debugger entered--Lisp error: (invalid-slot-type > emacsql-sqlite-builtin-connection process process # db=0x561fe8f964b8 name=orgroam.db>) > signal(invalid-slot-type (emacsql-sqlite-builtin-connection process > process > > Now my knowledge of the inner workings are lets say in the beginnings > respective to emacs lisp. > > But it seems this might not be a problem with org-roam per se, but with > the new sqlite embed. > > Can anyone approve? I suggest to post this first to the Org forum.