export sqlite2 tables

Issue #43 resolved
Former user created an issue

Originally reported on Google Code with ID 43 ``` What steps will reproduce the problem? 1. export sqlite2 tables to a sql dump file

What is the expected output? What do you see instead? the single quote are not quote in the dump file (brocken)

What version of the product are you using? On what operating system? 5.3.3-1ubuntu9.5 SQLite version: 2.8.17 SQLite extension: SQLiteDatabase

Please provide any additional information below. i have solved this problem

public function quote($value)

{

... else if( $this->type=="SQLiteDatabase")

{

return "'". sqlite_escape_string($value)."'"; }

...

I like phpliteadmin.

Greetings from Germany ```

Reported by `micha.rathfelder` on 2011-06-22 16:57:51

Comments (1)

  1. Dane Iracleous

    ``` Fixed in v1.9.3 ```

    Reported by `diracleo` on 2012-06-02 10:13:01 - Status changed: `Fixed`

  2. Log in to comment