You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found the issue 🎉
And you found the perfect test case 👍
-- says I have a unknown char at first position
SHOW FULL COLUMNS FROM`test`LIKE'_id'-- says I have the `_` char at the first position
SHOW FULL COLUMNS FROM`test`LIKE'\_id'
To reproduce, have a column named what you want, then create another one containing a _ at least once at start.
Then be sure to have the column having a _ last.
Describe the bug
Attempting to change the structure of a field containing an
_can incorrectly match the wrong field.To Reproduce
Steps to reproduce the behavior:
aidand_idStructureChangeon the field_idaidfield is editedExpected behavior
_idfield should be editedScreenshots
Server configuration
Client configuration
The text was updated successfully, but these errors were encountered: