Revision 4026
Added by Aaron Marcuse-Kubitza over 12 years ago
sql_gen.py | ||
---|---|---|
679 | 679 |
This allows the exception to be parsed like a native exception. |
680 | 680 |
Always raise as data_exception so it goes in the errors table. */ |
681 | 681 |
IF exc_name IS NOT NULL THEN |
682 |
RAISE data_exception USING MESSAGE = msg;
|
|
682 |
RAISE data_exception USING MESSAGE = msg; |
|
683 | 683 |
-- Re-raise non-PL/Python exceptions |
684 | 684 |
ELSE |
685 | 685 |
'''+reraise_exc+'''\ |
Also available in: Unified diff
Removed trailing whitespace on non-empty lines