Contact: fumanchu@aminus.org

Log in as guest/dejavu to create tickets

I think I've seen this ORM somewhere before...

root/trunk/units.py


Mode:

Legend:

Added
Modified
Copied or renamed
Date Rev Chgset Author Log Message
(edit) 08/24/06 02:20:15 @289 [289] fumanchu Made some relative imports absolute for Python 2.5 (just in case).
(edit) 08/04/06 22:58:09 @265 [265] fumanchu Fixed up primary key support by moving Index.pk to Column.key, and by …
(edit) 08/01/06 23:47:03 @260 [260] fumanchu New **kwargs options for sandbox.recall, .xrecall, .view, .distinct, …
(edit) 07/28/06 20:42:47 @253 [253] fumanchu Buglet in unitjoin.
(edit) 07/25/06 18:11:28 @242 [242] fumanchu Some API changes to make the dejavu top level cleaner: …
(edit) 07/14/06 18:53:28 @225 [225] fumanchu Docstring updates.
(edit) 07/13/06 20:30:03 @224 [224] fumanchu BACKWARD INCOMPATIBILITY: Dropped Unit.property_type(key) in favor of …
(edit) 07/13/06 03:17:21 @223 [223] fumanchu Lots of precision and scale fixes for #61. Note in particular that the …
(edit) 05/24/06 22:53:20 @214 [214] fumanchu Fix for postgres dejavu.month() support.
(edit) 03/13/06 17:27:08 @192 [192] fumanchu Bugfixes and new storeado.rename_property method.
(edit) 03/10/06 22:35:42 @191 [191] fumanchu Fix for #49 (Unit._properties should be a list, not a dict). …
(edit) 03/07/06 23:32:23 @188 [188] fumanchu Fix for #48 (unitclass.identifiers should be strings, not property …
(edit) 03/04/06 19:48:22 @183 [183] fumanchu Those SM's with autoincrement support now respect …
(edit) 02/10/06 21:24:52 @156 [156] fumanchu Comments and a "raise x" fix.
(edit) 01/08/06 04:38:54 @138 [138] fumanchu New TriggerProperty? class, a subclass of UnitProperty? to help write …
(edit) 12/27/05 05:18:16 @134 [134] fumanchu Fix for #30 (UnitProperty?.default).
(edit) 12/27/05 02:57:40 @131 [131] fumanchu Fix for #31 (handle multiple refs to same table with AS).
(edit) 12/21/05 08:48:04 @127 [127] fumanchu Initial implementation of #16 (schema changes). See modeling.html …
(edit) 12/07/05 08:13:22 @119 [119] fumanchu Fix for #27 (OUTER JOIN capability). …
(edit) 12/06/05 06:45:24 @116 [116] fumanchu New __all__ module attributes.
(edit) 11/29/05 04:49:56 @113 [113] fumanchu Fix for #29 (arbitrary primary keys): …
(edit) 11/24/05 21:35:24 @106 [106] fumanchu Fixed a failing test for CachingProxy? and BurnedProxy?. Both were …
(add) 11/21/05 05:23:41 @101 [101] fumanchu Fix for #20 (awareness of to-one or to-many). …