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

BUGFIX: sqlite does not return int types #4821

Merged
merged 2 commits into from
Jun 1, 2021
Merged

BUGFIX: sqlite does not return int types #4821

merged 2 commits into from
Jun 1, 2021

Conversation

JeroenED
Copy link
Contributor

@JeroenED JeroenED commented Jun 1, 2021

Fixes issue (none)

Changes in this pull request:
When trying to fin the reason why new budget limits were not created by the cronjob it appeared that sqlite does not return php integers for integer types. Instead it returns a string for everything.
This PR resolves this by casting the auto_budget_type to int

@JC5

@sonarcloud
Copy link

sonarcloud bot commented Jun 1, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@JC5 JC5 merged commit 021e0a0 into firefly-iii:develop Jun 1, 2021
@JC5
Copy link
Member

JC5 commented Jun 1, 2021

Nice, thanks!

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 2, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants