Open firebird-automations opened 13 years ago
Commented by: @dyemanov
It would be faster to resolve it you could contribute the patch :-)
Commented by: @ibprovider
sdl.cpp
case blr\_sql\_time:
desc\-\>dsc\_dtype = dtype\_sql\_time;
desc\-\>dsc\_length = sizeof\(ULONG\);
break;
//-------------------- [begin patch] case blr_bool: desc->dsc_dtype = dtype_boolean; desc->dsc_length = sizeof(char); // <---- This is right? break; //-------------------- [end patch] default: fb_assert_continue(FALSE); return NULL; }
switch \(desc\-\>dsc\_dtype\)
\{
case dtype\_short:
Commented by: @dyemanov
Done, please test.
Commented by: @ibprovider
tested. fix works without problem :)
Submitted by: @ibprovider
Hi (#3)
Please add the support for blr_sql_bool into sdl_desc [sdl.cpp]
Thanks, Kovalenko Dmitry
Commits: FirebirdSQL/firebird@b8d5f6f24a7278e6ec11b59edebc5d0a6c5a3637