2024-12-19 10:24 UTC+0100 Aleksander Czajczynski (hb fki.pl)

* contrib/rddsql/sqlbase.c
    % cleanup unnecessary braces

  * ChangeLog.txt
    + missing entry from pull request #364
This commit is contained in:
Aleksander Czajczynski
2024-12-19 10:25:11 +01:00
parent 1e0c5c64c6
commit ce1bc20399
2 changed files with 16 additions and 4 deletions

View File

@@ -744,10 +744,8 @@ static HB_ERRCODE sqlbaseCreate( SQLBASEAREAP pArea, LPDBOPENINFO pOpenInfo )
break;
case HB_FT_TIMESTAMP:
{
pItem = hb_itemPutTDT( NULL, 0, 0 );
break;
}
pItem = hb_itemPutTDT( NULL, 0, 0 );
break;
case HB_FT_LOGICAL:
pItem = hb_itemPutL( NULL, HB_FALSE );