Changelog for SQLRDD

2010-08-25 20:30 UTC-0300 Luiz Rafael Culik
! source/pgs.c
! fix to nullable detection ( was inverted )

2010-08-04 19:30 UTC-0300 Luiz Rafael Culik
! source/sqlrdd0.prg
! fixed drop of indkex_xxx in SR_DropIndex()

Changelog for SQLRDD

2010-08-04 19:30 UTC-0300 Luiz Rafael Culik
! source/sqlrdd0.prg
! fixed drop of indkex_xxx in SR_DropIndex()

Changelog for SQLRDD

2010-08-04 19:30 UTC-0300 Luiz Rafael Culik
! source/sqlrdd1.c
+ Sr_SetFound() function
! source/sqlrdd2.prg
! fixed seek last
! fixed orddestroy support
! source/sqlrdd0.prg
! minor fix to sr_dropindex

Changelog for SQLRDD

2010-07-25 14:00 UTC-0300 Luiz Rafael Culik
! source/pgs.c
! minor fix to nullable field detection

Changelog for SQLRDD

2010-07-13 23:13 UTC-0300 Luiz Rafael Culik
! source/sqlex1.c
! source/sqlex2.c
! source/sqlex3.c
! some fixes on seeks and order setting
! implemented sr_setfilter
changes for use the new INDEXBINDP * IndexBindings
! source/sqlex.h
!changed INDEXBINDP IndexBindings[MAX_INDEXES] to INDEXBINDP * IndexBindings for better memory usage
! source/sqlsrodbc.c
! changed all fix arrays initialization to {0}
! source/sqlrdd1.c
! change all HB_ITEM xxx to PHB_ITM xxx and commented out usage os xxx.type = HB_IT_NIL;
! source/sqlrdd2.prg]
! under sqlex, we need to get the indkey_xxx field

Changelog for SQLRDD

2010-07-12 19:13 UTC-0300 Luiz Rafael Culik
! source/utils.prg
+ functions sr_AddToFilter() to add an recno to existing filter and sr_clearFilter() to clear this recno filter
! source/sqlrdd2.prg
! Added support for recno filters
! fixed QuotedNull() method to return null values where need under postgresql
! source/pgs.c
! fixed PGSTABLEATTR() to correct check if field is nullable

Changelog for SQLRDD

2010-06-21 23:45 UTC-0300 Luiz Rafael Culik
! source/sqlex1.c
! fixed orddescend support

2010-06-19 10:45 UTC-0300 Luiz Rafael Culik
! source/sqlpgs.prg
! added support for postgresql 9.0

2010-06-18 16:10 UTC-0300 Luiz Rafael Culik
! source/sqlex1.c
! fixed some memory init buffer initialize to 0 ( memset( buffer,0,buffersize)
! HB_ITEM xxx -> PHB_ITEM ccc
! source/sqlsrodbc.c
! buffer initialize to 0 ( memset( buffer,0,buffersize)

Changelog for SQLRDD

2010-06-17 21:40 UTC-0300 Luiz Rafael Culik
! source/sqlex1.c
! fixed buffer problem on getColumnList()
! source/sqlsrodbc.c
! fixed problem when data is an real large string on odbcFieldGet()

Changelog for SQLRDD

2010-06-15 15:20 UTC-0300 Luiz Rafael Culik
! source/sqlex2.c
! fixed ResolveSpecialCols() function that on some cases was not updating indkey_xxx coluns

Changelog for SQLRDD

2010-06-15 15:20 UTC-0300 Luiz Rafael Culik
! source/sqlex2.c
! fixed ResolveSpecialCols() function that on some cases was not updating indkey_xxx coluns
! source/sqlrdd2.prg
! updated oracle hits to use First_rows_xxxxx when oracle version is >=9