php-etl icon indicating copy to clipboard operation
php-etl copied to clipboard

SQL commands not using db scheme

Open ar2r opened this issue 5 years ago • 1 comments

I use postgresql. I have DB with some schemas: public, transit, log, debug. I use Laravel. I define schema via .env file: DB_SCHEMA=transit

To create valid sql i need to use write schema in each load function: $etl->load('insert_update', 'transit.user2')

ar2r avatar Apr 17 '20 12:04 ar2r

Hi @Ar2r . We forked the library here and we fixed some issues and added some features. The changelog is available here. Our objective is to keep this great library alive. If you find any bug or want to contribute to keep the package alive, do not hesitate!

ecourtial avatar Jun 09 '20 14:06 ecourtial