Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MDEV-12088 sql_mode=ORACLE: Do not require BEGIN..END in multi-statement ↵ | Alexander Barkov | 2017-04-05 | 1 | -0/+24 |
| | | | | exception handlers in THEN clause | ||||
* | MDEV-10587 sql_mode=ORACLE: User defined exceptions | Alexander Barkov | 2017-04-05 | 1 | -0/+167 |
| | |||||
* | MDEV-10411 Providing compatibility for basic PL/SQL constructs | Alexander Barkov | 2017-04-05 | 1 | -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 exceptions | Alexander Barkov | 2017-04-05 | 1 | -0/+191 |
| | |||||
* | MDEV-10839 sql_mode=ORACLE: Predefined exceptions: TOO_MANY_ROWS, ↵ | Alexander Barkov | 2017-04-05 | 1 | -0/+54 |
NO_DATA_FOUND, DUP_VAL_ON_INDEX |