Timeline
12/10/08:
- 13:53 License edited by
- (diff)
- 11:40 Ticket #32 (Allow table name to be overridden on associable tables) closed by
- wontfix: Closing due to inactivity... Feel free to reopen if you have a working …
- 11:35 Ticket #79 (Implement "optimized" loading for Multi-table polymorphic inheritance) created by
- In fact, it's just a matter of providing the join with its on clause, see …
- 11:34 Changeset [430] by
-
update comment
- 11:29 Ticket #78 (Relationship matching code with inheritance is flaky in some cases) created by
- See attached test case
- 10:56 Ticket #77 (a test for unique=True and duplicated entries) closed by
- invalid: Thanks a lot for taking the trouble to submit a patch. It's really …
- 10:50 Changeset [429] by
-
added field with unique=True in field example
12/09/08:
- 17:58 Ticket #77 (a test for unique=True and duplicated entries) created by
- This is a test for the unique=True attribute and for the insertion of …
12/08/08:
- 17:25 Ticket #76 (Allow ManyToOne created using field= to not add a ForeignKey constraint) created by
- Maybe this should be the default behavior when the field argument is used.
- 17:10 Changeset [428] by
-
implemented ManyToOne relationships to plain SA-mapped classes. OneToMany ...
- 10:01 Migrate05to06 edited by
- (diff)
- 09:57 Migrate05to06 edited by
- (diff)
12/05/08:
- 15:59 Ticket #53 (deprecate acts_as_list in favor of the equivalent SA construct) closed by
- fixed: Deprecation done in r427. I decided not to reimplement act_as_list on top …
- 15:56 Changeset [427] by
-
- Deprecated act_as_list extension in favor of SQLAlchemy's orderinglist
...
- 15:54 Recipes edited by
- (diff)
- 15:48 Recipes edited by
- (diff)
- 15:02 Changeset [426] by
-
- Fixed filter argument on OneToMany relationship leaking the filter to ...
- 14:35 Changeset [425] by
-
- Added workaround for an odd mod_python behavior (class.module ...
- 14:22 Changeset [424] by
-
- split test_o2m.test_filter into test_filter and test_orderinglist - ...
12/04/08:
- 17:13 Changeset [423] by
-
changelog
- 17:11 Changeset [422] by
-
delete Elixir properties as late as possible (ie in setup phase), not ...
- 15:48 Changeset [421] by
-
- moved all relationship options to explicit kwargs, instead of doing
...
12/02/08:
- 16:46 Changeset [420] by
-
only inspect methods (fixes previous commit)
- 16:14 Changeset [419] by
-
- Fixed event methods not being called when they are defined on a parent ...
- 14:46 Ticket #34 (Elixir fails during insert and update on MySQL 5.x when using the list ...) closed by
- fixed: I've finally decided to commit the patch anyway (r418).
- 14:45 Changeset [418] by
-
Fix move_to_bottom on MySQL (by issuing an extra query). Fixes #34. Added ...
12/01/08:
- 14:31 Changeset [417] by
-
slightly improved documentation & exception message ...
11/17/08:
- 16:45 Changeset [416] by
-
add EntityBase to all
