Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MDEV-17359 Concatenation operator || in like expression | halfspawn | 2018-10-18 | 1 | -0/+36 |
| | |||||
* | MDEV-16186 Concatenation operator || returns wrong results in sql_mode=ORACLE | Alexander Barkov | 2018-05-16 | 1 | -0/+32 |
| | |||||
* | MDEV-12478 CONCAT function inside view casts values incorrectly with Oracle ↵ | Alexander Barkov | 2017-04-11 | 1 | -0/+31 |
| | | | | sql_mode | ||||
* | MDEV-12143 sql_mode=ORACLE: make the CONCAT function ignore NULL arguments | Alexander Barkov | 2017-04-05 | 1 | -0/+2 |
| | |||||
* | MDEV-11880 sql_mode=ORACLE: Make the concatenation operator ignore NULL ↵ | Alexander Barkov | 2017-04-05 | 1 | -0/+83 |
arguments Now when sql_mode=ORACLE, the concatenation operator || treats NULLs as empty strings. Based on the contributed patch from Jérôme Brauge. |