Bug Report #782
Database_Pgsql_Driver::list_tables()
| Status: | Closed | Start date: | ||
|---|---|---|---|---|
| Priority: | High | Due date: | ||
| Assignee: | % 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
Fixing #782, thanks cagliostro.
History
Updated by Woody Gilk over 3 years ago
- Status changed from New to Closed
- Resolution set to fixed