[sqlite] Full trace(s) of the CREATE, INSERT and SELECT functionalities of Sqlite

2013-01-02 Thread u okafor
Dear members, We are still working on an SQLITE project; the primary focus at this point is to get a flow of execution for each of the the following commands:   CREATE TABLE , INSERT into (table) SELECT * (from table)   We are interested in the complete flow (from beginning to end) for each of t

[sqlite] Fw: create table question

2012-08-25 Thread u okafor
TABLE, is there any way to do this? That is, simply display each method or function in the order in which it was called? rkkuzo   - Forwarded Message - From: Simon Slavin To: u okafor ; General Discussion of SQLite Database Sent: Saturday, August 11, 2012 11:17 AM Subject: Re: [sqlite

[sqlite] create table question

2012-08-11 Thread u okafor
Dear Forum members, We are doing a CREATE TABLE query; sqlite3_step() is called in shell.c and along the way, sqlite3VdbeExec() is called. sqlite3VdbeExec() call is pased with "p" pointer which contains "aOp" array. Could you please tell us where this "aOp" array is created in the code...  Thank

[sqlite] Fw: Fw: Fw: A question on sqlite processing

2012-08-07 Thread u okafor
: "Black, Michael (IS)" To: u okafor ; "sqlite-users@sqlite.org" Sent: Tuesday, January 3, 2012 10:22 AM Subject: RE:Fw: [sqlite] Fw: A question on sqlite processing Why don't you try the split yourself and see if it solves the problem and then let us all know?   It s

[sqlite] Pager Sub-system

2012-01-17 Thread u okafor
Dear sir, Is there a way to turn off the Pager subsystem of SQLIte application - that is, not have to deal with declarations and definitions of the functions ** that make up the Pager sub-system API? uo+   As examples:   /* Open and close a Pager connection. */ SQLITE_PRIVATE int sqlite3PagerOpen

[sqlite] Fw: Fw: A question on sqlite processing

2012-01-03 Thread u okafor
cation used all over to have just the bare application. Can you help me?   - Forwarded Message - From: "Black, Michael (IS)" To: u okafor ; General Discussion of SQLite Database Sent: Friday, December 30, 2011 8:17 AM Subject: RE:[sqlite] Fw: A question on sqlite processing

[sqlite] Fw: A question on sqlite processing

2011-12-30 Thread u okafor
t and obviously with a reason - only I don't know what that reason is, please help   Yours truly, uzo okafor    - Forwarded Message - From: Richard Hipp To: u okafor Sent: Wednesday, December 28, 2011 8:45 PM Subject: Re: A question on sqlite processing On Wed, Dec 28, 2011 at