On Fri, May 31, 2013 at 12:52 PM, Spora <sp...@email.it> wrote:

> I have table:
>
> CREATE TABLE test (
>   alfa char(5) NOT NULL default '',
> );
>
> when i .dump i obtain:
>
> INSERT INTO test VALUES(01000);
>

I get

    INSERT INTO text VALUES('01000');

I tried this with older versions of SQLite too, going back to 3.3.5 circa
2006.  So I don't know how you are getting the results you are reporting.
-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to