On Fri, Sep 21, 2012 at 3:47 AM, Staffan Tylen <staffan.ty...@gmail.com>wrote:

> Yesterday I filed a bug report where the ooRexx environment is being
> brought down when trying to
> run a pragma command using the exec emthod.



Hi Staffan,

I'm glad you posted this because the developers have not
been receiving e-mail notifications for changes on the project.  I wasn't
aware of any new bugs, updates to bugs, etc., because I rely solely on the
e-mail notifications.




> I've since realised that there is a special pragma
> method that I've also been trying out. This method seems to work in the
> following case:
>
> tableInfo = dbConnection~pragma("table_info", "ExistingTable")
>
> but not in this case:
>
> tableInfo = dbConnection~pragma("table_info", "nonExistingTable")
> Error 48:   Failure in system service
> Error 48.900:  failed to allocate memory
>
> I haven't filed a bug report for this as I don't know if this is just a
> limitation that is not documented.
>
>

I'll take a look at both of the problems.  You can go ahead and open up a
bug for this one.  It's helpful to have a bug opened to keep track of
things.  Off the top of my head you shouldn't get this condition raised
unless there really is no memory left in the system for allocation.

--
Mark Miesfeld
------------------------------------------------------------------------------
Got visibility?
Most devs has no idea what their production app looks like.
Find out how fast your code is with AppDynamics Lite.
http://ad.doubleclick.net/clk;262219671;13503038;y?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
Oorexx-users mailing list
Oorexx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-users

Reply via email to