14.03.2014 17:45, Weverton Gomes wrote: > Yes. The source use a pointer to a delphi structure to represent the > timestamp. And, as I > said before, this works normally since FB 1.5.
For me it works with 3.0 as well: > SQL> declare external function ddddate timestamp returns smallint by value > entry_point 'udf_Day' module_name 'tbudf'; > SQL> commit; > SQL> select ddddate(current_timestamp) from rdb$database; > > DDDDATE > ======= > 14 > > SQL> show version; > ISQL Version: WI-T3.0.0.30953 Firebird 3.0 Alpha 2 > Server version: > Firebird/Windows/Intel/i386 (access method), version "WI-T3.0.0.30953 > Firebird 3.0 Alpha 2" > on disk structure version 12.0 > SQL> -- WBR, SD. ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders in the field, this first edition is now available. Download your free book today! http://p.sf.net/sfu/13534_NeoTech Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel
