From 4198445afcba94eb7a25b50c96ec6c2694ed2192 Mon Sep 17 00:00:00 2001 From: Tom Forbes Date: Thu, 26 Jul 2018 00:45:32 +0100 Subject: Refs #29548 -- Fixed failing window tests on MariaDB 10.3. --- docs/ref/models/database-functions.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'docs/ref') 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 `_ + the ``default`` parameter. + ``LastValue`` ------------- @@ -1533,6 +1538,11 @@ Calculates the leading value in a given :ref:`frame `. 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 `_ + the ``default`` parameter. + ``NthValue`` ------------ -- cgit v1.3