fixed changelog

This commit is contained in:
mdipierro
2012-08-28 14:45:08 -05:00
parent 9f8134a51b
commit 0ad9e3b707
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -3,6 +3,9 @@
### DAL Improvements
- Support for DAL(lazy_tables=True) and db.define_table(on_define=lambda table:), thanks Jonathan
- db(...).select(cacheable=True) make select 30% faster
- db(...).select(cache=(cache.ram,3600)) now caches parsed data 100x faster
- db(...).count(cache=(cache.ram,3600)) now supported
- MongoDB support in DAL (experimental), thanks Mark Breedveld
- geodal and spatialite, thanks Denes and Fran (experimental)
- db.mytable._before_insert, _after_insert, _before_update, _after_update, _before_delete. _after_delete (list of callbacks)
+1 -1
View File
@@ -1 +1 @@
Version 2.00.1 (2012-08-28 14:26:44) rc4
Version 2.00.1 (2012-08-28 14:45:03) rc4