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

Updating column type array :( #25

Open
Claonilton opened this issue Sep 16, 2019 · 1 comment
Open

Updating column type array :( #25

Claonilton opened this issue Sep 16, 2019 · 1 comment

Comments

@Claonilton
Copy link

Version: marquine/php-etl v1.2.0
Module: Loading
Loading TABLE with column data into array

Exemple:
Query select fone[1] from contact

Return log:
malformed array literal: "1" at character 35
Array value must start with "{" or dimension information.
STATEMENT: update contact set fone = '(82)9999-9999' where id = '1'

The column fone should be: fone[1]

@ecourtial
Copy link
Contributor

Hi @Claonilton if you want, 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
* toIterator method

* pipeline consume as a Generator

* new Accumulator extractor

* missingDataExxecption if strict

* fun with chaining

* better doc

* @ArthurHoaro get rid of superfluous if statement

* @ArthurHoaro fix type juggling/casting

* perf, remove unecessary md5 hash

* various cosmetics

* Accumulator tests

* optimization

* documentation

* svg schema update

* missing link in documentation

* svg better

* rename to Aggregator

* incomplete flag

* svg tuning

* fix fusion

Co-authored-by: Nicolas @ remote <[email protected]>
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