stevukas / phpliteadmin

Automatically exported from code.google.com/p/phpliteadmin
0 stars 0 forks source link

ALTER TABLE: says "altered successfully" for a read-only DB #203

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open a read-only-db
2. drop a column for example using UI

What is the expected output? What do you see instead?
Expected: "ERROR: attempt to write a readonly database." message
Actual: "Table 'bla' has been altered successfully."

PLA Version: 1.9.4

Our own Alter Table function does not catch errors like this (also others) 
correctly.

Original issue reported on code.google.com by crazy4ch...@gmail.com on 22 Mar 2013 at 11:39

GoogleCodeExporter commented 9 years ago
ALTER TABLE problems in general is issue #12.
This issue is only of low priority because only the wrong message appears.

Original comment by crazy4ch...@gmail.com on 22 Mar 2013 at 11:43

GoogleCodeExporter commented 9 years ago

Original comment by crazy4ch...@gmail.com on 25 Mar 2013 at 10:51

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r390.

Original comment by crazy4ch...@gmail.com on 26 Mar 2013 at 12:23

GoogleCodeExporter commented 9 years ago

Original comment by crazy4ch...@gmail.com on 2 Jan 2014 at 4:31