Duplicate account names #149

Open
opened 2015-04-04 16:14:18 +00:00 by GoogleCodeExporter · 3 comments
GoogleCodeExporter commented 2015-04-04 16:14:18 +00:00 (Migrated from github.com)
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

``` 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 commented 2015-04-04 16:14:18 +00:00 (Migrated from github.com)

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
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 commented 2015-04-04 16:14:18 +00:00 (Migrated from github.com)

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

Original comment by `m...@tobischaefer.com` on 7 Mar 2015 at 5:59
github-actions[bot] commented 2021-05-17 02:38:21 +00:00 (Migrated from github.com)

Stale issue message

Stale issue message
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: antville/antville#149
No description provided.