bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-apl] Update on SQL support


From: David B. Lamkins
Subject: Re: [Bug-apl] Update on SQL support
Date: Mon, 21 Apr 2014 09:32:51 -0700

On Mon, 2014-04-21 at 22:06 +0800, Elias Mårtenson wrote:
> The library has now been renaled lib_sql.so. I've also tried to make
> sql.apl a bit more clever in how it loads the library. I'm a bit
> limited in handling errors while loading though. How can I raise a
> DOMAIN_ERROR from APL code?
> 

Use ⎕es (event simulate):

      )si
      ⎕es 'DOMAIN ERROR'
DOMAIN ERROR
      ⎕ES 'DOMAIN ERROR'
      ^
      )si
⋆






reply via email to

[Prev in Thread] Current Thread [Next in Thread]