Live data from Hacker News

Viewing profile — kkland

kkland

HN member
Joined
Fri, May 08, 2015, 5:20 PM UTC
HN karma
0
Public activity
2 items

About kkland

No profile information was provided.

Recent public activity

  1. comment
    Comment #9514283

    That's great. Otherwise, it just wastes IDs unless one figures out a workaround for it.

  2. comment
    Comment #9513013

    I think the way MySQL works in doing "INSERT ... ON DUPLICATE KEY UPDATE" is to delete the old row and insert a new row if there's an auto incremental column (mostly it's ID column…