delete multiple tables

Issue #380 resolved
Tech Comet created an issue

please add feature multi delete tables

Comments (7)

  1. phpLiteAdmin repo owner

    Yes. With “milestone” we mean the stable version that is planned to solve this issue. As version 1.9.9 is not stable yet, this does not mean it is implemented so far. It means it is planned for the next upcoming stable version. What you downloaded is the development version 1.9.9-dev, which is not a stable version and may or may not already contain the features planned for 1.9.9.

    I am currently implementing this feature and it will be done by Monday at last, perhaps even today. I will post here when you can test it.

  2. phpLiteAdmin repo owner

    ! New feature: Delete multiple tables / views. This fixes issue #380. Attention: This commit messes with the language filed. All language files in the repository have been adjusted, but some texts still need to be slightly updated (see comments in language files)

    → <<cset edcf2d3a45be>>

  3. Tech Comet reporter

    cmd> php -S localhost:5050 PHP 7.3.9

    Development Server started at Fri Oct 4 21:31:30 2019 Listening on http://localhost:5050 Document root is C:\phpliteadmin

    Press Ctrl-C to quit.

    [Fri Oct 4 21:31:33 2019] [::1]:52343 [200]: / [Fri Oct 4 21:31:39 2019] PHP Notice: Undefined index: action2 in C:\phpLiteAdmin\index.php on line 2129 [Fri Oct 4 21:31:42 2019]

    PHP Notice: Undefined index: action2 in C:\phpLiteAdmin\index.php on line 2132 [Fri Oct 4 21:31:48 2019] [::1]:52345 [200]: /?database=..%2FDatabases%5Ctest1&table=users&fulltexts=0&numRows=30&action=column_view

  4. Log in to comment