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

Duplicate account names #149

Open
GoogleCodeExporter opened this issue Apr 4, 2015 · 3 comments
Open

Duplicate account names #149

GoogleCodeExporter opened this issue Apr 4, 2015 · 3 comments
Assignees
Labels
Projects
Milestone

Comments

@GoogleCodeExporter
Copy link

Unfortunately, we got some duplicate account names stored in the database. 
Needs evaluation how that could happen and what can be done to prevent it. Also 
affects other tables (e.g. images).

mysql> select id, name, count(*) from account group by name having count(*) > 1 
order by id;

Original issue reported on code.google.com by interf...@p3k.org on 7 Jul 2011 at 12:05

@GoogleCodeExporter
Copy link
Author

Original comment by m...@tobischaefer.com on 28 Jul 2013 at 8:50

  • Added labels: Milestone-Release-1.5
  • Removed labels: Milestone-Release-1.4

@GoogleCodeExporter
Copy link
Author

Original comment by m...@tobischaefer.com on 7 Mar 2015 at 5:59

@p3k p3k modified the milestone: Release 1.5 Apr 7, 2015
@p3k p3k modified the milestone: Release 1.5 Apr 7, 2015
@p3k p3k modified the milestone: Release 1.6 Apr 12, 2016
@p3k p3k self-assigned this Apr 13, 2020
@github-actions
Copy link

Stale issue message

Release 1.6 automation moved this from Backlog to Done May 24, 2021
@p3k p3k reopened this May 24, 2021
Release 1.6 automation moved this from Done to Backlog May 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Release 1.6
  
Backlog
Development

No branches or pull requests

2 participants