leomarquine / php-etl

Extract, Transform and Load data using PHP.
MIT License
178 stars 81 forks source link

Updating column type array :( #25

Open Claonilton opened 4 years ago

Claonilton commented 4 years ago

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 commented 4 years ago

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!