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

[remind] 'tz' duplicate column name error when loading remind #404

Closed
qubitsu opened this issue Jan 5, 2014 · 0 comments
Closed

[remind] 'tz' duplicate column name error when loading remind #404

qubitsu opened this issue Jan 5, 2014 · 0 comments

Comments

@qubitsu
Copy link
Contributor

qubitsu commented Jan 5, 2014

Willie fails to load the remind.py module due to a repeated attempt to add column ['tz'] to the preferences table.

Error in remind setup procedure: duplicate column name: tz
(db.py:669)

At line 56, changing second add_column to ['time_format'] fixes the bug and appears to
be the intended behavior.

xZise added a commit to xZise/willie that referenced this issue Aug 8, 2014
- don't allow to large negative numbers (which go <= 0)
- don't allow the 0th comic when randomly checked
- allow a + sign in front
- remove a possible #
- don't show an error when accessing sopel-irc#404
xZise added a commit to xZise/willie that referenced this issue Aug 8, 2014
- don't allow negative numbers which accesses a comic number lower than 0
- don't allow the 0th comic when randomly checked
- allow also a "+" as a sign
- remove a possible #
- don't show an error when accessing sopel-irc#404
- don't show an error when no search.google_search() returned None
xZise added a commit to xZise/willie that referenced this issue Aug 8, 2014
- don't allow negative numbers which accesses a comic number lower than 0
- don't allow the 0th comic when randomly checked
- allow also a "+" as a sign
- remove a possible #
- don't show an error when accessing sopel-irc#404
- don't show an error when no search.google_search() returned None
xZise added a commit to xZise/willie that referenced this issue Aug 8, 2014
- don't allow negative numbers which accesses a comic number lower than 0
- don't allow the 0th comic when randomly checked
- allow also a "+" and "#" as a sign
- don't show an error when accessing sopel-irc#404
- don't show an error when no search.google_search() returned None
maxpowa pushed a commit to maxpowa/Inumuta that referenced this issue Feb 20, 2015
- don't allow negative numbers which accesses a comic number lower than 0
- don't allow the 0th comic when randomly checked
- allow also a "+" and "#" as a sign
- don't show an error when accessing sopel-irc#404
- don't show an error when no search.google_search() returned None
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

No branches or pull requests

2 participants