[sqlite] Question about BerkeleyDB "SQLited"

2016-02-22 Thread javaj1...@elxala.com
yes, you are right, I actually have the same version, two years old anyway The feature I was missing is "savefile and writefile" functions for blob fields which comes I think in 2014-06 (http://www.sqlite.org/src/finfo?name=ext/misc/fileio.c) So for that problem, probably it is enough adding filei

[sqlite] Question about BerkeleyDB "SQLited"

2016-02-21 Thread javaj1...@elxala.com
Hi, Oracle is distributing its BerkeleyDB including an interesting fusion with SQLite where they take all from SQLite except the final storage engine b-tree and pager included. As a product it is possible to obtain a dbsql binary that is a clone of sqlite3 command line but working with BDB data

[sqlite] Question about BerkeleyDB "SQLited"

2016-02-21 Thread Charles Leifer
My "dbsql" is reporting version 3.8.3.1: ./dbsql --version 3.8.3.1 2014-02-11 14:52:19 ea3317a4803d71d88183b29f1d3086f46d68a00e I grabbed the berkeleydb code from Oracle's website, then compiled it with SQL compatibility. On Sun, Feb 21, 2016 at 9:37 AM, javaj1811 at elxala.com wrote: > Hi, >