Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SQL commands not using db scheme #31

Open
ar2r opened this issue Apr 17, 2020 · 1 comment
Open

SQL commands not using db scheme #31

ar2r opened this issue Apr 17, 2020 · 1 comment

Comments

@ar2r
Copy link

ar2r commented Apr 17, 2020

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')

@ecourtial
Copy link
Contributor

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!

kdebisschop pushed a commit to kdebisschop/php-etl that referenced this issue Oct 17, 2020
* discarded rows in toArray/toIterator

* fix phpdoc

Co-authored-by: Nicolas @ remote <[email protected] = true>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants