Add missing ini entries for CURRENT_TIMESTAMP function. Closes #1666

This commit is contained in:
Ansgar Becker
2022-09-22 07:24:12 +02:00
parent 8e38e4ee99
commit cad673e213
2 changed files with 10 additions and 0 deletions

View File

@ -250,6 +250,11 @@ name=CUME_DIST
declaration=[ PARTITION BY partition_expression ] [ ORDER BY order_list ] declaration=[ PARTITION BY partition_expression ] [ ORDER BY order_list ]
category=Window Functions category=Window Functions
description=CUME_DIST() is a window function that returns the cumulative\ndistribution of a given row. The following formula is used\nto calculate the value:\n \n(number of rows description=CUME_DIST() is a window function that returns the cumulative\ndistribution of a given row. The following formula is used\nto calculate the value:\n \n(number of rows
[CURRENT_TIMESTAMP]
name=CURRENT_TIMESTAMP
declaration=
category=Date and Time Functions
description=CURRENT_TIMESTAMP and CURRENT_TIMESTAMP() are synonyms for NOW().
[CURDATE] [CURDATE]
declaration= declaration=
category=Date and Time Functions category=Date and Time Functions

View File

@ -187,6 +187,11 @@ description=Creates a shared secret for generating a DH private/public key pair
declaration=digest_type, str declaration=digest_type, str
category=Enterprise Encryption Functions category=Enterprise Encryption Functions
description=Creates a digest from the given string using the given digest type, and\nreturns the digest as a binary string description=Creates a digest from the given string using the given digest type, and\nreturns the digest as a binary string
[CURRENT_TIMESTAMP]
name=CURRENT_TIMESTAMP
declaration=
category=Date and Time Functions
description=CURRENT_TIMESTAMP and CURRENT_TIMESTAMP() are synonyms for NOW().
[CURTIME] [CURTIME]
declaration=[fsp] declaration=[fsp]
category=Date and Time Functions category=Date and Time Functions