From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Neil Jerram" Newsgroups: gmane.lisp.guile.user Subject: Re: PATCH [0/12]: Guile-DBI and Guile-DBD-Postgres Date: Sat, 20 Sep 2008 01:00:06 +0200 Message-ID: <49dd78620809191600r770325acr7c69026d2daccd8e@mail.gmail.com> References: <3ae3aa420809190645o2fe2b746id80f53c5cb123e5b@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1221865232 443 80.91.229.12 (19 Sep 2008 23:00:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 19 Sep 2008 23:00:32 +0000 (UTC) Cc: Guile User Mailing List To: linasvepstas@gmail.com, "Maurizio Boriani" Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sat Sep 20 01:01:28 2008 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KgoyY-0003lV-25 for guile-user@m.gmane.org; Sat, 20 Sep 2008 01:01:22 +0200 Original-Received: from localhost ([127.0.0.1]:39740 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KgoxU-0008Ae-00 for guile-user@m.gmane.org; Fri, 19 Sep 2008 19:00:16 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KgoxP-0008AP-N9 for guile-user@gnu.org; Fri, 19 Sep 2008 19:00:11 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KgoxN-0008AD-9H for guile-user@gnu.org; Fri, 19 Sep 2008 19:00:10 -0400 Original-Received: from [199.232.76.173] (port=46152 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KgoxN-0008AA-3Y for guile-user@gnu.org; Fri, 19 Sep 2008 19:00:09 -0400 Original-Received: from rv-out-0708.google.com ([209.85.198.246]:42938) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KgoxM-0003Cz-Ev for guile-user@gnu.org; Fri, 19 Sep 2008 19:00:08 -0400 Original-Received: by rv-out-0708.google.com with SMTP id k29so710775rvb.6 for ; Fri, 19 Sep 2008 16:00:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=ErQj3Gkrsxt55fitm3tbg9z29bM9rkh6B7rmEGmI/Yg=; b=A83UMrbJzGswx4spWGWLCbTR0e7wk7/1OapxhLZh3RTPQrFasNXe/kgnYLUkb8IkS/ 5wn4KAFYuL+bUnS+AtdxNKECKqD1oGQ6Y7jeZi63hKb2pY3gUGGd1K8kJf408dj41EGt YMgCRe93bIN548OkV2FV92JQISrcff8Urzjac= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=ufZF7octYAxxxV34Vb+VGgMFQaoxyHoEPPoWyJNqAwnPnhissgKtnW62nx4uA0tf8c JycEduKLCH19epjV+65dpC+/mDWh8G3sBoPwxVW5hH/zcwj8h50pVXZmy5klnEWnuDam n7faB8LSJLR2YoLEyQsZOYsb2yOLLzFSofOlM= Original-Received: by 10.141.169.11 with SMTP id w11mr384865rvo.63.1221865206959; Fri, 19 Sep 2008 16:00:06 -0700 (PDT) Original-Received: by 10.140.142.15 with HTTP; Fri, 19 Sep 2008 16:00:06 -0700 (PDT) In-Reply-To: <3ae3aa420809190645o2fe2b746id80f53c5cb123e5b@mail.gmail.com> Content-Disposition: inline X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:6799 Archived-At: 2008/9/19 Linas Vepstas : > > I'm posting here -- although there used to be guile-dbi-user and guile-dbi-devel > mailing lists, these had no subscribers, and quickly filled with spam, as > evidenced by their mail archives. I've applied to get an account on gna.org > to post the patches there, but its been a week, and my account application > still hasn't gone through :-( It also appears that the original maintainer, > Maurizio Boriani, is not responding to email. Bummer. Can anyone provide firm evidence regarding whether guile-dbi is now maintained or unmaintained? If it is unmaintained, I guess we could consider merging it into the core Guile distribution. Any thoughts on that? Also, can anyone provide a summary of all the DB-related libraries for Guile? I believe there's guile-pg, and guile-sqlite, but (i) there could be others I've forgotten, and (ii) it would be great if someone could summarize how they differ / overlap / compare with each other. > The patches fix a variety of different crashes and hangs, and also fix > problems with missing data (e.g. for a query with N records, only N-1 > were being returned -- bad news when N=1) Cool, thanks. If it turns out to make sense to pull guile-dbi into core Guile, I guess we'll review and incorporate these patches at that time. Regards, Neil