joomla-framework / database

Joomla Framework Database Package
GNU General Public License v2.0
28 stars 35 forks source link

Other schema #271

Open softarius opened 1 year ago

softarius commented 1 year ago

Pull Request for Issue #

Summary of Changes

Support other then default schema for columns getting

Testing Instructions

In database: create schema foo; create table foo.test (id integer, name varchar(10));

In Joomla: Call getTableColumns method for this table 'foo.test'.

Documentation Changes Required