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

Update Csv.php #55

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

CarlosASLJR
Copy link

If the CSV field is empty it can cause an SQL error, replacing it with NULL does not cause an error.

Note: Database column cannot be "NOT NULL"

If the CSV field is empty it can cause an SQL error, replacing it with NULL does not cause an error.

Note: Database column cannot be "NOT NULL"
@ecourtial
Copy link
Contributor

Hi @CarlosASLJR
You can use our fork to check if you still have the issue :) https://github.com/wizaplace/php-etl
Changelog here: https://github.com/wizaplace/php-etl/blob/master/changelog.MD :)

leNEKO pushed a commit to leNEKO/php-etl that referenced this pull request Sep 7, 2023
* Add support for PHP8

* Fix more tests

* minor change on the test
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

Successfully merging this pull request may close these issues.

2 participants