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:
parent
1ab00d0e89
commit
10e313d5bb
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user