Oleg Kobchenko wrote: > As the error processing for SQLite is naturally incorporated > with J signal, SQLite will throw an error "cannot have nested > transactions" already, which will be thrown in J. > So there is no need to maintain this just > to throw a different custom signal. > > Does that make sense?
I'm not sure. I guess your intent of start a transaction within apply is to assure atomicity and faster speed. Should them be already assured by an existing transaction, then 1. it is redundant 2. it raise superfluous "cannot have nested transactions" error 3. it becomes impossible to use apply within user started transaction. -- regards, bill ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
