2009-11-16 16:25 UTC+0200 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt)
* harbour/contrib/rddsql/sqlbase.c
* redirected DBINFO() method to SUPER, to make support for basic
DBI_* parameters
This commit is contained in:
@@ -17,6 +17,11 @@
|
||||
past entries belonging to author(s): Viktor Szakats.
|
||||
*/
|
||||
|
||||
2009-11-16 16:25 UTC+0200 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt)
|
||||
* harbour/contrib/rddsql/sqlbase.c
|
||||
* redirected DBINFO() method to SUPER, to make support for basic
|
||||
DBI_* parameters
|
||||
|
||||
2009-11-16 14:18 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* include/hbdefs.h
|
||||
+ Added HB_VMMAX[U]INT. Equivalent to HB_MAX[U]INT.
|
||||
|
||||
@@ -735,6 +735,9 @@ static HB_ERRCODE sqlbaseInfo( SQLBASEAREAP pArea, USHORT uiIndex, PHB_ITEM pIte
|
||||
case DBI_QUERY:
|
||||
hb_itemPutC( pItem, pArea->szQuery );
|
||||
break;
|
||||
|
||||
default:
|
||||
return SUPER_INFO( ( AREAP ) pArea, uiIndex, pItem );
|
||||
}
|
||||
|
||||
return HB_SUCCESS;
|
||||
|
||||
Reference in New Issue
Block a user