SQL Code Errors

Post Reply
xelloss
Posts: 57
Joined: Sat Mar 09, 2013 1:09 am

SQL Code Errors

Post by xelloss » Sat Mar 21, 2015 4:58 am

So tried an update. Looks like someone got messy in this table:

Code: Select all

INSERT INTO `mob_droplist` VALUES (4519,0,17854,133);
INSERT INTO `mob_droplist` VALUES (4520,0,11409,167);
INSERT INTO 'mob_droplist' VALUES (4521,0,2428,50);
INSERT INTO 'mob_droplist' VALUES (4521,0,2426,60);
INSERT INTO 'mob_droplist' VALUES (4521,0,2427,205);
' is not ` and Navi is not happy about it.

User avatar
kjLotus
Special Guest
Posts: 1813
Joined: Sun Jul 22, 2012 2:16 pm

Re: SQL Code Errors

Post by kjLotus » Sat Mar 21, 2015 12:03 pm

looks like it was fixed now, thanks

for faster turnaround time, tell us in irc and it'll get fixed instantly

xelloss
Posts: 57
Joined: Sat Mar 09, 2013 1:09 am

Re: SQL Code Errors

Post by xelloss » Sat Apr 18, 2015 7:19 pm

I don't have IRC readily available most times. Only when the main machine is on which is on off-work days. I don't have much reason to use it these days outside of getting scanlations.

Anyhow, necro'ing the thread because someone did it again. item_latents.sql has something wrong with it around Unicorn Leggings that's making Navicat pissy. Not anything with the SQL itself, it seems to be the comments? I erased the comments and it proceeded without issue. I noticed in the GIT change logs that there are spacing differences now, but I'm not sure if that's the issue or not. Notepad++ still shows them in green, but Navicat won't take it.

User avatar
demolish
Developer
Posts: 262
Joined: Thu Jul 26, 2012 7:12 am

Re: SQL Code Errors

Post by demolish » Sun Apr 19, 2015 2:59 am

<Giblet[NewBrain]> kj with this first step would be fine on my shit
Click here for a guide on scripting missions.

Post Reply