Ticket #1344 (closed defect: fixed)

Opened 11 months ago

Last modified 10 months ago

Call to undefined function Doctrine_Connection_Mssql::getDeclaration()

Reported by: pl-brainbits Owned by: jwage
Priority: major Milestone:
Component: Import/Export Version: 0.11.0
Severity: Keywords:
Cc: Has Test: no
Status: Pending Core Response Has Patch: no

Description

In file Doctrine/Export/Mssql.php line 187 must be changed, because Doctrine_Connection_Mssql::getDeclaration does not exist.

- $query .= 'ADD ' . $this->conn->getDeclaration($fieldName, $field);
+ $query .= 'ADD ' . $this->getDeclaration($fieldName, $field);

Change History

Changed 11 months ago by romanb

  • status changed from new to closed
  • resolution set to fixed

(In [4775]) Fixed #1344.

Changed 11 months ago by romanb

  • milestone changed from Unknown to 1.0.0-RC1

Changed 10 months ago by anonymous

  • milestone New deleted

Milestone New deleted

Note: See TracTickets for help on using tickets.