search for: r8484

Displaying 1 result from an estimated 1 matches for "r8484".

Did you mean: 8484
2008 Mar 06
1
ActiveRecord exception handling
...SystemExit and SignalException, which have nothing to do with invalid SQL. If I''m executing a statement when I send a TERM signal to the process (or call exit(0) when I trap it), if I catch StatementInvalid and deal with it somehow my script is going to continue running. I just noticed in r8484 the other thing I was going to mention (''TERM'' being trapped in transactions.rb) was fixed; that produced similar behavior. Even changing Exception to StandardException inside AbstractAdapter.log would solve most of what I''m seeing. Does anyone have any thoughts on this?...