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

Save null as String in MySQL #72

Open
ryush00 opened this issue Jul 30, 2015 · 1 comment
Open

Save null as String in MySQL #72

ryush00 opened this issue Jul 30, 2015 · 1 comment

Comments

@ryush00
Copy link

ryush00 commented Jul 30, 2015

I installed @VoxileRu's clone. When i executed "/money ryush00", my name was "null". Not ryush00.

image

I debuged and find out My name was stored as String null.

internal.name  = dbname != null ? dbname : internal.name;

So this code couldn't catch String null.

@ryush00 ryush00 changed the title Save null as String Save null as String in MySQL Jul 30, 2015
@ryush00
Copy link
Author

ryush00 commented Jul 30, 2015

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

No branches or pull requests

1 participant