Databases without proper extensions cannot be handled

Issue #65 resolved
Dane Iracleous created an issue

Originally reported on Google Code with ID 65 ``` If a database does not end in either .db, .db3, .sqlite, or .sqlite3, the database will not be recognized by phpLiteAdmin. This issue has become more noticeable now that it is possible to create and delete databases from within the app.

At this time, we don't know how to handle this situation. The workaround is to simply make sure that all databases have an accepted extension, but ideally, the user should not have to worry about such things.

```

Reported by `diracleo` on 2011-10-26 03:37:15

Comments (2)

  1. Former user Account Deleted

    ``` sqlite2 files seems to contain first symbols are: " This file contains an SQLite 2.1 database "

    and sqlite3 files contains this: "SQLite format 3"

    so you can open every file in entire dir for reading and scan first symbols for appropriate tokens as an option. ```

    Reported by `master@remort.net` on 2012-04-09 12:09:42

  2. Dane Iracleous reporter

    ``` Thanks for that tip. This issue has been fixed in v1.9.3. Databases no longer need an extension. ```

    Reported by `diracleo` on 2012-06-02 10:07:52 - Status changed: `Fixed`

  3. Log in to comment