<div>hi,</div>
<div>first of all sorry for the trivial question.</div>
<div> </div>
<div>I want to install postmodern with Allegro CL 8.0 Free express edition but i could not succeed.<br>I think there is a problem with asdf/asdf-install library but i am not sure.</div>
<div>What may be the reason?</div>
<div>Thank you in advance.</div>
<div> </div>
<div><span class="gmail_quote">On 17/08/07, <b class="gmail_sendername">Jens Teich</b> <<a href="mailto:info@jensteich.de">info@jensteich.de</a>> wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Marijn Haverbeke wrote:<br>> So could you give me the error message? That might give me a chance to<br>
> figure out what the problem is.<br>><br>> Cheers,<br>> Marijn<br><br>Here are two queries which should produce the same result<br><br>WEBCAT 36 > (postmodern:with-connection ("web_access" "web_access" "***" "localhost")
<br>             (postmodern:query<br>              (:select 'pmw.wert<br>               :from (:as 'projekt-merkmale-werte 'pmw)<br>                     (:as 'projekt-elemente       'pe)<br>               :where (:and
<br>                       (:= 'pmw.guid-produkt 'pe.guid-objekt)<br>                       (:= 'pe.guid "rzt732819vlurc5827955302wwxz8b")<br>                       (:= 'pmw.merkmal-id "MID1008519")
<br>                       (:= 'pmw.lang-id "de")))))<br>(("30 N") ("30 N") ("30 N") ("30 N"))<br><br>WEBCAT 37 > (postmodern:with-connection ("web_access" "web_access" "***" "localhost")
<br>             (postmodern:query<br>              (:select 'pmw.wert<br>               :from (:as 'projekt-merkmale-werte 'pmw)<br>               :inner-join (:as 'projekt-elemente       'pe)<br>               :on         (:= '
pmw.guid-produkt 'pe.guid-objekt)<br>               :where (:and<br>                       (:= 'pe.guid "rzt732819vlurc5827955302wwxz8b")<br>                       (:= 'pmw.merkmal-id "MID1008519")
<br>                       (:= 'pmw.lang-id "de")))))<br><br>Error: Database error 42601: syntax error at or near "on"<br>Query: (SELECT pmw.wert FROM projekt_merkmale_werte AS pmw INNER JOIN projekt_elemente AS pe ON (
pmw.guid_produkt = pe.guid_objekt), projekt_elemente AS pe, on, (pmw.guid_produkt = pe.guid_objekt) WHERE ((pe.guid = 'rzt732819vlurc5827955302wwxz8b') and (pmw.merkmal_id = 'MID1008519') and (pmw.lang_id = 'de')))
<br><br>Jens<br>_______________________________________________<br>postmodern-devel mailing list<br><a href="mailto:postmodern-devel@common-lisp.net">postmodern-devel@common-lisp.net</a><br><a href="http://common-lisp.net/cgi-bin/mailman/listinfo/postmodern-devel">
http://common-lisp.net/cgi-bin/mailman/listinfo/postmodern-devel</a><br></blockquote></div><br>