Unique ID's #75


  • Enhancment
  • Accepted
Open
Assigned to _ForgeUser2779866
  • _ForgeUser6884772 created this issue Jun 17, 2012

    Can you change the UUID column to be an integer and auto increment. So we get nice number ids not what is shown.

    https://github.com/Crimsonfoxy/Statistician-v2/blob/master/src/main/java/com/ChaseHQ/Statistician/EventDataHandlers/EDHPlayer.java

    According to that you use a bukkit unique_id for a player. Now say if i deleted my players bukkit files and such a new id would be generated for them and they would get a new row inserted and duplicated stats. I checked since i compared my id on 2 different servers using this plugin.

    Another reason for needing this change is that i want my site to interact with the table even more so i can add players from the forum as i am also using that table to store other things that a custom plugin uses. I need to make sure that the row is created just incase the user hasn't visited the server before doing the action on the site.

  • _ForgeUser6884772 added the tags New Enhancment Jun 17, 2012
  • _ForgeUser2779866 removed a tag New Jun 18, 2012
  • _ForgeUser2779866 posted a comment Jun 18, 2012

    This is a planned change for a rewrite which we are working on.

  • _ForgeUser2779866 added a tag Accepted Jun 18, 2012

To post a comment, please login or register a new account.