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 NativeXmlIssueFilter.php #4424

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

Update NativeXmlIssueFilter.php #4424

wants to merge 1 commit into from

Conversation

klausru
Copy link
Contributor

@klausru klausru commented Sep 4, 2024

I had the error "must be of type int, string given" in line 347. By specifying with (int) the importer runs fine.

I had the error "must be of type int, string given" in line 347. By specifying with (int) the importer runs fine.
@asmecher
Copy link
Member

asmecher commented Sep 4, 2024

@klausru, the change you propose would always force an integer value to be set for that column; the column is also nullable, and should be null when the import attribute is not specified.

@klausru
Copy link
Contributor Author

klausru commented Sep 4, 2024

Actually, I tested with NULL in abstract_word_count and it seems that the specification "(int)" is required as my import still runs fine

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