Hi all,

Please note that with PicoLisp version 25.5.30 the deprecated Pilog
database predicates (i.e. 'db/[1-3]', 'select/3', and related predicates
like 'head/3', :range/3', 'part/3' etc.) were removed from
"@lib/pilog.l", and put into a new, separate file "@lib/select.l"!!

Applications should now use 'search' instead:

   https://software-lab.de/doc/refS.html#search
   https://software-lab.de/doc/search.html

and '+DbChart' instead of '+QueryChart' in GUIs.

I've already rewritten major parts of my demo and production
applications a while ago, like

   https://picolisp.com
      https://software-lab.de/wiki.tgz

   https://picolisp.com/app
      https://software-lab.de/demoApp.tgz

   https://picolisp.com/osm
      https://software-lab.de/osm.tgz

and also all PilBox apps.

If existing legacy applications cannot be rewritten, they must call

   (load "@lib/select.l")

at startup.

Sorry for the trouble! :)

☺/ A!ex

-- 
UNSUBSCRIBE: mailto:[email protected]?subject=Unsubscribe

Reply via email to