summaryrefslogtreecommitdiff
path: root/mysql-test/suite/compat/oracle/t/exception.test
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-12088 sql_mode=ORACLE: Do not require BEGIN..END in multi-statement ↵Alexander Barkov2017-04-051-0/+24
| | | | exception handlers in THEN clause
* MDEV-10587 sql_mode=ORACLE: User defined exceptionsAlexander Barkov2017-04-051-0/+167
|
* MDEV-10411 Providing compatibility for basic PL/SQL constructsAlexander Barkov2017-04-051-0/+21
| | | | | | | | An additional change for "Part 9: EXCEPTION handlers" This construct: EXCEPTION WHEN OTHERS THEN ...; now catches warning-alike conditions, e.g. NO_DATA_FOUND.
* MDEV-10840 sql_mode=ORACLE: RAISE statement for predefined exceptionsAlexander Barkov2017-04-051-0/+191
|
* MDEV-10839 sql_mode=ORACLE: Predefined exceptions: TOO_MANY_ROWS, ↵Alexander Barkov2017-04-051-0/+54
NO_DATA_FOUND, DUP_VAL_ON_INDEX