I wasn't able to duplicate this with my ARM system.   Can you provide
more details?  or was the issue DRH pointed out above your problem?

On Wed, Sep 9, 2009 at 7:02 AM, gprand <g20...@aon.at> wrote:
>
> Hi,
>
> I can confirm this behavoir. Now, after 2 days debugging and unsuccessful
> searching around I have found your posting.  It drives me crazy, but I can
> not locate the problem. Exactly the same code works, compiled for X86, and
> fails, compiled for ARM. All machine depending configuration is omitted.
>
> My poor debugging results are:
> * 100 Bytes be read from the file.
> * SQLite attempts to parse the sql text
> * SQLite creates sqlite_master table
> * Now it attempts to parse the sql statement again
> * Now SQLite crashes in ARM mode.
>
> In X86 mode 1024 bytes be read and all works fine.
> Why?
>
> Gottfried
>
> Sorry for poor english.
>
>>Hi,
>>I am using sqlite3.6.17 on arm_v7 . sqlite3_Exec fails giving the following
>>error sqlite3_exec  malformed database schema error : unrecognized token
> "'".
>>I am able to read the database manually using select commands. Executing
> the
>>same sqlite3_exec statements on x86 machine on the same db file does not
>>give any error . Any help on this issue will be welcome,
> --
> View this message in context: 
> http://www.nabble.com/sqlite3_exec-fails-on-arm-tp25293839p25362643.html
> Sent from the SQLite mailing list archive at Nabble.com.
>
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to