[sqlite] Re: [inbox] [sqlite] Future Features

2004-03-04 Thread Michael Hunley
At 05:41 AM 3/4/2004 -0600, TBrowder wrote: Adding a blob capability (i.e., allowing a byte string as data which is defined by length rather than null termination) I have a C++ interface class that gives you blobs in the current SQLite (2.8.8-2.8.11+) without breaking the optimization target

Re: [sqlite] Future Features

2004-03-04 Thread Michal Pasternak
TBrowder [Thu, Mar 04, 2004 at 05:41:57AM -0600]: > Adding a capability to bypass the sql layer and provide direct key-value access > to the database > > The reason for my interest is because I need something like the old Berkeley > Database (version 1.86 is the last release before Sleepy Ca

[sqlite] Future Features

2004-03-04 Thread TBrowder
Are there any plans for: Adding a blob capability (i.e., allowing a byte string as data which is defined by length rather than null termination) Adding a hash access method (in addiiton to the btree) Adding a capability to bypass the sql layer and provide direct key-value access to