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

import: fix comma in capacity #182

Merged
merged 1 commit into from
Nov 6, 2024
Merged

import: fix comma in capacity #182

merged 1 commit into from
Nov 6, 2024

Conversation

0x501D
Copy link
Member

@0x501D 0x501D commented Nov 6, 2024

This patch fixes error while importing image:
nm_db_edit: database error: 8 values for 7 columns

In some locales, there may be a comma instead of a period in fractional numbers, which breaks the SQL query.

Closes #181

This patch fixes error while importing image:
`nm_db_edit: database error: 8 values for 7 columns`

In some locales, there may be a comma instead of a period
in fractional numbers, which breaks the SQL query.

Closes #181
@0x501D 0x501D merged commit 5fe4fb2 into master Nov 6, 2024
8 checks passed
@0x501D 0x501D deleted the oi/fix-gh181 branch November 6, 2024 12:29
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.

Error when importing image
1 participant