Ticket #1430 (closed defect: fixed)

Opened 10 months ago

Last modified 10 months ago

Non-existent method "listTableFields", possibly in stead of "listTableColumns"

Reported by: weston Owned by: jwage
Priority: minor Milestone: 1.0.1
Component: Documentation Version: 1.0.0
Severity: Keywords:
Cc: Has Test: no
Status: Pending Core Response Has Patch: no

Description

The documentation for Import here:

http://www.doctrine-project.org/documentation/manual/1_0/?one-page#database-abstraction:import:listing-table-fields

gives the method "listTableFields", which when invoked yields:

Fatal error: Call to undefined method Doctrine_Import_Mysql::listTableFields()

There appears to be a method "listTableColumns" which may have been the intended listing.

Change History

Changed 10 months ago by jwage

  • version changed from 0.11 to 1.0
  • milestone set to 1.0.1

Changed 10 months ago by jwage

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

(In [4882]) fixes #1430

Note: See TracTickets for help on using tickets.