Bug Report #782

Database_Pgsql_Driver::list_tables()

Added by Mikhail - over 3 years ago. Updated over 3 years ago.

Status:Closed Start date:
Priority:High Due date:
Assignee:Jeremy Bush % Done:

0%

Category:Libraries:Database
Target version:2.2.1
Resolution:fixed Points:

Description

Hi there

In K2.2 I get the following error:

Fatal error: Declaration of Database_Pgsql_Driver::list_tables() must be compatible with that of Database_Driver::list_tables() in /home/public_html/_system/libraries/drivers/Database/Pgsql.php on line 12

occuring after the following request to Postgres (8.3):

$Blog = ORM::factory('blog')->find($id);

However, this one is working just fine if I query MySQL.

Thank you!

Associated revisions

Revision 3500
Added by Woody Gilk over 3 years ago

Fixing #782, thanks cagliostro.

History

Updated by Woody Gilk over 3 years ago

  • Status changed from New to Closed
  • Resolution set to fixed

Fixed in r3500, merged in r3501.

Also available in: Atom PDF