[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
⋆
- [Bug-apl] Update on SQL support, Elias Mårtenson, 2014/04/14
- Re: [Bug-apl] Update on SQL support, Blake McBride, 2014/04/14
- Re: [Bug-apl] Update on SQL support, Elias Mårtenson, 2014/04/15
- Re: [Bug-apl] Update on SQL support, Blake McBride, 2014/04/15
- Re: [Bug-apl] Update on SQL support, Elias Mårtenson, 2014/04/17
- Re: [Bug-apl] Update on SQL support, Elias Mårtenson, 2014/04/20
- Re: [Bug-apl] Update on SQL support, Elias Mårtenson, 2014/04/21
- Re: [Bug-apl] Update on SQL support, Elias Mårtenson, 2014/04/21
- Re: [Bug-apl] Update on SQL support,
David B. Lamkins <=