Create a Table object on a table in a schema other than public
The Table is correctly constructed
Error : No columns found for table_name table
On construction, the table call its getFields() method, which will retrieve the columns information from the postgresql driver by the method getTableColumns($table, $typeOnly = true). The request in this method is hardcoded to only look at the public schema ( joomla-cms/libraries/joomla/database/driver/postgresql.php - line 388).
Looking more closely it seems like there is no support for postgresql schema. Is there any plan to support this functionality in the future ?
Labels |
Added:
?
|
Category | ⇒ | Postgresql |
Status | New | ⇒ | Discussion |
Labels |
Added:
J3 Issue
|
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-05-24 09:50:53 |
Closed_By | ⇒ | joomla-cms-bot |
Closed_By | joomla-cms-bot | ⇒ | alikon |
Labels |
Set to "closed" on behalf of @alikon by The JTracker Application at issues.joomla.org/joomla-cms/20234
closed as we have a pr to test
well,
if we can find some more people that's caring about polyglot persistence,
why not
i'll write a pr for fix the
issue