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

@@ -7,6 +7,13 @@
Entries may not always be in chronological/commit order. Entries may not always be in chronological/commit order.
See license at the end of file. */ See license at the end of file. */
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
2024-12-18 21:48 UTC-0800 Eric Lendvai (harbour.wiki) 2024-12-18 21:48 UTC-0800 Eric Lendvai (harbour.wiki)
* contrib/rddsql/sqlbase.c * contrib/rddsql/sqlbase.c
* contrib/rddsql/sqlmix.c * contrib/rddsql/sqlmix.c
@@ -100,6 +107,13 @@
* src/rdd/dbf1.c * src/rdd/dbf1.c
* minor code formatting * minor code formatting
2024-12-07 20:32 UTC-0300 Mario Wan Stadnik (wanstadnik gmail.com)
* utils/hbmk2/hbmk2.prg
* patch for MingW64 14.2.0 to find windres.exe automatically,
otherwise it failed with the resource compiler not found
error because it only looked for i686-w64-mingw32-windres.exe
instead of windres.exe.
2024-12-04 15:25 UTC+0100 Aleksander Czajczynski (hb fki.pl) 2024-12-04 15:25 UTC+0100 Aleksander Czajczynski (hb fki.pl)
* src/common/hbver.c * src/common/hbver.c
! added lacking VER_BUILDNUMBER definition that is missing ! added lacking VER_BUILDNUMBER definition that is missing

View File

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