On 12/04/2010 12:54 AM, Philip Graham Willoughby wrote:
> On 2 Dec 2010, at 20:43, Sylvain Pointeau wrote:
>
>> Hi,
>>
>> I am on macosx sqlite 3.7.3
>>
>> $ /usr/local/bin/sqlite3 test.db3
>> SQLite version 3.7.3
>> Enter ".help" for instructions
>> Enter SQL statements terminated with a ";"
>> sqlite>  .read ./testSchema.sql
>> sqlite>  .read ./TestValues.sql
>> sqlite>  .read ./TestQuery.sql
>> Otterbourne Golf Course|Jane Doe|Assumed Name
>>
>> it works for me.
>
> By default, assertions are not built - did you build with SQLITE_DEBUG? 
> Assuming you did, what were your other build flags and which compiler did you 
> use?

Thanks for following up on this - your post on the 26th of last
month slipped through a crack...

Turns out the bug is in the assert(), not the production code, so
there is no problem in non-SQLITE_DEBUG builds. It's now fixed for
3.7.4.


_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to