open-gunz / ogz-source

Open GunZ source

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Non UTF-8 / ANSII character in sqlite3 database - put some respek on the encoding/Checks SQL against the ANSI syntax

interlunar opened this issue · comments

src/CSCommon/DATABASE/temp_delete.sql
syntax error at or near "DELETE"

DELETE FROM CharacterITEM


UPDATE Character SET head_slot = NULL, chest_slot=NULL, hands_slot=NULL, 

legs_slot=NULL, feet_slot=NULL, fingerl_slot=NULL, fingerr_slot=NULL, melee_slot=NULL,

primary_slot=NULL, secondary_slot=NULL, custom1_slot=NULL, custom2_slot=NULL

DELETE FROM CharacterITEM

DELETE FROM Character

DELETE FROM ITEM