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

Creating tables for database does not match case #119

Closed
ph1lt0r opened this issue Aug 9, 2020 · 3 comments
Closed

Creating tables for database does not match case #119

ph1lt0r opened this issue Aug 9, 2020 · 3 comments
Labels

Comments

@ph1lt0r
Copy link

ph1lt0r commented Aug 9, 2020

Spell editor version
3.3.5A 12340

Describe the bug
Creating a database the spells table is created as Spells, but the client on windows 10 looks for (dbname).test

To Reproduce
Steps to reproduce the behavior:

  1. create the database and tables from a windows 10 client on a mysql database on a remote linux server

Expected behavior
The attached screenshot should not happen.

Capture

@ph1lt0r ph1lt0r added the bug label Aug 9, 2020
@stoneharry
Copy link
Owner

I guess you can workaround by using a database called test?

I'm not sure what could be causing this without some research. It could be your user does not have permissions to create/use the database.

@Sanavesa
Copy link

Sanavesa commented Sep 3, 2020

Unfortunately I saw this after I made my bug issue on the same topic here. Nevertheless, I added more detail and a way to fix this issue. A temporary solution would be to go in your SQL DB and rename Spell to spell, and it would work correctly.

@stoneharry
Copy link
Owner

Should finally be fixed in v2.0.3.

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

3 participants