EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Development::Bug Reports (https://www.eqemulator.org/forums/forumdisplay.php?f=591)
-   -   ChangeLog Error (https://www.eqemulator.org/forums/showthread.php?t=25933)

Angelox 08-12-2008 10:47 AM

ChangeLog Error
 
CREATE TABLE `Group_Leaders` doesn't work
CREATE TABLE `group_leaders` does.

so, I guess it should have been;

Code:

CREATE TABLE `group_leaders` (
  `gid` int(4) NOT NULL,
  `leadername` varchar(64) NOT NULL,
  PRIMARY KEY (`gid`)
)
ENGINE = InnoDB;

trevius!!
You're slacken' ! I beat ya to this one!

So_1337 08-12-2008 10:58 AM

Worked fine under Windows using MySQL Query Browser =P

EDIT: Forgot, Trevius switched to Linux. So he still should've caught that before you. Slacker!

trevius 08-12-2008 05:51 PM

LOL, I add Required SQL from my Windows PC using Command Prompt to connect to mysql on the Linux server. So, the table got added just fine for me. It does look like it isn't working yet, so I guess it is case sensitive. I did wonder why it was using caps instead of being all lower-case like every other table.

In my defense, I did only just update to 1125 this morning lol. I was previously still running a modified version of 1118. I waited a little longer since I already had most of the new stuff in my version and it is a bit of a pain to add everything back in manually after updating :P

KLS 08-12-2008 09:02 PM

I use caps cause that's how I label code variables -.- I don't normally do SQL tables. I'll be updated.


All times are GMT -4. The time now is 08:08 PM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.