I just tried to download:
http://www.sqlite.org/src/info/d07b7b67d1
from the session branch.

Then:
./configure; make sqlite3.c
but no session module is included in the amalgamation sqlite3.c file.

>From the executed cp command:
cp -f ./src/alter.c ./src/analyze.c ./src/attach.c ./src/auth.c ./src/backup.c 
./src/bitvec.c ./src/btmutex.c ./src/btree.c ./src/btree.h ./src/btreeInt.h 
./src/build.c ./src/callback.c ./src/complete.c ./src/ctime.c ./src/date.c 
./src/delete.c ./src/expr.c ./src/fault.c ./src/fkey.c ./src/func.c 
./src/global.c ./src/hash.c ./src/hash.h ./src/hwtime.h ./src/insert.c 
./src/journal.c ./src/legacy.c ./src/loadext.c ./src/main.c ./src/malloc.c 
./src/mem0.c ./src/mem1.c ./src/mem2.c ./src/mem3.c ./src/mem5.c 
./src/memjournal.c ./src/mutex.c ./src/mutex.h ./src/mutex_noop.c 
./src/mutex_os2.c ./src/mutex_unix.c ./src/mutex_w32.c ./src/notify.c 
./src/os.c ./src/os.h ./src/os_common.h ./src/os_os2.c ./src/os_unix.c 
./src/os_win.c ./src/pager.c ./src/pager.h ./src/parse.y ./src/pcache.c 
./src/pcache.h ./src/pcache1.c ./src/pragma.c ./src/prepare.c ./src/printf.c 
./src/random.c ./src/resolve.c ./src/rowset.c ./src/select.c ./src/status.c 
./src/shell.c ./src/sqlite.h.in ./src/sqlite3ext.
 h ./src/sqliteInt.h ./src/sqliteLimit.h ./src/table.c ./src/tclsqlite.c 
./src/tokenize.c ./src/trigger.c ./src/utf.c ./src/update.c ./src/util.c 
./src/vacuum.c ./src/vdbe.c ./src/vdbe.h ./src/vdbeapi.c ./src/vdbeaux.c 
./src/vdbeblob.c ./src/vdbemem.c ./src/vdbesort.c ./src/vdbetrace.c 
./src/vdbeInt.h ./src/vtab.c ./src/wal.c ./src/wal.h ./src/walker.c 
./src/where.c ./ext/fts1/fts1.c ./ext/fts1/fts1.h ./ext/fts1/fts1_hash.c 
./ext/fts1/fts1_hash.h ./ext/fts1/fts1_porter.c ./ext/fts1/fts1_tokenizer.h 
./ext/fts1/fts1_tokenizer1.c ./ext/fts2/fts2.c ./ext/fts2/fts2.h 
./ext/fts2/fts2_hash.c ./ext/fts2/fts2_hash.h ./ext/fts2/fts2_icu.c 
./ext/fts2/fts2_porter.c ./ext/fts2/fts2_tokenizer.h 
./ext/fts2/fts2_tokenizer.c ./ext/fts2/fts2_tokenizer1.c ./ext/fts3/fts3.c 
./ext/fts3/fts3.h ./ext/fts3/fts3Int.h ./ext/fts3/fts3_aux.c 
./ext/fts3/fts3_expr.c ./ext/fts3/fts3_hash.c ./ext/fts3/fts3_hash.h 
./ext/fts3/fts3_icu.c ./ext/fts3/fts3_porter.c ./ext/fts3/fts3_snippet.c 
./ext/fts3/fts3_tokeni
 zer.h ./ext/fts3/fts3_tokenizer.c ./ext/fts3/fts3_tokenizer1.c 
./ext/fts3/fts3_write.c ./ext/icu/sqliteicu.h ./ext/icu/icu.c 
./ext/rtree/rtree.h ./ext/rtree/rtree.c keywordhash.h opcodes.c opcodes.h 
parse.c parse.h config.h sqlite3.h tsrc

no ./ext/session/ folder is included.
Any help?
--
Marco Bambini
http://www.sqlabs.com


On May 31, 2012, at 9:27 PM, Richard Hipp wrote:

> On Thu, May 31, 2012 at 2:55 PM, Charles Samuels <char...@cariden.com>wrote:
> 
> If you are on the sessions branch, then you have the changes just do:
> 
> ./configure; make sqlite3.c
> 
> Then compile your application with -DSQLITE_ENABLE_SESSION to get the
> functionality.  Documentation on the session extensions is thin but can be
> seen here:  http://www.sqlite.org/sessions/session.html
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to