Lightspeed Lisp



"...And if someone throws me a bug, I can code around it in a few
minutes." --Richard Gabriel

Hey all you lisp bashers that wander in here, BEAT THIS!

Late last year:

--------------------------------
Look at this one:

(clsql:sql
(clsql-sys::make-query [foo] [bar] [count [foo]]
:from [table]
:group-by '([foo] [bar])
:order-by '([foo] [bar])))
=> "SELECT FOO,BAR,COUNT(FOO) FROM TABLE GROUP BY (FOO,BAR) ORDER BY FOO,BAR"

I believe the parentheses around FOO,BAR in the GROUP BY clause are
wrong.
--------------------------------

Indeed they are, a fix is outlined...a challege issued by maintainer
to show fix is not postgress-centric, response prompts:

*********************************
Date: Tue, 25 Oct 2005 11:36:52 -0600

Harald Hanche-Olsen wrote:
If you mean am I in possession of a copy of ISO/IEC 9075:2003, no I
don't. But I do find grammars the SELECT statement in various places,
for example

Thanks for the supplemental information, Harald. That's good enough for
me. I'll look at producing a fix.
*********************************

Note the timestamp, and

+++++++++++++++++++++++++++++++++
Date: Tue, 25 Oct 2005 11:44:31 -0600

Kevin Rosenberg wrote:
Thanks for the supplemental information, Harald. That's good enough for
me. I'll look at producing a fix.

Version 3.3.2 has this fixed and a test added to the test suite for
this.
+++++++++++++++++++++++++++++++++

8 minutes, including test!

ALL YOUR BASES BELONG TO LISP!

....not to mention that the fix could have been dropped into RUNNING
code without a hitch, restart, nor recompile/relink...


--
Reply-To email is ignored.

--
Posted via a free Usenet account from http://www.teranews.com

.



Relevant Pages

  • Re: Wandering Mouse
    ... >>> My mouse pointer has recently started to wander across the screen ... >>> sometimes sideways and sometimes up or down. ... >> Fix: http://computing.kelkoo.co.uk/b/a/c_113301_mouse.html ... It's a common problem with Optical Mice when they start going bad. ...
    (alt.os.windows-xp)
  • Re: Wandering Mouse
    ... >> My mouse pointer has recently started to wander across the screen ... >> sometimes sideways and sometimes up or down. ... This is without touching ... Are you suggesting that the "fix" is a new mouse? ...
    (alt.os.windows-xp)
  • Re: Vulnerability in Black ICE Defender
    ... ISS has issued a statement regarding this ... vulnerability. ... They are in process of producing a fix, ...
    (Bugtraq)
  • Re: Multiple Projects
    ... I only added the header file as an atttempt ot fix the problem. ... was only a reference entry originally which was producing the compiler ...
    (microsoft.public.dotnet.languages.vc)
  • STORED PROCEDURE
    ... I am receiving the following error message when producing this fied as part of a select statement in a stored procedure. ... Can anyone help me fix it. ...
    (microsoft.public.sqlserver.programming)