[sqlite] SQLite - Database disk size difference when tables copied

2012-08-22 Thread Madhur Kashyap
Hello Pavel, > >* When I implement the same mechanism for saving the*> >* memory database > >back to disk, the size of disk file is 4x of the original*> >* disk file > >size.* > What is "original disk file size" here? Is it an empty database, > database with some data, database with exactly the

[sqlite] SQLite - Database disk size difference when tables copied

2012-08-22 Thread Madhur Kashyap
"CREATE TABLE copyto.$tname AS SELECT * FROM $tname" } -- Regards Madhur Kashyap ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

[sqlite] SQLite TEA version downgrades when loaded.

2012-04-15 Thread Madhur Kashyap
Hello, I had compiled TEA (Tcl Extension) on a standard RHEL5 image with Tcl 8.4 present in it as default. If I load the compiled .so file on a regular tclsh the version shown is % dbcmd version 3.7.10 But if I do the same on a commercial EDA tool which uses Tcl has the user interface, it shows