Ticket #782 (closed Bug: fixed)

Opened 3 months ago

Last modified 2 months ago

Database_Pgsql_Driver::list_tables()

Reported by: cagliostro Owned by: zombor
Priority: major Milestone: 2.2.1
Component: Libraries:Database Version: SVN HEAD
Keywords: postgres, pgsql, database driver Cc:

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!

Change History

Changed 2 months ago by Shadowhand

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

Fixed in r3500, merged in r3501.

Note: See TracTickets for help on using tickets.