On Fri, May 31, 2013 at 12:52 PM, Spora <[email protected]> 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
[email protected]
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users