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

Correction.

This commit is contained in:
robocop 2008-08-23 11:08:21 +00:00
parent 5f46c56ddd
commit 3ffc6889d4

View File

@ -3323,7 +3323,7 @@ static void define_udf(CompiledStatement* statement)
field->fld_dtype == dtype_timestamp))
{
// Return mode by value not allowed for this data type
ERRD_post(Arg::Gds(isc_sqlerr) << Arg::Num(-60) <<
ERRD_post(Arg::Gds(isc_sqlerr) << Arg::Num(-607) <<
Arg::Gds(isc_dsql_command_err) <<
Arg::Gds(isc_return_mode_err));
}