Typo fix.
[didex.git] / didex /
2018-03-20 Fredrik TolfTypo fix.
2018-03-20 Fredrik TolfAdded a t_bool type.
2018-03-20 Fredrik TolfHopefully fixed the ugliness in index-value duplication.
2018-02-01 Fredrik TolfAdded idlink.
2015-08-03 Fredrik TolfFixed index opening thread-safety by including it in...
2015-07-24 Fredrik TolfRegisted datastore environments with atexit.
2015-07-24 Fredrik TolfHandle dictproxies.
2015-07-24 Fredrik TolfFixed storedescs to work properly on derived types.
2015-04-06 Fredrik TolfAdded index type for case-folded strings.
2015-03-31 Fredrik TolfAdded an explicit index type for object IDs.
2015-03-30 Fredrik TolfAdded convenience get() wrappers.
2015-03-30 Fredrik TolfAdded support for partial compound key matches.
2015-03-30 Fredrik TolfFixed some index bugs.
2015-03-30 Fredrik TolfFixed datastore registration bug.
2015-03-30 Fredrik TolfFixed index bugs.
2015-03-30 Fredrik TolfImproved cursor functionality.
2015-03-29 Fredrik TolfIncluding compound indices in __all__.
2015-03-29 Fredrik TolfRenamed store.store to avoid top-level conflict.
2015-03-21 Fredrik TolfAdded support for compound indices.
2015-03-20 Fredrik TolfAdded some convenient __all__ imports.
2015-03-20 Fredrik TolfAdded autostore convenience type.
2015-03-20 Fredrik TolfImproved environment initialization.
2015-03-20 Fredrik TolfAdded more indexed types.
2015-03-20 Fredrik TolfFixed cache bug.
2015-03-20 Fredrik TolfAdded live-object store and simple indexing.
2015-03-20 Fredrik TolfAdded post-commit callbacks to transactions.
2015-03-19 Fredrik TolfRemoved unused duplicates flag from ordered index.
2015-03-18 Fredrik TolfMade the transactional database functions accept an...
2015-03-16 Fredrik TolfInitial import.