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 [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

