Re: [Bug-apl] Another SQL module update

2014-07-20 Thread Juergen Sauermann
Hi Elias, thanks, I have updated the GNU APL SVN today, SVN 380. /// Jürgen On 07/18/2014 07:10 PM, Elias Mårtenson wrote: I found a bug where the application would crash if you tried to list the tables when you didn't have any tables in the database. I've fixed it now so that it returns ⍬ a

Re: [Bug-apl] Another SQL module update

2014-07-18 Thread Blake McBride
Thanks! *Blake McBride* www.arahant.com Cell:615-394-6760 Office: 615-376-5500 Fax: 615-377-6006 On Fri, Jul 18, 2014 at 12:10 PM, Elias Mårtenson wrote: > I found a bug where the application would crash if you tried to list the > tables when you didn't have any tables in the datab

[Bug-apl] Another SQL module update

2014-07-18 Thread Elias Mårtenson
I found a bug where the application would crash if you tried to list the tables when you didn't have any tables in the database. I've fixed it now so that it returns ⍬ as it's supposed to. Regards, Elias