[Vtigercrm-commits] [vtiger development] #1302: Update to new adodb-4.90 release

vtiger development vtiger-tickets at vtiger.fosslabs.com
Tue Jun 13 14:14:16 EDT 2006


#1302: Update to new adodb-4.90 release
------------------------------------+---------------------------------------
 Reporter:  jeffk                   |       Owner:  jeffk
     Type:  defect                  |      Status:  new  
 Priority:  major                   |   Milestone:  5.0.0
Component:  vtigercrm               |     Version:  5.0.0
 Keywords:  adodb database package  |  
------------------------------------+---------------------------------------
 There is a new release of adodb-4.90. The changelog seems to have several
 useful features and fixes.

 http://phplens.com/lens/adodb/docs-adodb.htm#4.90

  * Changed adodb_countrec() in adodb-lib.inc.php to allow LIMIT to be used
 as a speedup to reduce no of records counted.

  * Added support for transaction modes for postgres and oci8 with
 SetTransactionMode(). These transaction modes affect all subsequent
 transactions of that connection. Thanks to Halmai Csongor for suggestion.

  * Removed $off = $fieldOffset - 1 line in db2 driver, FetchField(). Tx
 Larry Menard.

  * Added support for PHP5 objects as Execute() bind parameters using
 __toString (eg. Simple-XML). Thx Carl-Christian Salvesen.

  * Rounding in tohtml.inc.php did not work properly. Fixed.

  * MetaIndexes in postgres fails when fields are deleted then added in
 again because the attnum has gaps in it. See
 http://sourceforge.net/tracker/index.php?func=detail&aid=1451245&group_id=42718&atid=433976.
 Fixed.

  * MetaForeignkeys in mysql and mysqli did not work when
 fetchMode==ADODB_FETCH_ASSOC used. Fixed.

  * Reference error in AutoExecute() fixed.

  * Added macaddr postgres type to MetaType. Maps to 'C'.

  * Added to _connect() in adodb-ado5.inc.php support for $database and
 $dataProvider parameters. Thx Larry Menard.

  * Added support for sequences in adodb-ado_mssql.inc.php. Thx Larry
 Menard.

  * Added ADODB_SESSION_READONLY.

  * Added session expiryref support to crc32 mode, and in LOB code.

  * Clear _errorMsg in postgres7 driver, so that ErrorMsg() displays
 properly when no error occurs.

  * Added BindDate and BindTimeStamp

 I would like to update the snapshotted adodb in
 source:vtigercrm/trunk/adodb and source:vtigercrm/branches/4.2/adodb to be
 zero-diff with the release files of adodb-4.91.

 We have had good results with this snapshot update pattern previously.

-- 
Ticket URL: <http://vtiger.fosslabs.com/cgi-bin/trac.cgi/ticket/1302>
vtiger development <http://vtiger.fosslabs.com/>
vtigerCRM


More information about the vtigercrm-commits mailing list