"Insert" Tab: Don't know if this is really a bug or a (bad!) simplification of existing feature...
In versions previous to 3.2.0, I got the use of having my query displayed again along with the number of inserted rows and the IDs of the rows.
This was very useful to remind me, for example, which name was the last entered in the table listing the directory I manage in case I left my work for a while.
In version 3.2.0, I only get this (for example):
"1 row(s) inserted.
Inserted row id: 43375"
Is it possible to re-establish the query display?
I don't see this behaviour on my own installation or the demo server.
Can you reproduce this on the demo server (http://demo.phpmyadmin.net/)?
Hi!
Thanks for replying.
You are right.
I can't reproduce it.
I run 3.2.0
Demo server runs 3.2.0.1
Do you think this makes the difference?
Should I install 3.2.0.1? Is it stable?
> Do you think this makes the difference?
I doubt it.
> Should I install 3.2.0.1? Is it stable?
3.2.0.1 is a security update only(please review the changelog for details) and we consider it stable.
I WAS RIGHT!
On the Demo Server, I made an insert in sakila DB, actor table WITH THE INSERT ANOTHER ROW OPTION.
I got only this:
1 row(s) inserted.
Inserted row id: 201
no display of executed query.
MORE:
Verifying the insert, it should be ID= 201
ID 201 doesn't exist!
Insert failed.
Seems to really be buggy...
One time it works, one time it doesn't...
Hmmmm...
OK, it depends on the "Insert another new row' option.
I'll look into this.
Thank you.
I installed 3.2.0.1 and behavior is the same (as it is on the Demo Server)...
Herman, are you working on this one? If so, please assign yourself to it, if not, please assign me ;)
Sorry, I've been a little busy
Fixed in subversion, thanks for reporting.