1. Re: Rob: database.e update for v2.5
- Posted by Pete Lomax <petelomax at blueyonder.co.uk> Oct 02, 2004
- 412 views
On Thu, 30 Sep 2004 21:23:10 -0700, Derek Parnell <guest at RapidEuphoria.com> wrote: >Hayden McKay wrote: >> >> I somewhat agree with your idea to have database.e commands return a booleen >> value from a function. But I must point out that if your program is crashing >> because db_rename_table() tries to rename a table that does'nt exist then >> the problem is with the programes code, not database.e > >Exactly! That's why the program should handle the error and not database.e > <to the thread starter, I forget who it was> I would recommend you take a copy of database.e, and *rename* it, eg mydbs.e, then edit it to your hearts content. If after using it a while and ironing out any bugs, you are finding it helpful/easier/less confusing, and think others will also, then post it back as a user contribution. I think you missed the boat for 2.5, so unless you want to wait for 2.6 this is your only option. If you just edit the standard includes without renaming them, expect difficult problems when the thing gets installed on a system which still has the standard includes, or they re-install euphoria runtime, or indeed when you yourself upgrade to 2.5. Regards, Pete