diff options
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/models/database-functions.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/ref/models/database-functions.txt b/docs/ref/models/database-functions.txt index be57691480..77e6a1beb4 100644 --- a/docs/ref/models/database-functions.txt +++ b/docs/ref/models/database-functions.txt @@ -1514,6 +1514,11 @@ Calculates the value offset by ``offset``, and if no row exists there, returns ``default`` must have the same type as the ``expression``, however, this is only validated by the database and not in Python. +.. admonition:: MariaDB and ``default`` + + MariaDB `doesn't support <https://jira.mariadb.org/browse/MDEV-12981>`_ + the ``default`` parameter. + ``LastValue`` ------------- @@ -1533,6 +1538,11 @@ Calculates the leading value in a given :ref:`frame <window-frames>`. Both ``default`` must have the same type as the ``expression``, however, this is only validated by the database and not in Python. +.. admonition:: MariaDB and ``default`` + + MariaDB `doesn't support <https://jira.mariadb.org/browse/MDEV-12981>`_ + the ``default`` parameter. + ``NthValue`` ------------ |
