laminas-api-tools / api-tools-admin-ui

Laminas API Tools Admin UI module
https://api-tools.getlaminas.org/documentation
BSD 3-Clause "New" or "Revised" License
6 stars 11 forks source link

DBConnected REST service creator shows only tables/views from public schema on Postgre #2

Open weierophinney opened 4 years ago

weierophinney commented 4 years ago

When I try to create DB connected rest service using postgresql database, only tables/views from public scheme is visible.

Database contains multiple schemas with tables organiyed by functionality. DSN string is

DSN is pgsql:host=localhost;port=5433;dbname=taxi;


Originally posted by @obucinac at https://github.com/zfcampus/zf-apigility-admin-ui/issues/142

weierophinney commented 4 years ago

I'm using php 5.6 and apigility 1.5. Still only list the public schema tables. What option to get around this?


Originally posted by @arcanosam at https://github.com/zfcampus/zf-apigility-admin-ui/issues/142#issuecomment-523992178