Project
sequel_proc_error_handling
Proc Error Handling allows you to specify a proc for
most of the database oriented operations. If an error
occurs, the klass and values are passed to the proc.
The proc may attempt to fix the error and retry, or
pass the error on up the chain.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Dependencies
Runtime
>= 3.11.0
Project Readme