2010-10-01 17:24 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt)
* harbour/contrib/sddpg/sddpg.c
* added text field support provided by Aleksander Czajczynski with
some changes
This commit is contained in:
@@ -16,6 +16,11 @@
|
||||
The license applies to all entries newer than 2009-04-28.
|
||||
*/
|
||||
|
||||
2010-10-01 17:24 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt)
|
||||
* harbour/contrib/sddpg/sddpg.c
|
||||
* added text field support provided by Aleksander Czajczynski with
|
||||
some changes
|
||||
|
||||
2010-10-01 17:15 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt)
|
||||
* harbour/contrib/hbwin/tests/oletst2.vbs
|
||||
* restored unintentional commit
|
||||
|
||||
@@ -296,6 +296,11 @@ static HB_ERRCODE pgsqlOpen( SQLBASEAREAP pArea )
|
||||
pFieldInfo.uiLen = ( HB_USHORT ) PQfmod( pResult, uiCount ) - 4;
|
||||
break;
|
||||
|
||||
case TEXTOID:
|
||||
pFieldInfo.uiType = HB_FT_MEMO;
|
||||
pFieldInfo.uiLen = 10;
|
||||
break;
|
||||
|
||||
case NUMERICOID:
|
||||
pFieldInfo.uiType = HB_FT_DOUBLE;
|
||||
pFieldInfo.uiLen = ( PQfmod( pResult, uiCount ) - 4 ) >> 16;
|
||||
|
||||
Reference in New Issue
Block a user