-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Designer page save fails if dB name contains period. #14945
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
Comments
Hi @cj1067b, could you please provide some snap to aid in reproducing this, thanks? |
I'm not seeing an option to attach snaps. I'm writing this with Firefox on Android. create a database "test.db" Go to the designer, show both tables and create a relationship between ID in table 1 and table1_id column in table2. It should show 2 rows with "test.db" in the db_name column, and table1/table2 in the "table_name" column on separate rows. Now if you try this again, but in a database called testdb, no period, it works as it should. |
Reproduced some of the issue on demo server (root, no password) |
@williamdes @shucon @ibennetch Can you still reproduce this? Here I created a database first.second with 2 tables(table1, table2). After creating the relation as suggested above, everything is fine here. I didn't observe any of the changes as mentioned here. |
Indeed I can reproduce this. Once you create a database with a dot in the name ( Does that help? |
Ver 4.8.5, repeatable
Open database with a period in the name
Ex beta.testdb
When saving page from designer, an error box opens "insert into phpmyadmin.pma__table_coords..."
Viewing the pma_table_coords, phpmyadmin saved the part of the database name before the period, in the case above "beta" into the db_name column, which I believe should be the full database name, and the part after the period, "testdb" as the table name.
The text was updated successfully, but these errors were encountered: