Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

more sql errors #14

Open
Morketh opened this issue Aug 16, 2015 · 2 comments
Open

more sql errors #14

Morketh opened this issue Aug 16, 2015 · 2 comments
Labels

Comments

@Morketh
Copy link
Owner

Morketh commented Aug 16, 2015

./IceMelt.py:155: Warning: Data truncated for column 'guild' at row 1 
  cursor.execute(SQL,sqldata)
./IceMelt.py:155: Warning: Data truncated for column 'realm' at row 1
cursor.execute(SQL,sqldata)

not exactly sure what this means just yet

@Morketh
Copy link
Owner Author

Morketh commented Aug 16, 2015

so from what i can tell the data being entered is longer then the column allows (64) might have to rethink the value length.

@Morketh Morketh added the bug label Aug 17, 2015
@Morketh
Copy link
Owner Author

Morketh commented Aug 17, 2015

not exactly sure what the MAX length of a guild name or a realm name is as of yet but this is a very easy fix in the SQL tables.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant