View Single Post
  #2  
Old 04-13-2016, 04:08 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

Can you tell if only the last tribute is being applied?


EDIT:

https://github.com/EQEmu/Server/blob...nedb.cpp#L1344

`id` (character id) is primary key for that table..

"REPLACE works exactly like INSERT, except that if an old row in the table has the same value as a new row for a PRIMARY KEY or a UNIQUE index, the old row is deleted before the new row is inserted. See Section 14.2.5, “INSERT Syntax”. "
__________________
Uleat of Bertoxxulous

Compilin' Dirty

Last edited by Uleat; 04-13-2016 at 04:21 PM..
Reply With Quote