Cannot create/manage table indexes in v1.9.6

Issue #285 duplicate
Former user created an issue

Using the current (and possibly previous) versions, the option to view and manage the indexes on a table are missing. Compared to v1.9.4 the conditional statemnts have changed as follows:

v1.9.4

if(!isset($_GET['view'])) { ... $query = "PRAGMA index_list ....

v1.9.6

if($target_table_type == 'view') { .... $query = "PRAGMA index_list ....

Comments (2)

  1. Christopher Kramer

    Thanks for the report. This is a regression introduced in 1.9.6 already fixed in current development version that you can download here. The new version will probably be released soon.

  2. Log in to comment