You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]
The text was updated successfully, but these errors were encountered:
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!
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]
The text was updated successfully, but these errors were encountered: