mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 17:06:01 +03:00
[GH-ISSUE #1476] SQLite syntax error with sql-sender-login map #1164
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#1164
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nogweii on GitHub (Apr 24, 2018).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/1476
Impacted versions
Stock generated maps ran
manage.py generate_postfix_mapsresults in this error when someone attempts to log in:Contents of file:
@nogweii commented on GitHub (Apr 24, 2018):
This seems similar to #711, but that discussion ended up moving to a different repository which seems to have been deleted in the intervening years.
@tonioo commented on GitHub (Apr 26, 2018):
@evaryont Looks like SQLite does not like parenthesis. Can you try to remove them from the query?
@nogweii commented on GitHub (Apr 27, 2018):
Hey, that works! Simply removing the parentheses lets the query work successfully.