Em 12/06/2016 13:08, Jiří Činčura escreveu: >> And behaves different 3.0, so obvious answer, it was a bug. ;) > > On Firebird 3.0 I'm getting: > Statement failed, SQLSTATE = 42000 > validation error for variable TEST, value "*** null ***" > -At procedure 'TEST' line: 6, col: 3 > > Basically the same. So maybe it is still a bug. >
Sorry, the bug was another with SELECT FROM PROCEDURE. This one is not a bug. EXECUTE PROCEDURE makes it always returns a single row, which has NULL in the output parameter. Adriano ------------------------------------------------------------------------------ What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic patterns at an interface-level. Reveals which users, apps, and protocols are consuming the most bandwidth. Provides multi-vendor support for NetFlow, J-Flow, sFlow and other flows. Make informed decisions using capacity planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel
