[Vtigercrm-commits] [vtiger development] #1459: revert adodb instrumentation/modifications prior to release
vtiger development
vtiger-tickets at vtiger.fosslabs.com
Mon Jul 10 07:32:20 EDT 2006
#1459: revert adodb instrumentation/modifications prior to release
------------------------+---------------------------------------------------
Reporter: jeffk | Owner: don
Type: defect | Status: new
Priority: blocker | Milestone: 5.0.0
Component: vtigercrm | Version: 5.0.0
Resolution: | Keywords: adodb database package
------------------------+---------------------------------------------------
Changes (by don):
* owner: developer => don
Comment:
Changes are made in the adodb code to fix some issues. By default, using
adodb we were not able to add foreign keys as the default database type is
myIsAM. To have the database type as innoDB we have added a tag in the
Database Schema.xml as
<opt platform="mysql">Type=InnoDB</opt>. To incorporate this we have to
make changes in the adodb xml parsing code an we have done that also.
Because of this it was required for us to make changes in the adodb code.
As of now the existing changes in the adodb code cannot be reverted. But
we will intimate this to them so that they can fix this in their next
update
--
Ticket URL: <http://vtiger.fosslabs.com/cgi-bin/trac.cgi/ticket/1459>
vtiger development <http://vtiger.fosslabs.com/>
vtigerCRM
More information about the vtigercrm-commits
mailing list