Error during inserting data

Issue #88 resolved
Former user created an issue

Originally reported on Google Code with ID 88 ``` What steps will reproduce the problem? Trying to insert some data in field "name" data: some_test_string

What is the expected output? What do you see instead? Warning: SQLiteDatabase::query(): no such column: some_test_string in ...phpliteadmin.php on line 670

What version of the product are you using? On what operating system? 1.9.1.

Please provide any additional information below.

```

Reported by `dunarispace` on 2012-02-06 21:21:59

Comments (2)

  1. Christopher Kramer

    ``` I could reproduce this issue in 1.9.1 with database extension SQLiteDatabase.

    I could not reproduce this issue in 1.9.2 (which was not yet released in February). So it seems 1.9.2 fixed this issue.

    It is also no issue in the current SVN version.

    Please comment again if you still get this issue with a current version. ```

    Reported by `crazy4chrissi` on 2012-10-06 22:58:35 - Status changed: `Fixed`

  2. Log in to comment