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 <javaj1811 at elxala.com> wrote: > 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 databases. > > > http://www.oracle.com/technetwork/products/berkeleydb/overview/sql-160887.html > > http://www.oracle.com/technetwork/products/berkeleydb/bdb-sqlite-comparison-wp-176431.pdf > > unfortunately they are using a quite old version of SQLite, I think SQLite > 3.5.9 according to the delivered sources > > I have not found the reason why this "freeze" of the SQLite in the BDB sql > variant. > Probably this fusion between the two engines is difficult to mantain due > to changes in sqlite opcodes etc > > does someone have more information, links etc about this upgrade > possibilities ? > (e.g. compile dbsql using the lastest sqlite version) > > thanks, regards > Alejandro > > > > _______________________________________________ > sqlite-users mailing list > sqlite-users at mailinglists.sqlite.org > http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users >

