8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 15:23:02 +01:00

Declare UDF lower as "LOWER" in ib_udf2.sql and go on with life.

This commit is contained in:
robocop 2005-10-04 05:15:09 +00:00
parent 1ab00d0e89
commit 10e313d5bb

View File

@ -377,7 +377,7 @@ DECLARE EXTERNAL FUNCTION log10
* INTERBASE character string.
*
*****************************************/
DECLARE EXTERNAL FUNCTION lower
DECLARE EXTERNAL FUNCTION "LOWER"
CSTRING(255) NULL
RETURNS CSTRING(255) FREE_IT
ENTRY_POINT 'IB_UDF_lower' MODULE_NAME 'ib_udf';