From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Linas Vepstas" Newsgroups: gmane.lisp.guile.user Subject: Re: PATCH [0/12]: Guile-DBI and Guile-DBD-Postgres Date: Sat, 20 Sep 2008 10:43:47 -0500 Message-ID: <3ae3aa420809200843p521e8552vf271115cec5c101c@mail.gmail.com> References: <3ae3aa420809190645o2fe2b746id80f53c5cb123e5b@mail.gmail.com> <49dd78620809191600r770325acr7c69026d2daccd8e@mail.gmail.com> <3ae3aa420809191719n47e1aa4fn59fd1f8a3f18583e@mail.gmail.com> Reply-To: linasvepstas@gmail.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1221925461 11417 80.91.229.12 (20 Sep 2008 15:44:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 20 Sep 2008 15:44:21 +0000 (UTC) Cc: Maurizio Boriani , Guile User Mailing List , Neil Jerram To: "Greg Troxel" Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sat Sep 20 17:45:18 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 1Kh4e3-0001DP-Q5 for guile-user@m.gmane.org; Sat, 20 Sep 2008 17:45:16 +0200 Original-Received: from localhost ([127.0.0.1]:35531 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kh4d2-0000HY-BM for guile-user@m.gmane.org; Sat, 20 Sep 2008 11:44:12 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kh4ch-0000Gm-Mi for guile-user@gnu.org; Sat, 20 Sep 2008 11:43:51 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kh4ce-0000G7-Rl for guile-user@gnu.org; Sat, 20 Sep 2008 11:43:50 -0400 Original-Received: from [199.232.76.173] (port=43803 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kh4ce-0000Fx-Hm for guile-user@gnu.org; Sat, 20 Sep 2008 11:43:48 -0400 Original-Received: from wr-out-0506.google.com ([64.233.184.232]:12469) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kh4ce-000181-6A for guile-user@gnu.org; Sat, 20 Sep 2008 11:43:48 -0400 Original-Received: by wr-out-0506.google.com with SMTP id c30so328859wra.14 for ; Sat, 20 Sep 2008 08:43:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to :to:subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=lfC7BCEMjeAZNE2v1oOgBb3LylM7PyjscYlYleYXf7k=; b=xdxx8Ce/3kPWE/5eg07G7WvbdFKdiMTLd9IIvDi5VlgT5Ge5N1BeQ2TeqlxzXWzkgT ml4AXgiwwmNW+EKk0B4X8iLn3cJSEX01p4on6VMzGPGFX63WqCuj6bsh1orBw+j4U9Dz v/hRz4Bl+I8OlZAv7O+UvtZQFAFMxt848orPk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:to:subject:cc:in-reply-to :mime-version:content-type:content-transfer-encoding :content-disposition:references; b=kE+jTw/ccoVVCsQYZq+mO+yxvvpxmWpYcG2Fs129MdFZx6NW8/Q3Gz9IKN0mYkXVAe NvjNXNQDePcJJk3HsAQZdLQCn6devitul3iWzl98jl7e/TLGUqulyWTD/zSU7RwehomM BhK83bvMxW6zTBaAr1ggaBNRXbL85mRJbh1qE= Original-Received: by 10.100.120.6 with SMTP id s6mr1365567anc.106.1221925427399; Sat, 20 Sep 2008 08:43:47 -0700 (PDT) Original-Received: by 10.100.207.16 with HTTP; Sat, 20 Sep 2008 08:43:47 -0700 (PDT) In-Reply-To: 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:6804 Archived-At: 2008/9/20 Greg Troxel : > ? I would be surprised if any database interface returned a > string, when the database column was declared an int, > so I don't quite understand this ... > > That would be the SQL way :-) I haven't looked at guile-dbi; perhaps it > has the critical conversions already. Yes, it does, in the DBD layer. One of my patches fixed a faulty float pt conversion. --linas