Ticket #783 (closed Bug: fixed)

Opened 3 months ago

Last modified 2 months ago

function list_fields does not exists in database library

Reported by: littfed Owned by: Shadowhand
Priority: minor Milestone: 2.3
Component: Libraries:ORM Version: SVN HEAD
Keywords: Cc:

Description

ORM library, line 854 - 858

return $this->db->list_fields($table);

function list_fields not exists in database library maybe function "list_columns()" should be use?

Change History

follow-up: ↓ 3   Changed 2 months ago by atomless

http://dev.kohanaphp.com/changeset/3336 - try doing a search through changesets before posting a bug ticket!

  Changed 2 months ago by Shadowhand

  • status changed from new to closed
  • resolution set to fixed
  • milestone changed from 2.2.1 to 2.3

Fixed in r3437.

in reply to: ↑ 1   Changed 2 months ago by atomless

Replying to atomless:

http://dev.kohanaphp.com/changeset/3336 - try doing a search through changesets before posting a bug ticket!

and I should try reading tickets properly before posting comments - appologies littfed!

Note: See TracTickets for help on using tickets.