[sqlite] Is there Roadmap

2008-11-04 Thread Avinash Mittal
Hi All,

Is there any roadmap made for SQLite?
I couldn't found any specific things on wiki or any othere site.

Thanks & Regards
Avinash
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


[sqlite] Number Of Bugs In current version 3.6.4

2008-11-11 Thread Avinash Mittal
Hi,

Can someone tell me how many bugs are present in the current version 3.6.4.

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


[sqlite] How to build sqlite rpm package

2008-11-11 Thread Avinash Mittal
Hi,

I want to build sqlite rpm package and then install it on machine.
How can i build rpm package for sqlite using spec.template file present in
sqlite folder ?
what changes i need to do in spec.template for building rpm.

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


[sqlite] How to run the test cases

2008-11-12 Thread Avinash Mittal
Hi all,

I have built a rpm package for SQLite-3.6.4, now i want to do self test for
the package. But when i don't exactly know how to do this. I tried by
installing SQLite and then copied the sqlite-3.6.4 to the machine and then
tried make fulltest but it is giving error in make like .libtool: link: gcc
no such file or dir. What changes needed in Makefile and libtool as these
are really big files?
Then i tried to built indivusual test cases like alter.test it makes
alter.lo but i really don't know how to run this, should i run this there in
test directory ot on sqlite3 prompt.
Please suggest me in this regard.

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


Re: [sqlite] How to run the test cases (Roger Binns)

2008-11-13 Thread Avinash Mittal
Hi ,

As suggested i did make test but it is showing errors like:
test1.c:(.text+0x390): undefined reference to `Tcl_CreateCommand'
test1.c:(.text+0x3b8): undefined reference to `Tcl_CreateObjCommand'
test1.c:(.text+0x3d4): undefined reference to `Tcl_LinkVar'
test1.c:(.text+0x3e8): undefined reference to `Tcl_LinkVar'
test1.c:(.text+0x3fc): undefined reference to `Tcl_LinkVar'
test1.c:(.text+0x410): undefined reference to `Tcl_LinkVar'
test1.c:(.text+0x424): undefined reference to `Tcl_LinkVar'
/tmp/ccnlfRA9.o:test1.c:(.text+0x438): more undefined references to
`Tcl_LinkVar' follow
/tmp/ccnlfRA9.o: In function `test_printf':
test1.c:(.text+0x688): undefined reference to `Tcl_AppendResult


I think compiler is not getting tcl.h file

Now what should be done to debug these errors

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


Re: [sqlite] How to run the test cases (Roger Binns)

2008-11-14 Thread Avinash Mittal
Hi,

First of all thanks for your valuable help.
I have successfully linked and run the test cases by make test.
But is there any other way to do this other than make test like any script.

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


[sqlite] sqlite full self test are not getting executed fully

2008-11-18 Thread Avinash Mittal
Hi ,

I tried to execute the test cases (all test) but after around 2 hours at
sqlimit testcase execution i got this result

sqllimits1-16.2...unable to alloc 171798693 bytes
 my question is that how much memory does it need for full execution of the
test cases before starting the execution.

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


[sqlite] How to use the test cases for sqlite-amalgamation repository

2008-11-19 Thread Avinash Mittal
Hi,

I have built and executed the self test cases for sqlite-3.6.4 repository
but how to use these test cases with sqlite-amalgamation repository?

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


[sqlite] self test for sqlite-amalgamation-3.6.5

2008-11-23 Thread Avinash Mittal
Hi,

I tried to execute the test for sqlite-amalgamation-3.6.5 repository but
there are some test cases which getting hanged like
lock-4.3...
Expected: [1 {database is locked} {0 1 2 3 4 5}]
 Got: [1 {database is locked} {}]
lock-5.1... Ok
lock-5.2..---> this one is
hanging.
 and
pragma-3.4    > hanging


i am not getting understood this behavior as i did execute test for
sqlite-3.6.4 repository and all ended well
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


[sqlite] test error

2008-11-24 Thread AVINASH MITTAL
  
Hi,

while executing tests for amalgamation for version 3.6.5 i got this error, can 
somebody help me in this regard

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


[sqlite] Fwd: test error

2008-11-24 Thread AVINASH MITTAL
  
please discard the previous message.

the error which i got during sqlite-amalgamation test execution is :

incrblob_err-7.8.1...
Error: disk I/O error
./testfixture: disk I/O error
while executing
"$db eval {
  SELECT name, type, sql FROM sqlite_master order by name
  }"
(procedure "cksum" line 2)
invoked from within
"cksum"
(procedure "do_ioerr_test" line 54)
invoked from within
"do_ioerr_test incrblob_err-7 -cksum 1 -sqlprep {
  PRAGMA auto_vacuum = 1;
  CREATE TABLE blobs(k INTEGER PRIMARY KEY, v BLOB);
  INSERT INTO blobs VA..."
(file "test/incrblob_err.test" line 104)
invoked from within
"source $testfile"
("foreach" body line 15)
invoked from within
"foreach testfile [lsort -dictionary [glob $testdir/*.test]] {
  # If this is "veryquick.test", do not run any of the malloc or
  # IO error simulatio..."
(file "test/quick.test" line 108)
invoked from within
"source $testdir/quick.test"
(file "test/veryquick.test" line 15)


regards
Avinash



Note: Forwarded message attached

-- Original Message --

From: "AVINASH MITTAL" <[EMAIL PROTECTED]>
To: sqlite-users@sqlite.org
Subject: test error
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users