8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-30 09:23:09 +01:00
Commit Graph

12 Commits

Author SHA1 Message Date
dimitr
a0df016988 Totally misc. 2010-02-12 10:18:39 +00:00
robocop
4ffeaea47a Expose frac() in ib_udf but only as udf_frac to not clash with a possible native implementation. 2009-03-05 06:38:43 +00:00
alexpeshkoff
08c251854b All this functions became builtin in fb2.1 2007-06-01 12:08:01 +00:00
robocop
74dd3542ba Fix comment. 2006-09-28 06:27:27 +00:00
robocop
10e313d5bb Declare UDF lower as "LOWER" in ib_udf2.sql and go on with life. 2005-10-04 05:15:09 +00:00
robocop
3aaa840483 Misc. 2005-05-22 03:11:41 +00:00
robocop
39fbdce193 Totally misc. 2005-01-01 01:54:30 +00:00
robocop
4117b22257 Misc. 2004-12-07 01:40:48 +00:00
robocop
6521e12aaf Slavomir Skopalik contributed IB_UDF_frac. 2004-12-07 00:29:40 +00:00
fsg
84f6c9c02b Renamed old rand udf to srand
added new rand function without seed
FSG
2004-11-03 14:16:57 +00:00
robocop
2563ddf9f6 Comment added 2004-09-23 04:53:03 +00:00
robocop
8939aea4f0 Change in UDF handling to benefit ib_udf:
- The old ib_udf.sql works as always with ib_udf.c
- You can use ib_udf.cpp with the old ib_udf.sql, but it won't detect NULL
- You must use ib_udf2.sql ONLY with ib_udf.cpp and will have complete functionality
- You can point your build schema to use ib_udf.cpp instead of ib_udf.c
- The changes are backward compatible, except for the detection of NULL that needs the new DDL declarations.
2004-09-20 08:49:58 +00:00