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