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
liviuconcioiu opened this issue
Apr 1, 2021
· 1 comment
Assignees
Labels
BugA problem or regression with an existing featurehas-prAn issue that has a pull request pending that may fix this issue. The pull request may be incomplete
When you click on Create PHP code, from Tracking -> Structure snapshot, the PHP code created replaces the ; delimiter with nothing, between queries and creates malformed ones.
To Reproduce
Steps to reproduce the behavior:
Go to Tracking
Click on Create version
Click on Structure snapshot
Click on Create PHP code
See error
Expected behavior
Generated PHP code should not remove ; delimiter between queries.
Screenshots
Original query:
Malformed query:
Server configuration
Operating system: Windows
Web server: nginx/1.19.9
Database version: 5.7.33
PHP version: 8.0.3
phpMyAdmin version: 5.2.0-dev+20210331.1bfaec1351
Client configuration
Browser: Firefox
Operating system: Windows
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
BugA problem or regression with an existing featurehas-prAn issue that has a pull request pending that may fix this issue. The pull request may be incomplete
Describe the bug
When you click on Create PHP code, from Tracking -> Structure snapshot, the PHP code created replaces the
;delimiter with nothing, between queries and creates malformed ones.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Generated PHP code should not remove
;delimiter between queries.Screenshots
Original query:

Malformed query:

Server configuration
Client configuration
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: