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 ApolloRDD

2010-06-15 15:40 UTC-0300 Luiz Rafael Culik Guimaraes
* changes to use Apollo version 7

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

Changelog for SQLRDD

2010-06-11 10:40 UTC-0300 Luiz Rafael Culik
! source/sqlrdd2.prg
! fixed oracle otimizer hint ( was ” /* + FIRST_ROWS(1) */ ” , correct according to oracle docs (” /*+ FIRST_ROWS(1) */ ”

Changelog for ApolloRDD

2010-06-08 14:00 UTC-0300 Luiz Rafael Culik Guimaraes
* xHarbour-ApolloRDD/six1.c
! Fixed found flag after record position change. Problem reported by Marcelo Santana

Changelog for Visual xHarbour

2010-06-06 00:00 UTC-0800 Augusto Infante
! Fixed RTE opening projects containing Imagelists

Changelog for SQLRDD

2010-06-06 23:30 UTC-0300 Luiz Rafael Culik
! source/sqlex1.c
+ getMessagePtr() function due change of odbc to use pointer type
! source/sqlex2.c
! fixed problem on ResolveSpecialCols() function that was incorrectly getting the arrays values
! source/sqlconnection.prg
! some change on handles init to nil insted of 0 ( due change for pointer values on odbc)
! source/sqlsrodbc.c
! source/sqlodbc.prg
! change odbc code to use pointers( hb_retptr (void*) data) insted of long values ( hb_retnl((LONG) Data) ), for better 64 bits support