
Hi. I tried (query "select * from table1;" :plists) but I get: Error: Undefined operator NIL in form (NIL (CL-POSTGRES:EXEC-QUERY *DATABASE* "select * from table1;" (QUOTE POSTMODERN::SYMBOL-PLIST-ROW-READER))) What does that mean ? I'm using Lispworks/Windows. I also tried (query "select * from table1;" :alists) and that works ok.
I was living in Zagreb ...
I'm from Zagreb too.

Hi, I too have noticed that :plist and :plists doesn't work in in the current release version. I don't really have a need for it, so I just didn't use it. Thanks for the great product. Your library has been my #1 used over the last year. It is just so good that we very rarely need to say anything here. :-) Peace, -Luke On Wed, Jan 26, 2011 at 7:34 AM, Haris <fbogdanovic@xnet.hr> wrote:
Hi.
I tried (query "select * from table1;" :plists) but I get:
Error: Undefined operator NIL in form (NIL (CL-POSTGRES:EXEC-QUERY *DATABASE* "select * from table1;" (QUOTE POSTMODERN::SYMBOL-PLIST-ROW-READER))) What does that mean ? I'm using Lispworks/Windows.
I also tried (query "select * from table1;" :alists) and that works ok.
I was living in Zagreb ...
I'm from Zagreb too.
_______________________________________________ postmodern-devel mailing list postmodern-devel@common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/postmodern-devel
-- --------------------------------------------------- Dr Lucas Hope - (646) 2332123 after 3pm US EST Machine Learning and Software Engineering Consultant Melbourne, Australia

Hi Haris,
I tried (query "select * from table1;" :plists) but I get:
Error: Undefined operator NIL in form (NIL (CL-POSTGRES:EXEC-QUERY *DATABASE* "select * from table1;" (QUOTE POSTMODERN::SYMBOL-PLIST-ROW-READER)))
Interesting. On Allegro this seems to work fine. I don't have Lispworks installed at the moment. Could you do a little debugging yourself? For a start, what does the query form macroexpand to? And what if you macroexpand that again? I'm sort of confused about where the nil is coming from.
I'm from Zagreb too.
Cool. Do you know Alan Pavicic, by any chance? You should start a Lisp user group—there's bound to be at least three Lisp programmers there ;) Best, Marijn

On Tue, Jan 25, 2011 at 22:34, Marijn Haverbeke <marijnh@gmail.com> wrote:
I'm from Zagreb too.
Cool. Do you know Alan Pavicic, by any chance? You should start a Lisp user group—there's bound to be at least three Lisp programmers there ;)
There already is one user group, I have been on one meeting about an year ago. And Alan is still there. ;)

Coming back to this problem...
Error: Undefined operator NIL in form (NIL (CL-POSTGRES:EXEC-QUERY *DATABASE* "select * from table1;" (QUOTE POSTMODERN::SYMBOL-PLIST-ROW-READER)))
Last night I suddenly realized that this is a bug that was fixed a long time ago [1]. Get the current code from git, and it'll work. I should probably do a release again sometime soon. [1]: https://github.com/marijnh/Postmodern/commit/1627b8a8f8d19181112ba9d6b9eb544...
participants (4)
-
Haris
-
Lucas Hope
-
Marijn Haverbeke
-
Slobodan Milnović