Release Name: 0.4.0
Notes:
Amalgalite+embeds+the+SQLite+database+engine+in+a+ruby+extension.++There+is+no%0Aneed+to+install+SQLite+separately.++%0A%0ALook+in+the+examples%2F+directory+to+see%0A%0A*+general+usage%0A*+blob+io%0A*+schema+information%0A%0AAlso+Scroll+through+Amalgalite%3A%3ADatabase+for+a+quick+example%2C+and+a+general%0Aoverview+of+the+API.
Changes:
*+Major+Enhancements%0A++*+update+to+SQLite3+version+3.6.2+and+enable+the+RTree+option+by+default%0A++*+Amalgalite%3A%3ARequires+module+allowing+ruby+code+to+be+'required'+from+columns%0A++++in+an+SQLite+database%0A++*+Amagalite%3A%3ARequires%3A%3ABootstrap+extension+module+enabling+low+level+boot%0A++++strapping+of+the+pure+ruby+Amalgalite+code+from+an+sqlite+database%0A%0A*+Minor+Enhancements%0A++*+more+indepth+information+about+indexes+is+available+via+the+Index+class%0A++*+add+support+for+sqlite3_status+and+sqlite3_db_status+information%0A%0A*+Bugfixes%0A++*+fix+nil+exception+when+using+a+declared_data_type+on+primary+key+column+that%0A++++has+no+declared_data_type%0A++*+when+Database%23transaction+is+passed+a+block%2C+the+return+value+is+the+return%0A++++value+of+the+block%0A++*+nested+transactions+are+'faked'.++Calling+Database%23transaction+while%0A++++Databased%23in_transaction%3F+is+true+does+not+result+in+an+exception%2C+but%0A++++continues+on+in+the+current+transaction.++%0A++*+raise+LoadError+if+required+in+the+same+program+as+sqlite3-ruby.++These%0A++++libraries+conflict+with+each+other.
|