Page 1 of 1

newLISP development release v.10.0.7

Posted: Mon Jun 01, 2009 1:40 pm
by Lutz
• changes in build process and installation
• other minor changes and fixes

files and CHANGES notes: http://www.newlisp.org/downloads/development/

Posted: Mon Jun 01, 2009 3:23 pm
by Jeff
Bug in the new mysql module in MySQL:fetch-all. When a result returns no rows (but is a valid query), reverse fails. It can be fixed by setting a default value to the local variable 'all:

Code: Select all

(define (fetch-all , (all '()))