Rename table not working

Issue #113 resolved
Former user created an issue

Originally reported on Google Code with ID 113

What steps will reproduce the problem?
1. Trying to rename some table

What is the expected output? What do you see instead?
>>> Error: not an error. This may be a bug that needs to be reported at...

What version of the product are you using? On what operating system?
>>> v1.9.2

Please provide any additional information below.

>>> Not working :)

Reported by dunarispace on 2012-07-27 22:22:21

Comments (2)

  1. Christopher Kramer

    ``` Thanks for your bug report, sorry for the late reply. I am currently debugging/rewriting the ALTER TABLE support. It would be helpful if you could tell me which extension you are using (SQLiteDatabase, SQLite3 or PDO?). You can see this on the front page of the database in phpliteadmin. I suspect you are using SQLiteDatabase? ```

    Reported by `crazy4chrissi` on 2012-10-06 22:38:27 - Status changed: `Started`

  2. Christopher Kramer
    Just implemented ALTER TABLE RENAME TO for SQlite version2 datbases in revision #244.
    This should fix this issue.
    
    
    You can get the latest development version from svn here:
    http://phpliteadmin.googlecode.com/svn/source/1.9.3/phpliteadmin.php
    

    Reported by crazy4chrissi on 2012-10-25 20:22:11 - Status changed: Fixed

  3. Log in to comment