Closed GoogleCodeExporter closed 9 years ago
Could you please provide the CREATE TABLE statement of the table?
To get it, open the table in phpLiteAdmin, click "Strcuture" tab and see "Query
used to create this table".
Original comment by crazy4ch...@gmail.com
on 26 Mar 2015 at 1:19
Okay, I was able to reproduce it.
I entered this in the SQL tab:
ALTER TABLE "t" ADD "test" INTEGER
And it produced:
CREATE TABLE 't' ('aD' INTEGER, 'sae' INTEGER, '' INTEGER , PRIMARY KEY ("sae")
)
Which was before:
CREATE TABLE 't' ('aD' INTEGER, 'sae' INTEGER, PRIMARY KEY ("sae") )
But I was able to delete this column....
Original comment by crazy4ch...@gmail.com
on 26 Mar 2015 at 1:32
The current version from git is able to drop empty columns. Not to rename, but
this is not easy to solve and I consider this unnecessary.
I fixed the problems that lead to the creation of the column with the empty
name. You can find the current development version attached.
So I consider this fixed.
Original comment by crazy4ch...@gmail.com
on 26 Mar 2015 at 3:49
Attachments:
Original issue reported on code.google.com by
Barr...@gmail.com
on 26 Mar 2015 at 12:33