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

Updating column type array :(

Open Claonilton opened this issue 5 years ago • 1 comments

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]

Claonilton avatar Sep 16 '19 15:09 Claonilton

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!

ecourtial avatar Jun 09 '20 14:06 ecourtial