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