Ticket #1344 (closed defect: fixed)
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
Note: See
TracTickets for help on using
tickets.