So I'm gonna find this fix in the 3.6.16 version right?
I'd like to avoid to download it directly from cvs...
D. Richard Hipp ha scritto:
> On Jun 23, 2009, at 3:16 AM, Andrea Galeazzi wrote:
>
>   
>> Any news about this problem?
>>     
>
> http://www.sqlite.org/cvstrac/tktview?tn=3929
>
>   
>> galea...@korg.it ha scritto:
>>
>> In order to be more confidence about what I'm saying, I downloaded the
>> precompiled sqlite console 3.6.15 (windows  version), I executed the
>> statement above and I've got the following error:
>>
>> sqlite3.exe malformed_db.db
>> SQLite version 3.6.15
>> Enter ".help" for instructions
>> Enter SQL statements terminated with a ";"
>> sqlite> INSERT INTO PlayList_Song(id_song, id_playlist, song_number)  
>> VALUES
>>    ...> (5235, 9, 256);
>> SQL error: database disk image is malformed
>> sqlite> .q
>>
>> Then I tried with a previous version and the statement has been well
>> executed. A colleague of mine made the same test  and he had the same
>> troubles. So I don't thing it's a compiler issue.
>> Did you make the test with windows console? Have I send you the
>> database again?
>> Thanks for your helpfulness!
>>
>>
>>
>>     
>>> Citando "D. Richard Hipp" <d...@hwaci.com>:
>>>
>>>
>>>       
>>>> On Jun 18, 2009, at 12:36 PM, galea...@korg.it wrote:
>>>>
>>>>
>>>>         
>>>>> This statement is giving me truoble:
>>>>> INSERT INTO PlayList_Song(id_song, id_playlist, song_number) VALUES
>>>>> (5235, 9, 256)
>>>>>
>>>>>           
>>>> That INSERT statement works fine for me.
>>>>
>>>> Did you try recompiling with optimizations turned off?
>>>>
>>>>
>>>>
>>>> D. Richard Hipp
>>>> d...@hwaci.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
>>>
>>> __________ Informazioni da ESET NOD32 Antivirus, versione del  
>>> database delle firme digitali 4177 (20090622) __________
>>>
>>> Il messaggio è stato controllato da ESET NOD32 Antivirus.
>>>
>>> www.nod32.it
>>>
>>>
>>>
>>>
>>>
>>>       
>> _______________________________________________
>> sqlite-users mailing list
>> sqlite-users@sqlite.org
>> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>>     
>
> D. Richard Hipp
> d...@hwaci.com
>
>
>
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
> __________ Informazioni da ESET NOD32 Antivirus, versione del database delle 
> firme digitali 4182 (20090624) __________
>
> Il messaggio è stato controllato da ESET NOD32 Antivirus.
>
> www.nod32.it
>
>
>
>
>   

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

Reply via email to