Added a virtual function layer for the OS interface
"exists" method added to the TCL interface
Improved response to out-of-memory errors
Database cache can be optionally shared between connections
in the same thread
Optional READ UNCOMMITTED isolation (instead of the default
isolation level of SERIALIZABLE) and table level locking when
database connections share a common cache.