Quote escaping when using SQLiteDatabase

Issue #64 resolved
Former user created an issue

Originally reported on Google Code with ID 64 ``` What steps will reproduce the problem? 1. Trying to insert or edit any text field that includes a single quote when using a SQLiteDatabase (not SQLite3).

What is the expected output? What do you see instead? You an SQL error when trying to save data.

What version of the product are you using? On what operating system? Using version 1.8.8

Please provide any additional information below. The problem is in the: public function quote($value) - Line 729 funtion.

There is no "escapeString" handling if the database type is 'SQLiteDatabase'. It just needs to be added. I was able to do it using "sqlite_escape_string".

```

Reported by `straterpatrick` on 2011-10-23 21:46:04

Comments (1)

  1. Dane Iracleous

    ``` updated in v1.8.9 ```

    Reported by `diracleo` on 2011-10-24 19:15:55 - Status changed: `Fixed`

  2. Log in to comment