php-etl
php-etl copied to clipboard
Updating column type array :(
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]