lml / lev

Ride the rails but don't touch them.
MIT License
2 stars 6 forks source link

lev now converts expections in routines to fatal errors #7

Closed jpslav closed 9 years ago

jpslav commented 9 years ago

lev now converts expections in routines to fatal errors and provides mechanisms for resurfacing those exceptions as well as raising any other errors as exceptions

jpslav commented 9 years ago

@Dantemss @kevinburleigh75 please let me know what you think.

Dantemss commented 9 years ago

does this still abort transactions?

jpslav commented 9 years ago

Rough experimentation by kb yesterday says yes. Since just converts exception to fatal error (which aborts transactions) should be fine. I know lev needs better tests. Volunteers? :-)

I tried some in memory active record stuff that doesn't seem to work

On Jan 14, 2015, at 11:03 AM, Dantemss notifications@github.com wrote:

does this still abort transactions?

— Reply to this email directly or view it on GitHub.